[oe-commits] Frans Meulenbroeks : mokomaze/mokomaze_0.5.5.bb: RDEPENDS -> RDEPENDS_${PN}

git version control git at git.openembedded.org
Fri Oct 8 10:32:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f4ef8e04ff55e7cbdb80f4e13993be5a7ac80137
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f4ef8e04ff55e7cbdb80f4e13993be5a7ac80137

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Oct  8 12:25:08 2010 +0200

mokomaze/mokomaze_0.5.5.bb: RDEPENDS -> RDEPENDS_${PN}

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mokomaze/mokomaze_0.5.5.bb |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb
index 1e75d25..61412cd 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"
 
 





More information about the Openembedded-commits mailing list