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

2016-02-04 Thread Phil Blundell
On Thu, 2016-02-04 at 13:01 -0800, Khem Raj wrote: > > On Feb 4, 2016, at 12:12 PM, Ricardo Neri > > wrote: > > inherit autotools pkgconfig update-rc.d ptest > > RDEPENDS_${PN}-ptest += "make perl python" > > +RDEPENDS_${PN}-cache += "gzip findutils” > >

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

2016-02-04 Thread Khem Raj
> On Feb 4, 2016, at 12:12 PM, Ricardo Neri > 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

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

2016-02-04 Thread Khem Raj
> On Feb 4, 2016, at 1:10 PM, Phil Blundell wrote: > > On Thu, 2016-02-04 at 13:01 -0800, Khem Raj wrote: >>> On Feb 4, 2016, at 12:12 PM, Ricardo Neri >>> wrote: >>> inherit autotools pkgconfig update-rc.d ptest >>> RDEPENDS_${PN}-ptest

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

2016-02-04 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, if busybox is not included in the built image, the following errors could be observed