From: Michael Lauer Date: Thu, 16 Aug 2007 07:11:54 +0000 (+0000) Subject: python-pygame: remove 1.6 X-Git-Tag: Release-2010-05/1~8920^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e761df513968a09b4e54a797a8a4d2a3588fe4;p=openembedded.git python-pygame: remove 1.6 --- diff --git a/packages/python/python-pygame_1.6.bb b/packages/python/python-pygame_1.6.bb deleted file mode 100644 index 7d76a9ac99..0000000000 --- a/packages/python/python-pygame_1.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Python libSDL Bindings" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "LGPL" -RDEPENDS = "python-core python-numeric" -DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" -SRCNAME = "pygame" - -SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ - file://qpe.patch;patch=1 \ - file://Setup" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -do_configure_prepend() { - SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup - cat ${WORKDIR}/Setup >>Setup -} diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb index a664c0ea0a..37b73148e6 100644 --- a/packages/python/python-pygame_1.7.1.bb +++ b/packages/python/python-pygame_1.7.1.bb @@ -2,10 +2,10 @@ DESCRIPTION = "Python libSDL Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" -RDEPENDS = "python-core python-numeric libsdl-x11" -DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +RDEPENDS = "python-numeric" +DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" -PR = "ml1" +PR = "ml2" SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \ file://Setup" @@ -15,5 +15,5 @@ inherit distutils do_configure_prepend() { SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup - cat ${WORKDIR}/Setup >>Setup + cat ${WORKDIR}/Setup >>Setup }