Re: [OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-27 Thread Nicolas Dechesne
On Wed, Nov 27, 2013 at 3:36 AM, Lei Liu wrote: > > If I revert to 0.1.34 (that we had on dylan branch), i can build my > image just fine (note that I am building an arm soft-float image), so are > you able to use image-mklibs with dora or master which have 0.1.38? > > > > Hi, > > I'm testing on

Re: [OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-22 Thread Nicolas Dechesne
hi, On Wed, Nov 13, 2013 at 4:05 AM, Lei Liu wrote: > On 2013年11月12日 18:23, Richard Purdie wrote: > > On Mon, 2013-11-11 at 17:27 +0800, Lei Liu wrote: > >> From: Lei Liu > >> > >> File command in some version could print extra space between > >> "LSB" and "executable" - it causes mklibs can't

Re: [OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-12 Thread Lei Liu
On 2013年11月12日 18:23, Richard Purdie wrote: > On Mon, 2013-11-11 at 17:27 +0800, Lei Liu wrote: >> From: Lei Liu >> >> File command in some version could print extra space between >> "LSB" and "executable" - it causes mklibs can't find any executables >> using grep "LSB executable". Fix the grep

Re: [OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-12 Thread Richard Purdie
On Mon, 2013-11-11 at 17:27 +0800, Lei Liu wrote: > From: Lei Liu > > File command in some version could print extra space between > "LSB" and "executable" - it causes mklibs can't find any executables > using grep "LSB executable". Fix the grep pattern to catch > multiple spaces. > > Signed-of

[OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-11 Thread Lei Liu
From: Lei Liu File command in some version could print extra space between "LSB" and "executable" - it causes mklibs can't find any executables using grep "LSB executable". Fix the grep pattern to catch multiple spaces. Signed-off-by: Lei Liu --- meta/classes/image-mklibs.bbclass |2 +- 1