Skip to content

Commit

Permalink
ofono-halium: fix missing RPROVIDES
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
  • Loading branch information
Tofee committed Jan 5, 2025
1 parent 0bd13ea commit 243ec28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 243ec28

Please sign in to comment.