git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199d2ea
)
fso-apm: add RPROVIDES = "apm" and add PREFFERED_PROVIDER for it to shr.conf
author
Thomas Zimmermann
<ml@vdm-design.de>
Wed, 25 Nov 2009 08:47:00 +0000
(08:47 +0000)
committer
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Tue, 1 Dec 2009 08:59:22 +0000
(09:59 +0100)
recipes/freesmartphone/fso-apm_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/fso-apm_git.bb
b/recipes/freesmartphone/fso-apm_git.bb
index
1834797
..
20f832b
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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 = ""