diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-08 14:27:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:21 +0000 |
commit | 95aa27d68b03875c46fe3964ff2c2543b0c8d52a (patch) | |
tree | 9389b3e37aaf50bca96d53a2ce3d77d6d4672e02 /meta/recipes-connectivity/resolvconf | |
parent | 1f383c6a06d6ffc736a4c451cf7c8c6ce4759e11 (diff) | |
download | poky-95aa27d68b03875c46fe3964ff2c2543b0c8d52a.tar.gz |
resolvconf: update to 1.82
Switch to git, as using debian snapshots makes automated upgrades impossible.
(From OE-Core rev: 0e6b5151480cd03eb96deecc465f16958c41afa2)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
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.82.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.82.bb index 8550177288..67959576e8 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.82.bb | |||
@@ -11,13 +11,14 @@ 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/20160520T044340Z/pool/main/r/${BPN}/${BPN}_1.79.tar.xz \ | 14 | SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https \ |
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] = "aab2382020fc518f06a06e924c56d300" | 19 | SRCREV = "cb19bbfbe7e52174332f68bf2f295b39d119fad3" |
20 | SRC_URI[sha256sum] = "8e2843cd4162b706f0481b3c281657728cbc2822e50a64fff79b79bd8aa870a0" | 20 | |
21 | S = "${WORKDIR}/git" | ||
21 | 22 | ||
22 | # the package is taken from snapshots.debian.org; that source is static and goes stale | 23 | # 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 | 24 | # so we check the latest upstream from a directory that does get updated |