[oe-commits] org.oe.dev python-pygame: remove 1.6

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:08:15 UTC 2007


python-pygame: remove 1.6

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: e8206e469952e166eedec3c354a32026e76e4285
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e8206e469952e166eedec3c354a32026e76e4285
Files:
1
packages/python/python-pygame_1.6.bb
packages/python/python-pygame_1.7.1.bb
Diffs:

#
# mt diff -ra1141fe765ed412a845398c327227a1ab268d911 -re8206e469952e166eedec3c354a32026e76e4285
#
# 
# 
# delete "packages/python/python-pygame_1.6.bb"
# 
# patch "packages/python/python-pygame_1.7.1.bb"
#  from [f295153c74fc234587522b5d751059d5ad6df831]
#    to [be77802898fbb450fc901e8212d2240ce1c76232]
# 
============================================================
--- packages/python/python-pygame_1.7.1.bb	f295153c74fc234587522b5d751059d5ad6df831
+++ packages/python/python-pygame_1.7.1.bb	be77802898fbb450fc901e8212d2240ce1c76232
@@ -1,11 +1,11 @@ LICENSE = "LGPL"
 DESCRIPTION = "Python libSDL Bindings"
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-RDEPENDS = "python-core python-numeric libsdl-x11"
-DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
+RDEPENDS = "python-numeric"
+DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
 SRCNAME = "pygame"
-PR = "ml1"
+PR = "ml2"
 
 SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \
            file://Setup"
@@ -15,5 +15,5 @@ do_configure_prepend() {
 
 do_configure_prepend() {
 	SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
-        cat ${WORKDIR}/Setup >>Setup
+	cat ${WORKDIR}/Setup >>Setup
 }






More information about the Openembedded-commits mailing list