diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-01-20 15:40:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:18 +0000 |
commit | f6126325fb62a05e81a517d19516cac2a253a707 (patch) | |
tree | d0b241c303e4e2260af42b21fad20c54598943d8 /meta/recipes-connectivity/resolvconf | |
parent | edeedd9e98ea44c21fbfa0fd4a53075b789305c4 (diff) | |
download | poky-f6126325fb62a05e81a517d19516cac2a253a707.tar.gz |
resolvconf: upgrade 1.83 -> 1.87
(From OE-Core rev: 5240708714eaf7e6e769bc23809d85b18c94406d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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.87.bb (renamed from meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb index 33ee553d19..6df96b699c 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb | |||
@@ -11,12 +11,12 @@ 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 = "git://salsa.debian.org/debian/resolvconf.git;protocol=https \ | 14 | SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \ |
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 | SRCREV = "d001dd2b7ce4c854eaa29e46b9640ab66c6e70bb" | 19 | SRCREV = "1dda36d8465e335c60190c41e7185d782da1bd7b" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||