Re: [oe] [PATCH] netcat-openbsd: fix implicit dependency on pkg-config

2017-02-18 Thread Khem Raj
On Sat, Feb 18, 2017 at 5:12 PM Paul Gortmaker wrote: > In the report at http://errors.yoctoproject.org/Errors/Details/130673/ > we see the following: > > i586-oe-linux-gcc -m32 -march=i586 netcat.o atomicio.o socks.o > `pkg-config --libs libbsd` -lresolv -o nc >

[oe] [PATCH] netcat-openbsd: fix implicit dependency on pkg-config

2017-02-18 Thread Paul Gortmaker
In the report at http://errors.yoctoproject.org/Errors/Details/130673/ we see the following: i586-oe-linux-gcc -m32 -march=i586 netcat.o atomicio.o socks.o `pkg-config --libs libbsd` -lresolv -o nc /bin/sh: 1: pkg-config: not found What follows is a bunch of link errors for BSD library

Re: [oe] Splitting meta-oe?

2017-02-18 Thread Burton, Ross
On 17 February 2017 at 18:02, Martin Jansa wrote: > 1) RSS is good thing. > > 2) The breakage wasn't caused by lack of maintainers (at least I don't >think that I or Joe were the bottleneck for integrating the fixes). > > 3) More maintainers doesn't mean more

Re: [oe] [morty][meta-openembedded] Commit backport required

2017-02-18 Thread Martin Jansa
Are you sure you're using right version of bitbake? I doubt that bb.data API changes was backported to release branch of bitbake. On Sat, Feb 18, 2017 at 9:08 PM, Carlos Rafael Giani wrote: > Hello, > > commit d361ef01a9a61cd8a83f7728f7d3e9f118233cb8 "nis, opencv:

[oe] [morty][meta-openembedded] Commit backport required

2017-02-18 Thread Carlos Rafael Giani
Hello, commit d361ef01a9a61cd8a83f7728f7d3e9f118233cb8 "nis, opencv: Update getVar/setVar syntax" needs to be backported to meta-openembedded's morty branch. Otherwise builds break, because the deprecated bb.data API was removed also in morty. --