From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS
Date: Thu, 28 Aug 2014 00:21:24 -0700 [thread overview]
Message-ID: <20140828072124.GD13139@haswell> (raw)
In-Reply-To: <1409124541-12549-1-git-send-email-koen@dominion.thruhere.net>
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@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
> # This could be optimized a bit, but let's avoid non-booting systems :)
> RRECOMMENDS_${PN} = " \
> kernel-modules \
> --
> 1.9.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2014-08-28 7:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Khem Raj [this message]
2014-08-28 8:04 ` [meta-initramfs][PATCH 1/2] dracut: add 'getopt' to RDEPENDS Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140828072124.GD13139@haswell \
--to=raj.khem@gmail.com \
--cc=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.