increase dvbapp PR.
[vuplus_openembedded] / recipes / id3lib / id3lib_3.8.3.bb
1 DESCRIPTION = "Library for interacting with ID3 tags."
2 SECTION = "libs/multimedia"
3 PRIORITY = "optional"
4 DEPENDS = "zlib"
5 LICENSE = "GPL"
6 PR = "r2"
7
8 inherit autotools
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz \
11            http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;patch=1 \
12           "
13
14 do_stage() {
15         autotools_stage_all
16 }