[oe] [meta-oe][PATCH] mongodb: Turn system libpcre support into packageconfig

2019-10-07 Thread Khem Raj
when libpcre is built with clang and mongodb with gcc then they dont link well, in such cases its better to use in-tree pcre, this paves a way to achieve that if needed Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [oe] [meta-oe][PATCH] tcpdump: upgrade 4.9.2 -> 4.9.3

2019-10-07 Thread Randy MacLeod
On 10/7/19 9:43 AM, Peiran Hong wrote: This upgrade adds some new features and fixes numerous bugs including the following CVEs: CVE: CVE-2017-16808 (AoE) CVE: CVE-2018-14468 (FrameRelay) CVE: CVE-2018-14469 (IKEv1) CVE: CVE-2018-14470 (BABEL) CVE: CVE-2018-14466 (AFS/RX) CVE: CVE-2018-14461

Re: [oe] [meta-networking][PATCH] grpc: Update to 1.24.1

2019-10-07 Thread Khem Raj
On Mon, Oct 7, 2019 at 11:12 AM akuster808 wrote: > > > > On 10/7/19 11:04 AM, Khem Raj wrote: > > On Mon, Oct 7, 2019 at 8:55 AM Khem Raj wrote: > > >> upb dependency needs to fed as source, since it lacks the CMake based > >> external module builds like some other deps > >> > >> Forward port

Re: [oe] [meta-networking][PATCH] grpc: Update to 1.24.1

2019-10-07 Thread akuster808
On 10/7/19 11:04 AM, Khem Raj wrote: > On Mon, Oct 7, 2019 at 8:55 AM Khem Raj wrote: >> upb dependency needs to fed as source, since it lacks the CMake based >> external module builds like some other deps >> >> Forward port the cross lib installation patch >> >> Drop gettid patch as it was a

Re: [oe] [meta-networking][PATCH] grpc: Update to 1.24.1

2019-10-07 Thread Khem Raj
On Mon, Oct 7, 2019 at 8:55 AM Khem Raj wrote: > > upb dependency needs to fed as source, since it lacks the CMake based > external module builds like some other deps > > Forward port the cross lib installation patch > > Drop gettid patch as it was a backport which is in this revision > >

[oe] [meta-networking][PATCH] grpc: Update to 1.24.1

2019-10-07 Thread Khem Raj
upb dependency needs to fed as source, since it lacks the CMake based external module builds like some other deps Forward port the cross lib installation patch Drop gettid patch as it was a backport which is in this revision Signed-off-by: Khem Raj ---

Re: [oe] [meta-oe][PATCH] tcpdump: upgrade 4.9.2 -> 4.9.3

2019-10-07 Thread akuster808
On 10/7/19 6:43 AM, Peiran Hong wrote: > This upgrade adds some new features and fixes numerous bugs including > the following CVEs: > CVE: CVE-2017-16808 (AoE) > CVE: CVE-2018-14468 (FrameRelay) > CVE: CVE-2018-14469 (IKEv1) > CVE: CVE-2018-14470 (BABEL) > CVE: CVE-2018-14466 (AFS/RX) > CVE:

Re: [oe] [meta-oe][PATCH] README: Document need for 32bit compiler

2019-10-07 Thread Khem Raj
On Mon, Oct 7, 2019 at 1:42 AM Adrian Bunk wrote: > > On Sun, Oct 06, 2019 at 10:20:19PM -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > meta-oe/README | 7 +++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/meta-oe/README b/meta-oe/README > > index

Re: [oe] [meta-oe PATCH] modemmanager: Upgrade 1.10.2 -> 1.10.6

2019-10-07 Thread Khem Raj
Thanks for letting me know. Somehow this patch series got lost and never showed up in patchwork On Mon, Oct 7, 2019 at 1:44 AM Adrian Bunk wrote: > > Hi Khem, > > this update got lost somewhere? > > Thanks > Adrian > > -- > >"Is there not promise of rain?" Ling Tan asked suddenly out >

[oe] [meta-oe][PATCH] nvme-cli: upgrade 1.6 -> 1.9

2019-10-07 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- ...ile-fix-bash-completion-install-path.patch | 33 --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb | 21 meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 29 3 files changed, 29 insertions(+), 54 deletions(-)

[oe] [meta-oe][PATCH] tcpdump: upgrade 4.9.2 -> 4.9.3

2019-10-07 Thread Peiran Hong
This upgrade adds some new features and fixes numerous bugs including the following CVEs: CVE: CVE-2017-16808 (AoE) CVE: CVE-2018-14468 (FrameRelay) CVE: CVE-2018-14469 (IKEv1) CVE: CVE-2018-14470 (BABEL) CVE: CVE-2018-14466 (AFS/RX) CVE: CVE-2018-14461 (LDP) CVE: CVE-2018-14462 (ICMP) CVE:

Re: [oe] [meta-networking][PATCH] freeradius: mark as incompatible with armv5

2019-10-07 Thread Trevor Gamblin
On 10/4/19 3:05 PM, Adrian Bunk wrote: On Fri, Oct 04, 2019 at 11:20:18AM -0400, Trevor Gamblin wrote: From: Trevor Gamblin Freeradius fails to build for armv5: | *** Warning: Linking the executable build/bin/local/radeapclient against the loadable module | *** libfreeradius-server.so is

[oe] [PATCH] log4cpp: Stop using RC as a variable

2019-10-07 Thread Mike Crowe via Openembedded-devel
This recipe cannot be parsed when using meta-mingw because ${RC} expands to the Windows resource compiler. Let's use PRC instead to avoid that problem. Signed-off-by: Mike Crowe --- meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [oe] [meta-oe PATCH] modemmanager: Upgrade 1.10.2 -> 1.10.6

2019-10-07 Thread Adrian Bunk
Hi Khem, this update got lost somewhere? Thanks Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon

Re: [oe] [meta-oe][PATCH] README: Document need for 32bit compiler

2019-10-07 Thread Adrian Bunk
On Sun, Oct 06, 2019 at 10:20:19PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta-oe/README | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/meta-oe/README b/meta-oe/README > index 0e9f8423bd..347816b0d1 100644 > --- a/meta-oe/README > +++ b/meta-oe/README > @@