mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
7d9e535d2e
commit
06fd935e4f
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user