diff options
Diffstat (limited to 'python/python-pygame_1.6.oe')
-rw-r--r-- | python/python-pygame_1.6.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index 90c7d5c9a6..dd2dd42431 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -6,7 +6,8 @@ RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" -SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ + file://${FILESDIR}/qpe.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |