diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-08 23:36:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:38:40 +0000 |
commit | f4db91f5228129d5e8cf65f9c4919b4fdfc5306b (patch) | |
tree | facbd46ca6de0305176133aae6a6cccc5b6f14cc /meta/recipes-connectivity/resolvconf | |
parent | 37481376adebab93f9c3d28a0a461c736f321ae3 (diff) | |
download | openembedded-core-f4db91f5228129d5e8cf65f9c4919b4fdfc5306b.tar.gz openembedded-core-f4db91f5228129d5e8cf65f9c4919b4fdfc5306b.tar.bz2 openembedded-core-f4db91f5228129d5e8cf65f9c4919b4fdfc5306b.zip |
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 <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/resolvconf')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" |