From 8cb3620fee3c4011367f53d7c69d014e21d45461 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 17 Jan 2010 16:06:29 +0100 Subject: python-pyid3lib: fix compiling for gcc4.x --- recipes/python/python-pyid3lib_0.5.1.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'recipes/python/python-pyid3lib_0.5.1.bb') diff --git a/recipes/python/python-pyid3lib_0.5.1.bb b/recipes/python/python-pyid3lib_0.5.1.bb index bf7e3d0a2f..1d24b347c9 100644 --- a/recipes/python/python-pyid3lib_0.5.1.bb +++ b/recipes/python/python-pyid3lib_0.5.1.bb @@ -4,11 +4,12 @@ PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "id3lib" SRCNAME = "pyid3lib" -PR = "r1" +PR = "r2" -SRC_URI = "${SOURCEFORGE_MIRROR}/pyid3lib/${SRCNAME}-${PV}.tar.bz2" +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/pyid3lib/${SRCNAME}-${PV}.tar.bz2\ + file://gcc4-fix.patch;patch=1 \ +" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils - - -- cgit 1.2.3-korg