mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user