All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS
@ 2014-08-27  7:29 Koen Kooi
  2014-08-27  7:29 ` [meta-initramfs][PATCH 2/2] dracut: update to 038 Koen Kooi
  2014-08-28  7:21 ` [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Koen Kooi @ 2014-08-27  7:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

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>
---
 meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index 945ba0f..9909a6d 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 \
                 ${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 \
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-28  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27  7:29 [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS Koen Kooi
2014-08-27  7:29 ` [meta-initramfs][PATCH 2/2] dracut: update to 038 Koen Kooi
2014-08-28  7:21 ` [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS Khem Raj
2014-08-28  8:04   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.