From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 10:25:08 +0000 (+0200) Subject: mokomaze/mokomaze_0.5.5.bb: RDEPENDS -> RDEPENDS_${PN} X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ef8e04ff55e7cbdb80f4e13993be5a7ac80137;p=openembedded.git mokomaze/mokomaze_0.5.5.bb: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb index 1e75d25443..61412cdce3 100644 --- a/recipes/mokomaze/mokomaze_0.5.5.bb +++ b/recipes/mokomaze/mokomaze_0.5.5.bb @@ -1,14 +1,14 @@ -DESCRIPTION="Classic game where you control a steel ball by tilting a wooden labyrinth" -HOMEPAGE="http://mokomaze.projects.openmoko.org/" -SECTION="x11/games" -PRIORITY="optional" -LICENSE="GPLv3" -DEPENDS="libsdl-ttf libsdl-image ode" -RDEPENDS="ttf-liberation-mono libpng" +DESCRIPTION = "Classic game where you control a steel ball by tilting a wooden labyrinth" +HOMEPAGE = "http://mokomaze.projects.openmoko.org/" +SECTION = "x11/games" +PRIORITY = "optional" +LICENSE = "GPLv3" +DEPENDS = "libsdl-ttf libsdl-image ode" +RDEPENDS_${PR} = "ttf-liberation-mono libpng" RDEPENDS_shr += "fsoraw" -PR="r3" +PR="r4" PV="0.5.5+git8"