diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-04 12:06:07 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-04 12:06:07 +0100 |
commit | 9b1bb99f541ad910473279e16c1be026f5392c8f (patch) | |
tree | 481d20786d8408d2f3606139654e678ad5d3504b /recipes | |
parent | 3943c0dac3e134e55a478cc575a005d57ed4e860 (diff) |
fso-apm: remove R|PROVIDES=apm
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 20f832b4f4..bb36e7f7fb 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 = "" + |