Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-04 Thread Ricardo Neri
On Wed, 2016-02-03 at 20:56 +, Burton, Ross wrote: > I was wondering if busbox provides these applets then why pull > them in > explicitly like this > > > Presumably Ricardo is building images without busybox? Indeed, my build does not have busybox. --

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-04 Thread Ricardo Neri
On Wed, 2016-02-03 at 20:37 +, Burton, Ross wrote: > +RDEPENDS_${PN} += "gzip findutils" > > > > The dependencies should be on the udev-cache package, surely. Right. I will submit a new version applying the dependencies to udev-cache only. Thanks and BR, Ricardo --

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 20:48, Khem Raj wrote: > I was wondering if busbox provides these applets then why pull them in > explicitly like this > Presumably Ricardo is building images without busybox? Ross -- ___ Openembedded-core

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 12:37 PM, Burton, Ross wrote: > > On 3 February 2016 at 19:07, Ricardo Neri > wrote: >> >> udev-cache uses find and xargs, which are provided by findutils. It also >> uses gzip, which is provided by gzip. These

Re: [OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Burton, Ross
On 3 February 2016 at 19:07, Ricardo Neri < ricardo.neri-calde...@linux.intel.com> wrote: > udev-cache uses find and xargs, which are provided by findutils. It also > uses gzip, which is provided by gzip. These utilities need to be present > when udev-cache runs. Thus, add them as RDEPENDSs. >

[OE-core] [PATCH] udev: add runtime dependencies for udev-cache

2016-02-03 Thread Ricardo Neri
udev-cache uses find and xargs, which are provided by findutils. It also uses gzip, which is provided by gzip. These utilities need to be present when udev-cache runs. Thus, add them as RDEPENDSs. Otherwise, the following errors could be observed when booting if such packages are not present in