[oe-commits] Sebastian Spaeth : fso-apm: remove R|PROVIDES=apm

git version control git at git.openembedded.org
Tue Dec 8 12:38:00 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 9b1bb99f541ad910473279e16c1be026f5392c8f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b1bb99f541ad910473279e16c1be026f5392c8f

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Dec  4 12:06:07 2009 +0100

fso-apm: remove R|PROVIDES=apm

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

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

diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb
index 20f832b..bb36e7f 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -4,6 +4,7 @@ HOMEPAGE = "http://www.freesmartphone.org"
 SECTION = "console"
 LICENSE = "GPLv2"
 DEPENDS = "vala-native"
+RCONFLICTS = "apm"
 PV = "2.0.0+gitr${SRCREV}"
 PR = "r1"
 
@@ -12,7 +13,4 @@ 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