summaryrefslogtreecommitdiff
path: root/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--recipes-core/busybox/busybox_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
index 31b58fa..ca0d56b 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -4,6 +4,13 @@ FILESEXTRAPATHS_prepend := ":${THISDIR}/files:"
RDEPENDS_${PN} += "bash"
DEPENDS += "libtirpc"
+#
+# MD: temporally disable IPCS/IPCRM (needed for ntpd/gpsd according to John)
+# because those are also provided by util-linux which is in RDEPENDS for docker
+#
+SRC_URI += "file://disable-ipc-for-docker.cfg \
+"
+
SRC_URI += "file://udhcpd.conf.example \
file://ifplugd.action \
file://ifplugd.default \