From 34c2008f8cf3e80f979f5e77584b1cd97dd041af Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 11 May 2004 13:42:35 +0000 Subject: This changes makes libsdl-qpe work with python-pygame. Patch courtesy mithro BKrev: 40a0d84b_NxrNea2FT93LpGWX2S1Yg --- python/python-pygame-1.6/qpe.patch | 0 python/python-pygame_1.6.oe | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 python/python-pygame-1.6/qpe.patch (limited to 'python') diff --git a/python/python-pygame-1.6/qpe.patch b/python/python-pygame-1.6/qpe.patch new file mode 100644 index 0000000000..e69de29bb2 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 -- cgit v1.2.3