From 243ec28cf184755904c3416196b8072551c6cdfe Mon Sep 17 00:00:00 2001 From: Christophe Chapuis Date: Sun, 5 Jan 2025 08:52:55 +0000 Subject: [PATCH] ofono-halium: fix missing RPROVIDES Signed-off-by: Christophe Chapuis --- meta-luneos/recipes-connectivity/ofono/ofono-halium_1.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-luneos/recipes-connectivity/ofono/ofono-halium_1.29.bb b/meta-luneos/recipes-connectivity/ofono/ofono-halium_1.29.bb index 1055f77778..47687bcf2b 100644 --- a/meta-luneos/recipes-connectivity/ofono/ofono-halium_1.29.bb +++ b/meta-luneos/recipes-connectivity/ofono/ofono-halium_1.29.bb @@ -11,7 +11,7 @@ DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell" COMPATIBLE_MACHINE = "^halium$" # This recipe acts as a replacement for the ofono recipe PROVIDES += "ofono" -RPROVIDES:${PN} += "ofono" +RPROVIDES:${PN} += "ofono ofono-tests" SRC_URI = " \ git://github.com/sailfishos/ofono.git;protocol=https;branch=master \