From: Robert Yang Date: Mon, 9 Mar 2015 06:36:53 +0000 (-0700) Subject: resolvconf: fix SRC_URI X-Git-Tag: 2015-4~186 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f4db91f5228129d5e8cf65f9c4919b4fdfc5306b;p=openembedded-core.git resolvconf: fix SRC_URI Fixed: WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/r/resolvconf/resolvconf_1.76.tar.xz, attempting MIRRORS if available Signed-off-by: Robert Yang --- diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb index 20a2c19328..797e9b09c7 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb @@ -11,12 +11,11 @@ AUTHOR = "Thomas Hood" HOMEPAGE = "http://packages.debian.org/resolvconf" RDEPENDS_${PN} = "bash" -SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.xz \ +SRC_URI = "http://snapshot.debian.org/archive/debian/20141013T184415Z/pool/main/r/${BPN}/${BPN}_1.76.tar.xz \ file://fix-path-for-busybox.patch \ file://99_resolvconf \ " - SRC_URI[md5sum] = "d78ce30ea068999cd3e0523300b27255" SRC_URI[sha256sum] = "c9f40f7405b37399ddbf29ca4205b4911ee35cb9ffd9be7671faa2385b1fa573"