summaryrefslogtreecommitdiff
path: root/packages/python/python-pygame_1.8.1.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
commit06a32233c469a3628048d39bc8c79a864b51c1e0 (patch)
tree70cda69865cc8b546c4acc1b517efaa57e7b97c6 /packages/python/python-pygame_1.8.1.bb
parent7b84d457f3f70bb814385e83bd0e001591389104 (diff)
parent1fc87ab9a7b9684565785ce5996aba6f5c03fe53 (diff)
Merge branch 'mickey/python26' into org.openembedded.dev
Diffstat (limited to 'packages/python/python-pygame_1.8.1.bb')
-rw-r--r--packages/python/python-pygame_1.8.1.bb5
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