From 8aabaede28fe20c1f6d52ed187b2e0b90d45f5d1 Mon Sep 17 00:00:00 2001 From: Mark Cilissen Date: Tue, 11 Apr 2023 13:29:13 +0200 Subject: [PATCH] busybox: remove dependency on `busybox-inittab` for OpenRC If we're using BusyBox init, we don't want its inittab and will be supplying our own. --- recipes-appends/oe-core/busybox_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-appends/oe-core/busybox_%.bbappend b/recipes-appends/oe-core/busybox_%.bbappend index f737e8a..9df742f 100644 --- a/recipes-appends/oe-core/busybox_%.bbappend +++ b/recipes-appends/oe-core/busybox_%.bbappend @@ -20,6 +20,7 @@ SRC_URI += " \ file://busybox-udhcpd.confd \ file://busybox-udhcpd.initd \ " +RDEPENDS:${PN}:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'openrc', 'busybox-inittab', '', d)}" inherit openrc