mokomaze: don't set RDEPENDS_${PN}_shr as it overwrites RDEPENDS from .so providers
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Oct 2010 14:59:10 +0000 (15:59 +0100)
committerMartin 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

index 223414d..273055e 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 LICENSE = "GPLv3"
 DEPENDS = "libsdl-ttf libsdl-image ode"
 RDEPENDS_${PN} = "ttf-liberation-mono libpng"
-RDEPENDS_${PN}_shr = "ttf-liberation-mono libpng fsoraw"
+RRECOMMENDS_${PN}_shr = "fsoraw"
 PV = "0.5.5+git8"
 PR = "r6"