From 12357ae2f33f2ad582bc495245909fb0e3cdde5e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 31 Oct 2010 15:59:10 +0100 Subject: [PATCH] mokomaze: don't set RDEPENDS_${PN}_shr as it overwrites RDEPENDS from .so providers * as work around use RRECOMMENDS instead Signed-off-by: Martin Jansa --- recipes/mokomaze/mokomaze_0.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb index 223414d9ba..273055e198 100644 --- 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" -RDEPENDS_${PN}_shr = "ttf-liberation-mono libpng fsoraw" +RRECOMMENDS_${PN}_shr = "fsoraw" PV = "0.5.5+git8" PR = "r6" -- 2.39.5