diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-01-11 13:58:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:49 +0000 |
commit | c88efae14b04b262512617f8b6fbc87f7b256c06 (patch) | |
tree | 5c339407e9e38feb480141041fd586a31ce00cf8 /meta/recipes-connectivity | |
parent | 672988919997f49ca6be7d623f814ad489d1e009 (diff) | |
download | poky-c88efae14b04b262512617f8b6fbc87f7b256c06.tar.gz |
resolvconf: upgrade to 1.78
(From OE-Core rev: 1d7593380ab241dcbf858de7c901bcc10c014aed)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb index cc37541d5b..f4c58514ab 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb | |||
@@ -11,13 +11,13 @@ AUTHOR = "Thomas Hood" | |||
11 | HOMEPAGE = "http://packages.debian.org/resolvconf" | 11 | HOMEPAGE = "http://packages.debian.org/resolvconf" |
12 | RDEPENDS_${PN} = "bash" | 12 | RDEPENDS_${PN} = "bash" |
13 | 13 | ||
14 | SRC_URI = "http://snapshot.debian.org/archive/debian/20150511T214718Z/pool/main/r/${BPN}/${BPN}_${PV}.tar.xz \ | 14 | SRC_URI = "http://snapshot.debian.org/archive/debian/20150828T220730Z/pool/main/r/${BPN}/${BPN}_1.78.tar.xz \ |
15 | file://fix-path-for-busybox.patch \ | 15 | file://fix-path-for-busybox.patch \ |
16 | file://99_resolvconf \ | 16 | file://99_resolvconf \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "7362d766e47bfc253500f42b30330d9f" | 19 | SRC_URI[md5sum] = "373a9f9544c84aa477a7425ae773b8b5" |
20 | SRC_URI[sha256sum] = "5a6e21e8ba6822a5f93075c8c8fe7977e34780ba551af51930d0b31fdd99ab56" | 20 | SRC_URI[sha256sum] = "961b22e8fcf0c7de7e90a050323e6fa221bc8b25a5348c160be3506f7e73a7a3" |
21 | 21 | ||
22 | # the package is taken from snapshots.debian.org; that source is static and goes stale | 22 | # the package is taken from snapshots.debian.org; that source is static and goes stale |
23 | # so we check the latest upstream from a directory that does get updated | 23 | # so we check the latest upstream from a directory that does get updated |