From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 01:27:47 +0000 (+0000) Subject: python-pygame: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514de3ddda3c6e541b790f1c3db60b4cf30ff31f;p=openembedded.git python-pygame: bump for python 2.6 --- diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb index 5ce4ea6fff..95191ce350 100644 --- a/packages/python/python-pygame_1.8.1.bb +++ b/packages/python/python-pygame_1.8.1.bb @@ -5,11 +5,12 @@ LICENSE = "LGPL" DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric" DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'smpeg', d)}" SRCNAME = "pygame" -PR = "ml3" +PR = "ml4" SRC_URI = "\ ftp://ftp.pygame.org/pub/pygame/${SRCNAME}-${PV}release.tar.gz \ - file://Setup" + file://Setup \ +" S = "${WORKDIR}/${SRCNAME}-${PV}release" inherit distutils