diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-08-05 16:02:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:22 -0700 |
commit | 5f1615e80aeddcfa8adf5f00f1b8078fc75b8591 (patch) | |
tree | f315086b307af958cf368f0aa7300c8dbb5f76a4 /meta | |
parent | c4040eadde33408797bec54f5c906e03de7f4d85 (diff) | |
download | poky-5f1615e80aeddcfa8adf5f00f1b8078fc75b8591.tar.gz |
resolvconf: upgrade to 1.77
(From OE-Core rev: 33f087fe5d82446e7714f9a0a9fad3f4c41cae94)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb index 797e9b09c7..916b9f2ae4 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.77.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/20141013T184415Z/pool/main/r/${BPN}/${BPN}_1.76.tar.xz \ | 14 | SRC_URI = "http://snapshot.debian.org/archive/debian/20150511T214718Z/pool/main/r/${BPN}/${BPN}_${PV}.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] = "d78ce30ea068999cd3e0523300b27255" | 19 | SRC_URI[md5sum] = "7362d766e47bfc253500f42b30330d9f" |
20 | SRC_URI[sha256sum] = "c9f40f7405b37399ddbf29ca4205b4911ee35cb9ffd9be7671faa2385b1fa573" | 20 | SRC_URI[sha256sum] = "5a6e21e8ba6822a5f93075c8c8fe7977e34780ba551af51930d0b31fdd99ab56" |
21 | 21 | ||
22 | inherit allarch | 22 | inherit allarch |
23 | 23 | ||