mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
dracut: add 'getopt' to RDEPENDS
This drags in full util-linux, a future TODO is to split up util-linux completely in OE-core. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -33,7 +33,8 @@ FILES_${PN} += "${datadir}/bash-completion \
|
||||
${libdir}/kernel \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid bash ldd"
|
||||
# 'getopt' is in the util-linux main package
|
||||
RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid util-linux bash ldd"
|
||||
# This could be optimized a bit, but let's avoid non-booting systems :)
|
||||
RRECOMMENDS_${PN} = " \
|
||||
kernel-modules \
|
||||
|
||||
Reference in New Issue
Block a user