Skip to content

Commit

Permalink
busybox: remove dependency on busybox-inittab for OpenRC
Browse files Browse the repository at this point in the history
If we're using BusyBox init, we don't want its inittab and will
be supplying our own.
  • Loading branch information
mqqc committed Apr 13, 2023
1 parent 7315870 commit 8aabaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-appends/oe-core/busybox_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8aabaed

Please sign in to comment.