summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2019-03-11 22:13:33 +0100
committerAndreas Oberritter <obi@opendreambox.org>2020-07-02 15:10:00 +0200
commitd1904d9de40c635862e3b30ebcbcfa8194ad6ff6 (patch)
tree2b91e4d5903eded5fe0daa390cab7ebf5f69bf80 /meta/recipes-devtools
parent071f46b8934630ec6fa253b4498f512854fdf8a1 (diff)
downloadopenembedded-core-contrib-d1904d9de40c635862e3b30ebcbcfa8194ad6ff6.tar.gz
dpkg: Don't abort if unused tools are missing, e.g. ldconfig and start-stop-daemon
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/0001-help-make-sure-dpkg-continues-to-work-if-unused-tool.patch37
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.19.7.bb1
2 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-help-make-sure-dpkg-continues-to-work-if-unused-tool.patch b/meta/recipes-devtools/dpkg/dpkg/0001-help-make-sure-dpkg-continues-to-work-if-unused-tool.patch
new file mode 100644
index 0000000000..9d18336366
--- /dev/null
+++ b/meta/recipes-devtools/dpkg/dpkg/0001-help-make-sure-dpkg-continues-to-work-if-unused-tool.patch
@@ -0,0 +1,37 @@
+From b37f2e17f0558455a601b6cee99d07ee9dfc0181 Mon Sep 17 00:00:00 2001
+From: Andreas Oberritter <obi@opendreambox.org>
+Date: Thu, 7 Mar 2019 13:42:25 +0100
+Subject: [PATCH] help: make sure dpkg continues to work if unused tools are
+ not in PATH
+
+Dpkg looks for some tools it doesn't use. They might get used by scripts,
+but it's perfectly valid to build a rootfs not containing ldconfig or
+start-stop-daemon, even if start-stop-daemon was built.
+
+Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
+---
+ src/help.c | 11 -----------
+ 1 file changed, 11 deletions(-)
+
+diff --git a/src/help.c b/src/help.c
+index f168e8374..83a4050a1 100644
+--- a/src/help.c
++++ b/src/help.c
+@@ -118,17 +118,6 @@ void checkpath(void) {
+ TAR,
+ DIFF,
+ BACKEND,
+- /* Mac OS X uses dyld (Mach-O) instead of ld.so (ELF), and does not have
+- * an ldconfig. */
+-#if defined(__APPLE__) && defined(__MACH__)
+- "update_dyld_shared_cache",
+-#elif defined(__GLIBC__) || defined(__UCLIBC__) || \
+- defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+- "ldconfig",
+-#endif
+-#if BUILD_START_STOP_DAEMON
+- "start-stop-daemon",
+-#endif
+ NULL
+ };
+
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb
index 971d36cdb5..80fe5ad2c7 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb
@@ -14,6 +14,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz \
file://0001-dpkg-Support-muslx32-build.patch \
file://0007-update-alternatives-disable-logging.patch \
file://0001-update-alternatives-Allow-to-override-altdir-from-en.patch \
+ file://0001-help-make-sure-dpkg-continues-to-work-if-unused-tool.patch \
file://pager.patch \
"
SRC_URI_append_class-native = " \