Re: [oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux

2015-10-19 Thread Slater, Joseph


> -Original Message-
> From: openembedded-devel-boun...@lists.openembedded.org 
> [mailto:openembedded-devel-
> boun...@lists.openembedded.org] On Behalf Of Khem Raj
> Sent: Friday, October 16, 2015 1:05 PM
> To: openembeded-devel
> Subject: Re: [oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux
> 
> On Fri, Oct 16, 2015 at 10:57 AM, Joe Slater <jsla...@windriver.com> wrote:
> > We might need findmnt and setsid, which are in the
> > util-linux package.
> 
> would it make sense to put them in a independent package ?

If we do, I think we should make util-linux RDEPEND on it (them), so we won't 
break other
stuff that assumes that's where they are.

Joe


> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux

2015-10-16 Thread Joe Slater
We might need findmnt and setsid, which are in the
util-linux package.

Signed-off-by: Joe Slater 
---
 .../recipes-devtools/dracut/dracut_git.bb  |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb 
b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index 3dc5bf5..52411d7 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -50,7 +50,7 @@ FILES_${PN}-dbg += "${prefix}/lib/dracut/.debug"
 
 CONFFILES_${PN} += "${sysconfdir}/dracut.conf"
 
-RDEPENDS_${PN} = "findutils cpio util-linux-blkid util-linux-getopt bash ldd"
+RDEPENDS_${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux 
bash ldd"
 RDEPENDS_${PN}-bash-completion = "bash-completion"
 
 # RDEPEND on systemd optionally
-- 
1.7.9.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux

2015-10-16 Thread Khem Raj
On Fri, Oct 16, 2015 at 10:57 AM, Joe Slater  wrote:
> We might need findmnt and setsid, which are in the
> util-linux package.

would it make sense to put them in a independent package ?
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel