From: Michael Lauer Date: Wed, 27 Aug 2008 15:59:22 +0000 (+0000) Subject: python-pygame 1.8.1 fix bug ending up missing shared objects X-Git-Tag: Release-2010-05/1~6226^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b0b97806315711698523175461283205eda3918;p=openembedded.git python-pygame 1.8.1 fix bug ending up missing shared objects --- diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb index dc3f431964..71eff50dfb 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() {