summaryrefslogtreecommitdiff
path: root/packages/python/python-pygame_1.8.1.bb
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-08-27 16:22:56 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-08-27 16:22:56 +0000
commit5a60e8d2d9220e02966c8cf776b5c593831f345b (patch)
tree7169a07202027012eb5b1a77a2a91bfffefdbcb0 /packages/python/python-pygame_1.8.1.bb
parentab3f80ebb0215321f9ce226ce54438492be8ab5e (diff)
parent4b0b97806315711698523175461283205eda3918 (diff)
merge of '0e9b0714e6ab764eaa6afb85fbd5d15b41175604'
and '45a9c4a970e79c5b8343a4a4ff110589bcc19d2f'
Diffstat (limited to 'packages/python/python-pygame_1.8.1.bb')
-rw-r--r--packages/python/python-pygame_1.8.1.bb4
1 files changed, 2 insertions, 2 deletions
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() {