mirror of
https://git.yoctoproject.org/poky
synced 2026-07-08 08:13:39 +02:00
mklibs-native: update SRC_URI
The upstream oe-core recipe fixed similar fetcher issues by switching to a specific debian snapshot version. However, the debian snapshot doesn't provide mklibs 0.1.38 so fetch from yoctoproject.org mirror instead. (From OE-Core rev: bad46f25ec5d0069d7274e22662b71ba9a9753c4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aeb31e09f0
commit
6717d19848
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
|
||||
DEPENDS = "python-native dpkg-native"
|
||||
|
||||
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \
|
||||
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BPN}_${PV}.tar.gz \
|
||||
file://ac_init_fix.patch\
|
||||
file://fix_STT_GNU_IFUNC.patch\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user