[oe] [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS

Koen Kooi koen at dominion.thruhere.net
Thu Aug 28 08:04:15 UTC 2014


Op 28 aug. 2014, om 09:21 heeft Khem Raj <raj.khem at gmail.com> 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 <koen at 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"
> 
> 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


More information about the Openembedded-devel mailing list