diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2009-11-25 08:47:00 +0000 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-01 09:59:22 +0100 |
commit | 1275b3b16f62ce9fb4a5a94ac49bbb896564f5ce (patch) | |
tree | 70a8506268a56261a4430cf66799d86f0e06b786 /recipes | |
parent | 199d2ea3a2ad8ece403ff6b529e11d6c6481603b (diff) |
fso-apm: add RPROVIDES = "apm" and add PREFFERED_PROVIDER for it to shr.conf
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 18347978e5..20f832b4f4 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 = "" |