Re: [oe] [meta-filesystems][PATCH V2] xfsprogs: Fix parallel install and Make dependencies

2016-12-25 Thread Martin Jansa
Same here in bitbake world builds. On Mon, Dec 26, 2016 at 4:47 AM, Robert Yang wrote: > Hi, > > I still get errors after applied this patch, we can see that there is no > -luuid > on command line: > > ../i586-wrs-linux-libtool --quiet --tag=CC --mode=link i586-wrs-linux-gcc > -m32 -march=i586 -

Re: [oe] [meta-filesystems][PATCH V2] xfsprogs: Fix parallel install and Make dependencies

2016-12-25 Thread Robert Yang
Hi, I still get errors after applied this patch, we can see that there is no -luuid on command line: ../i586-wrs-linux-libtool --quiet --tag=CC --mode=link i586-wrs-linux-gcc -m32 -march=i586 --sysroot=/buildarea/lyang1/build_rebase/test_qemux86/tmp/sysroots/qemux86 -o xfs_io -Wl,-O1 -Wl,--h

Re: [oe] [meta-filesystems][PATCH V2] xfsprogs: Fix parallel install and Make dependencies

2016-12-18 Thread Khem Raj
On Sun, Dec 18, 2016 at 1:47 PM, Andreas Oberritter wrote: > Hi Khem, > > On 18.12.2016 00:06, Khem Raj wrote: >> This should fix build issues due to missing dependencies >> e.g. libuuid in Makefiles. > > this patch doesn't resolve the issue. I'm using the default linker. > Maybe you could apply l

Re: [oe] [meta-filesystems][PATCH V2] xfsprogs: Fix parallel install and Make dependencies

2016-12-18 Thread Andreas Oberritter
Hi Khem, On 18.12.2016 00:06, Khem Raj wrote: > This should fix build issues due to missing dependencies > e.g. libuuid in Makefiles. this patch doesn't resolve the issue. I'm using the default linker. Maybe you could apply link_needed_libs.patch only if clang is used. Regards, Andreas > > cor