fso-apm: add RPROVIDES = "apm" and add PREFFERED_PROVIDER for it to shr.conf
authorThomas Zimmermann <ml@vdm-design.de>
Wed, 25 Nov 2009 08:47:00 +0000 (08:47 +0000)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 1 Dec 2009 08:59:22 +0000 (09:59 +0100)
recipes/freesmartphone/fso-apm_git.bb

index 1834797..20f832b 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "console"
 LICENSE = "GPLv2"
 DEPENDS = "vala-native"
 PV = "2.0.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
 S = "${WORKDIR}/git/tools/apm2"
@@ -13,3 +13,6 @@ S = "${WORKDIR}/git/tools/apm2"
 inherit autotools
 
 RCONFLICTS_${PN} = "apm"
+RPROVIDES_${PN} = "apm"
+RPROVIDES_${PN}-dev = ""
+RPROVIDES_${PN}-dbg = ""