mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
libmad: use ftp instead of sourceforge for consistency with libid3tag
Both ftp and SF are official code sources, but ftp is less finicky for upstream version checks. (From OE-Core rev: c6475e9c9e0ed97c2705f66f15e8a6440274565d) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eac846b559
commit
0bb94f471d
@@ -10,7 +10,7 @@ SECTION = "libs"
|
|||||||
DEPENDS = "libid3tag"
|
DEPENDS = "libid3tag"
|
||||||
PR = "r3"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
|
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \
|
||||||
file://no-force-mem.patch \
|
file://no-force-mem.patch \
|
||||||
file://add-pkgconfig.patch \
|
file://add-pkgconfig.patch \
|
||||||
file://fix_for_mips_with_gcc-4.5.0.patch \
|
file://fix_for_mips_with_gcc-4.5.0.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user