diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-10-14 08:11:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-14 08:11:14 +0000 |
commit | cbb5a74007e750078fcc5b4749dc80926603a17c (patch) | |
tree | aeb7adf6d8d151e8ba0e5013a043ca73e447e4e0 /packages/python/python-pygame_1.7.1.bb | |
parent | 9176f8f5bc19e1c00a27abaaeb768844a75cf82e (diff) |
python-pygame 1.7.1: remove qpe patch as it is no longer necessary due to changes in our SDL build.
remove python-pygame 1.6
Diffstat (limited to 'packages/python/python-pygame_1.7.1.bb')
-rw-r--r-- | packages/python/python-pygame_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb index 429ae6fdf8..d80359dbba 100644 --- a/packages/python/python-pygame_1.7.1.bb +++ b/packages/python/python-pygame_1.7.1.bb @@ -6,9 +6,9 @@ LICENSE = "LGPL" RDEPENDS = "python-core python-numeric libsdl-x11" DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" +PR = "ml1" SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \ - file://qpe.patch;patch=1 \ file://Setup" S = "${WORKDIR}/${SRCNAME}-${PV}release" |