libid3tag: upgrade to 0.15.1b, use SOURCEFORGE_MIRROR (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2939 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-19 14:40:27 +00:00
parent a7aee57d15
commit ae713f33d3

View File

@@ -3,12 +3,11 @@ PRIORITY = "optional"
DEPENDS = "zlib"
DESCRIPTION = "Library for interacting with ID3 tags."
LICENSE = "GPL"
PR = "r2"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz "
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libid3tag-${PV}.tar.gz"
S = "${WORKDIR}/libid3tag-${PV}"
inherit autotools
inherit autotools
EXTRA_OECONF = "-enable-speed"