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:
525e356
)
mokomaze: fix RDEPENDS
author
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 8 Oct 2010 11:15:10 +0000
(13:15 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 8 Oct 2010 11:20:41 +0000
(13:20 +0200)
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
61412cd
..
110b2aa
100644
(file)
--- a/
recipes/mokomaze/mokomaze_0.5.5.bb
+++ b/
recipes/mokomaze/mokomaze_0.5.5.bb
@@
-4,9
+4,8
@@
SECTION = "x11/games"
PRIORITY = "optional"
LICENSE = "GPLv3"
DEPENDS = "libsdl-ttf libsdl-image ode"
-RDEPENDS_${PR} = "ttf-liberation-mono libpng"
-
-RDEPENDS_shr += "fsoraw"
+RDEPENDS_${PN} = "ttf-liberation-mono libpng"
+RDEPENDS_${PN}_shr = "ttf-liberation-mono libpng fsoraw"
PR="r4"
PV="0.5.5+git8"