mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
dracut: Remove busybox from RRECOMMENDS
The coreutils which defined in RRECOMMENDS has already provide the basic command and it conflicts with busybox. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -65,7 +65,6 @@ RDEPENDS:${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux b
|
|||||||
# This could be optimized a bit, but let's avoid non-booting systems :)
|
# This could be optimized a bit, but let's avoid non-booting systems :)
|
||||||
RRECOMMENDS:${PN} = " \
|
RRECOMMENDS:${PN} = " \
|
||||||
kernel-modules \
|
kernel-modules \
|
||||||
busybox \
|
|
||||||
coreutils \
|
coreutils \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user