[OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-01 Thread Mark Hatle
The following allows RPM to generate the SDK image, however without it we get a failure because the system has nothing that provides /bin/sh. Unfortunately the patch causes failures with ipk and deb packages because they can not have filenames within their RPROVIDES. I'm looking for some type of

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-02 Thread Phil Blundell
On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: > The following allows RPM to generate the SDK image, however without it > we get a failure because the system has nothing that provides /bin/sh. > > Unfortunately the patch causes failures with ipk and deb packages because > they can not have f

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-02 Thread Mark Hatle
On 8/2/11 8:46 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: >> The following allows RPM to generate the SDK image, however without it >> we get a failure because the system has nothing that provides /bin/sh. >> >> Unfortunately the patch causes failures with ipk a

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-03 Thread Richard Purdie
On Tue, 2011-08-02 at 09:49 -0500, Mark Hatle wrote: > On 8/2/11 8:46 AM, Phil Blundell wrote: > > On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: > >> The following allows RPM to generate the SDK image, however without it > >> we get a failure because the system has nothing that provides /bin

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-03 Thread Mark Hatle
On 8/3/11 7:20 AM, Richard Purdie wrote: > On Tue, 2011-08-02 at 09:49 -0500, Mark Hatle wrote: >> On 8/2/11 8:46 AM, Phil Blundell wrote: >>> On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: The following allows RPM to generate the SDK image, however without it we get a failure becau

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-03 Thread Richard Purdie
On Wed, 2011-08-03 at 09:41 -0500, Mark Hatle wrote: > On 8/3/11 7:20 AM, Richard Purdie wrote: > > On Tue, 2011-08-02 at 09:49 -0500, Mark Hatle wrote: > >> On 8/2/11 8:46 AM, Phil Blundell wrote: > >>> On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrote: > The following allows RPM to generat

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-03 Thread Mark Hatle
On 8/3/11 10:40 AM, Richard Purdie wrote: > On Wed, 2011-08-03 at 09:41 -0500, Mark Hatle wrote: >> On 8/3/11 7:20 AM, Richard Purdie wrote: >>> On Tue, 2011-08-02 at 09:49 -0500, Mark Hatle wrote: On 8/2/11 8:46 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 19:17 -0500, Mark Hatle wrot

Re: [OE-core] [PATCH 5/5] update-alternatives: Add alternatives as a runtime provide

2011-08-03 Thread Richard Purdie
On Wed, 2011-08-03 at 11:03 -0500, Mark Hatle wrote: > On 8/3/11 10:40 AM, Richard Purdie wrote: > > On Wed, 2011-08-03 at 09:41 -0500, Mark Hatle wrote: > >> On 8/3/11 7:20 AM, Richard Purdie wrote: > >>> On Tue, 2011-08-02 at 09:49 -0500, Mark Hatle wrote: > On 8/2/11 8:46 AM, Phil Blundell