diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:27:47 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:27:47 +0000 |
commit | 514de3ddda3c6e541b790f1c3db60b4cf30ff31f (patch) | |
tree | 4b752c5e76b575b0d8372b8a53a97ee051b161a8 /packages | |
parent | e3685570906770934251183ef12f383aa02d3e58 (diff) |
python-pygame: bump for python 2.6
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pygame_1.8.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |