increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pyid3lib_0.5.1.bb
1 DESCRIPTION = "A Python Wrapper for libid3."
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5 DEPENDS = "id3lib"
6 SRCNAME = "pyid3lib"
7 PR = "r2"
8
9 SRC_URI = "\
10   ${SOURCEFORGE_MIRROR}/pyid3lib/${SRCNAME}-${PV}.tar.bz2\
11   file://gcc4-fix.patch;patch=1 \
12 "
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils