]> code.ossystems Code Review - openembedded-core.git/commitdiff
resolvconf: update 1.87 -> 1.91
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 19 Jan 2022 10:40:44 +0000 (11:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2022 11:57:23 +0000 (11:57 +0000)
Drop patch as issue resolved upstream.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch [deleted file]
meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb [moved from meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb with 96% similarity]

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch b/meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch
deleted file mode 100644 (file)
index 1aead07..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-busybox installs readlink into /usr/bin, so ensure /usr/bin
-is in the path.
-
-Upstream-Status: Submitted
-Signed-off-by: Saul Wold <sgw@linux.intel.com>
-
-Index: resolvconf-1.76/etc/resolvconf/update.d/libc
-===================================================================
---- resolvconf-1.76.orig/etc/resolvconf/update.d/libc
-+++ resolvconf-1.76/etc/resolvconf/update.d/libc
-@@ -16,7 +16,7 @@
- #
- set -e
--PATH=/sbin:/bin
-+PATH=/sbin:/bin:/usr/bin
- [ -x /lib/resolvconf/list-records ] || exit 1
similarity index 96%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
index f57abe36195ccb91334c3ff83567dc79ec2e19f7..cb25238eba35f62c1e6fd89e274986296c89409b 100644 (file)
@@ -12,11 +12,10 @@ HOMEPAGE = "http://packages.debian.org/resolvconf"
 RDEPENDS:${PN} = "bash"
 
 SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \
-           file://fix-path-for-busybox.patch \
            file://99_resolvconf \
            "
 
-SRCREV = "1dda36d8465e335c60190c41e7185d782da1bd7b"
+SRCREV = "859209d573e7aec0e95d812c6b52444591a628d1"
 
 S = "${WORKDIR}/git"