diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-04-21 14:36:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:51 +0100 |
commit | 2f0f7c34f805b4a5e89ec138107bcc434d06f8d0 (patch) | |
tree | b316739b98aa4ef87ddc029342bfa29197ad7987 /meta/recipes-connectivity/resolvconf | |
parent | 0358a0bd39b8a40984bc15312d030f8cfd60805f (diff) | |
download | openembedded-core-2f0f7c34f805b4a5e89ec138107bcc434d06f8d0.tar.gz openembedded-core-2f0f7c34f805b4a5e89ec138107bcc434d06f8d0.tar.bz2 openembedded-core-2f0f7c34f805b4a5e89ec138107bcc434d06f8d0.zip |
resolvconf: Update to 1.71
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/resolvconf')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.70.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.70.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb index d401114b8f..d342a6e17b 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.70.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb @@ -10,12 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" AUTHOR = "Thomas Hood" HOMEPAGE = "http://packages.debian.org/resolvconf" RDEPENDS_${PN} = "bash" -PR = "r0" SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" -SRC_URI[md5sum] = "95e19745790fd1c9a102ddde3bfdb15c" -SRC_URI[sha256sum] = "7bb1ccfb68d61a96b91d135c4048f464482b634b0fc4a4b9d9a0f56ced5b4bf6" +SRC_URI[md5sum] = "f073ab06b11584c8af86e7f84a56680e" +SRC_URI[sha256sum] = "f2ec30a0e89330c6cbc3117efd60639da8305782979844ee4a1906e4b0ca230c" inherit allarch |