summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyid3lib_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyid3lib_0.5.1.bb')
-rw-r--r--recipes/python/python-pyid3lib_0.5.1.bb9
1 files changed, 5 insertions, 4 deletions
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
-
-