Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 16:30 +, McClintock Matthew-B29882 wrote: > On Fri, Sep 30, 2011 at 10:47 AM, Matthew McClintock > wrote: > > On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie > > wrote: > >> What image target are you building? I'm having trouble visualising an > >> image that doesn't in

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 10:47 AM, Matthew McClintock wrote: > On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie > wrote: >> What image target are you building? I'm having trouble visualising an >> image that doesn't include bash or busybox and if either of these are >> present, that dependency shou

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie wrote: > What image target are you building? I'm having trouble visualising an > image that doesn't include bash or busybox and if either of these are > present, that dependency should be met... > > If this is a toolchain/SDK, there were some recent

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Richard Purdie
On Thu, 2011-09-29 at 20:56 -0500, Matthew McClintock wrote: > This fixes the following build issue: > > | error: Failed dependencies: > | /bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2 > > Signed-off-by: Matthew McClintock > --- > Not sure how to say we just depend on /bin/sh instead o

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Phil Blundell
On Thu, 2011-09-29 at 20:56 -0500, Matthew McClintock wrote: > Not sure how to say we just depend on /bin/sh instead of requiring > the full blown version of bash You can invent a virtual-bourne-shell (if one doesn't already exist), have bash and busybox (and whatever else) provide it, then make g

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Martin Jansa
On Thu, Sep 29, 2011 at 08:56:17PM -0500, Matthew McClintock wrote: > This fixes the following build issue: > > | error: Failed dependencies: > | /bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2 > > Signed-off-by: Matthew McClintock > --- > Not sure how to say we just depend on /bin/sh in

[OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-29 Thread Matthew McClintock
This fixes the following build issue: | error: Failed dependencies: | /bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2 Signed-off-by: Matthew McClintock --- Not sure how to say we just depend on /bin/sh instead of requiring the full blown version of bash .../gstreamer/gstreamer_0.10.3