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:
5fb62a6
)
mokomaze: don't set RDEPENDS_${PN}_shr as it overwrites RDEPENDS from .so providers
author
Martin Jansa
<Martin.Jansa@gmail.com>
Sun, 31 Oct 2010 14:59:10 +0000
(15:59 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Sun, 31 Oct 2010 15:05:40 +0000
(16:05 +0100)
* as work around use RRECOMMENDS instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/mokomaze/mokomaze_0.5.5.bb
patch
|
blob
|
history
diff --git
a/recipes/mokomaze/mokomaze_0.5.5.bb
b/recipes/mokomaze/mokomaze_0.5.5.bb
index
223414d
..
273055e
100644
(file)
--- a/
recipes/mokomaze/mokomaze_0.5.5.bb
+++ b/
recipes/mokomaze/mokomaze_0.5.5.bb
@@
-5,7
+5,7
@@
PRIORITY = "optional"
LICENSE = "GPLv3"
DEPENDS = "libsdl-ttf libsdl-image ode"
RDEPENDS_${PN} = "ttf-liberation-mono libpng"
-R
DEPENDS_${PN}_shr = "ttf-liberation-mono libpng
fsoraw"
+R
RECOMMENDS_${PN}_shr = "
fsoraw"
PV = "0.5.5+git8"
PR = "r6"