[oe-commits] Thomas Zimmermann : fso-apm: add RPROVIDES = "apm" and add PREFFERED_PROVIDER for it to shr.conf

git version control git at git.openembedded.org
Wed Dec 2 18:57:21 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 1275b3b16f62ce9fb4a5a94ac49bbb896564f5ce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1275b3b16f62ce9fb4a5a94ac49bbb896564f5ce

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Wed Nov 25 08:47:00 2009 +0000

fso-apm: add RPROVIDES = "apm" and add PREFFERED_PROVIDER for it to shr.conf

---

 recipes/freesmartphone/fso-apm_git.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb
index 1834797..20f832b 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -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 = ""





More information about the Openembedded-commits mailing list