diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-27 09:29:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-28 19:55:39 +0200 |
commit | 06fd935e4f58f3454eca046de7d6927076abc371 (patch) | |
tree | bf70376472569074dd2131bd557a109229d9f778 /meta-initramfs | |
parent | 7d9e535d2ee310bb44238df333586b127a0012ea (diff) | |
download | meta-openembedded-06fd935e4f58f3454eca046de7d6927076abc371.tar.gz |
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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index 945ba0f21c..9909a6d421 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb | |||
@@ -33,7 +33,8 @@ FILES_${PN} += "${datadir}/bash-completion \ | |||
33 | ${libdir}/kernel \ | 33 | ${libdir}/kernel \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid bash ldd" | 36 | # 'getopt' is in the util-linux main package |
37 | RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid util-linux bash ldd" | ||
37 | # This could be optimized a bit, but let's avoid non-booting systems :) | 38 | # This could be optimized a bit, but let's avoid non-booting systems :) |
38 | RRECOMMENDS_${PN} = " \ | 39 | RRECOMMENDS_${PN} = " \ |
39 | kernel-modules \ | 40 | kernel-modules \ |