[oe-commits] Anton Olkhovik : Mokomaze: fix package runtime depends

git version control git at git.openembedded.org
Sat Aug 29 17:47:47 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: ef485f5f924f1d6082992c9d31997af3cef0030b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef485f5f924f1d6082992c9d31997af3cef0030b

Author: Anton Olkhovik <ant007h at gmail.com>
Date:   Sat Aug 29 14:28:28 2009 +0000

Mokomaze: fix package runtime depends

---

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

diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb
index 06b5c1a..e579564 100644
--- a/recipes/mokomaze/mokomaze_0.5.5.bb
+++ b/recipes/mokomaze/mokomaze_0.5.5.bb
@@ -3,10 +3,10 @@ HOMEPAGE="http://mokomaze.projects.openmoko.org/"
 SECTION="x11/games"
 PRIORITY="optional"
 LICENSE="GPLv3"
-DEPENDS="libsdl-ttf libsdl-image ode fsoraw"
-RDEPENDS="ttf-liberation-mono libpng"
+DEPENDS="libsdl-ttf libsdl-image ode"
+RDEPENDS="ttf-liberation-mono libpng fsoraw"
 
-PR="r0"
+PR="r1"
 PV="0.5.5+git8"
 
 SRC_URI="http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz \





More information about the Openembedded-commits mailing list