[oe-commits] Guillaume Chereau : apply john fix to tichy.bb

GIT User account git at amethyst.openembedded.net
Wed Dec 17 12:56:45 UTC 2008


Module: openembedded.git
Branch: john_lee/openmoko-merges
Commit: c3a18b8ddbece2ce1b357fda55e489b9a2bb672b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c3a18b8ddbece2ce1b357fda55e489b9a2bb672b

Author: Guillaume Chereau <charlie at openmoko.org>
Date:   Mon Dec 15 16:46:56 2008 +0800

apply john fix to tichy.bb

I apply this even though the dependencies are not up to date. I need to make
some further changes.

---

 packages/openmoko-projects/tichy_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/openmoko-projects/tichy_git.bb b/packages/openmoko-projects/tichy_git.bb
index 4a1ffb5..82cb1ee 100644
--- a/packages/openmoko-projects/tichy_git.bb
+++ b/packages/openmoko-projects/tichy_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Python applets manager"
 SECTION = "x11"
 LICENSE = "GPL"
-DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject"                                   
+DEPENDS = "virtual/libsdl libsdl-image"
+RDEPENDS_${PN} = "python-datetime python-subprocess python-textutils python-pyyaml python-pygame python-dbus python-pygobject"
 PV = "0.2+gitr${SRCREV}"
 PR = "r0"
 
@@ -11,6 +12,6 @@ S = "${WORKDIR}/git"
 inherit distutils
 
 FILES_${PN} += "${datadir}"
-RDEPENDS_${PN} += "python-pygame"
+
 # This is because pkg-config --libs --cflags sdl doesn't return the correct path (bug in libsdl recipe ?)
 CFLAGS += -I${STAGING_INCDIR}/SDL





More information about the Openembedded-commits mailing list