[oe-commits] [openembedded-core] 15/15: mklibs-native: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch daisy
in repository openembedded-core.

commit bad46f25ec5d0069d7274e22662b71ba9a9753c4
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Sep 8 16:21:51 2017 -0700

    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.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb
index fd04c97..5db795f 100644
--- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb
+++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb
@@ -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\
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list