Op 28 aug. 2014, om 09:21 heeft Khem Raj <[email protected]> het volgende geschreven:
> On 14-08-27 09:29:00, Koen Kooi wrote: >> This drags in full util-linux, a future TODO is to split up util-linux >> completely in OE-core. >> >> Signed-off-by: Koen Kooi <[email protected]> >> --- >> 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" > > Its dragging in bash too, does it really need it ? can it be enhanced > to support busybox/ash It might be, I haven't looked at it yet. regards, Koen -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
