diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-02 09:25:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:20 +0100 |
commit | a681520d048fa84e4f32a7b20d6332baddf57f10 (patch) | |
tree | d774db93e662ea69d44d7b8b2e8019f7bedef42a /meta | |
parent | aa40f4f00d4a894bdf359cfe1a43938badf341e6 (diff) | |
download | poky-a681520d048fa84e4f32a7b20d6332baddf57f10.tar.gz |
resolvconf: Update to 1.75
Archive compression changed to xz
(From OE-Core rev: 1a6ee66aa48e024fc5d112e940488157b74b5fe0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.74.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.74.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb index 68bd515d1a..7310c837e9 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.74.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb | |||
@@ -11,10 +11,10 @@ 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 = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" | 14 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.xz" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "2f190d3bb8960b69157f63590c262e93" | 16 | SRC_URI[md5sum] = "4b8bc86a3cf070e3fd0e9aff7eaaba56" |
17 | SRC_URI[sha256sum] = "2e72e6884e9105cbf57101ab0f11e768717b6f76b7f5100c6a2a0cc69bb3d4a0" | 17 | SRC_URI[sha256sum] = "16167f37a77ef4bc4596dcbefece269b6a10d10fa448594ec55ed3303193086e" |
18 | 18 | ||
19 | inherit allarch | 19 | inherit allarch |
20 | 20 | ||