diff options
author | Anders Darander <anders@chargestorm.se> | 2011-07-04 11:18:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 12:45:31 +0100 |
commit | 9fc07c91e8453a41883d1a7b5e94ce6d0508238e (patch) | |
tree | 3b09ce38207cfb1ac63d757160002653a2aba2f4 /meta/recipes-connectivity/resolvconf | |
parent | 6aa43eaae0d81cca67a93693f1fc265b52df76d4 (diff) | |
download | poky-9fc07c91e8453a41883d1a7b5e94ce6d0508238e.tar.gz |
resolvconf: update to version 1.58.
The old version has become unavailable from the download site.
(From OE-Core rev: cff5b446701d5f59fc6b346459bec0faed2310fe)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/resolvconf')
-rw-r--r-- | meta/recipes-connectivity/resolvconf/resolvconf_1.58.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.58.bb index 507a233709..46040a0498 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.58.bb | |||
@@ -11,13 +11,12 @@ AUTHOR = "Thomas Hood" | |||
11 | HOMEPAGE = "http://packages.debian.org/resolvconf" | 11 | HOMEPAGE = "http://packages.debian.org/resolvconf" |
12 | DEPENDS = "bash" | 12 | DEPENDS = "bash" |
13 | RDEPENDS_${PN} = "bash" | 13 | RDEPENDS_${PN} = "bash" |
14 | PR = "r1" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "b226e02704a545238eac5ef70f6d3c4c" | 18 | SRC_URI[md5sum] = "6232b336e6bb05282791b5506bbbfa42" |
19 | SRC_URI[sha256sum] = "4b07832680b82d401a76132cd6bbe13961231235287f2662a6604edbcac82bb1" | 19 | SRC_URI[sha256sum] = "853016a2ef16a8fdd6d1e29ac94bc6391199033235aa8e3b373345979c617431" |
20 | |||
21 | 20 | ||
22 | do_compile () { | 21 | do_compile () { |
23 | : | 22 | : |