[oe-commits] : python-pygame 1.8.1 fix bug ending up missing shared objects

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:35:48 UTC 2008


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

Author:  <mickeyl at openembedded.org>
Date:   Wed Aug 27 15:59:22 2008 +0000

python-pygame 1.8.1 fix bug ending up missing shared objects

---

 packages/python/python-pygame_1.8.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb
index dc3f431..71eff50 100644
--- a/packages/python/python-pygame_1.8.1.bb
+++ b/packages/python/python-pygame_1.8.1.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 LICENSE = "LGPL"
 DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
 SRCNAME = "pygame"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "\
   ftp://ftp.pygame.org/pub/pygame/${SRCNAME}-${PV}release.tar.gz \
@@ -16,7 +16,7 @@ inherit distutils
 
 do_configure_prepend() {
 	cat ${WORKDIR}/Setup >Setup
-	SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
+	SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >>Setup
 }
 
 do_stage() {





More information about the Openembedded-commits mailing list