[oe] [meta-oe][PATCH v2] mpv: upgrade to version 0.26.0

2017-08-28 Thread Wouter van der stoel
Updates the mpv package to version 0.26.0. The patch that was previously necessary related to OpenGL has been added upstream. Signed-off-by: Wouter van der Stoel --- .../mpv/0001-Fix-build-with-HAVE_GL-0.patch| 39 --

[oe] [meta-networking][PATCH] squid: upgrade to 3.5.27

2017-08-28 Thread Dengke Du
Signed-off-by: Dengke Du --- .../0001-Before-use-rpc-rpc.h-check-it-first.patch | 32 +++ ...e-noexcept-instead-of-throw-for-C-11-comp.patch | 48 -- .../recipes-daemons/squid/files/gcc7-fixes.patch | 17

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+

2017-08-28 Thread Khem Raj
On Mon, Aug 28, 2017 at 8:09 PM, Bruce Ashfield wrote: > Bumping the version to 5.1.26 fixes the build issues with > the 4.12+ kernel (and headers). > > i.e.: > > tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h: > In function

Re: [oe] [meta-networking][PATCH] wireguard: fix kernel 4.12 build issues

2017-08-28 Thread Khem Raj
On Mon, Aug 28, 2017 at 8:38 PM, Bruce Ashfield wrote: > We upgrade the module + tools recipes to fix the following build error: > > wireguard-module/0.0.20170517-r0/WireGuard-0.0.20170517/src/device.c: > In function 'setup': > | >

[oe] [meta-networking][PATCH] wireguard: fix kernel 4.12 build issues

2017-08-28 Thread Bruce Ashfield
We upgrade the module + tools recipes to fix the following build error: wireguard-module/0.0.20170517-r0/WireGuard-0.0.20170517/src/device.c: In function 'setup': | wireguard-module/0.0.20170517-r0/WireGuard-0.0.20170517/src/device.c:269:7: error: 'struct net_device' has no member named

[oe] [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+

2017-08-28 Thread Bruce Ashfield
Bumping the version to 5.1.26 fixes the build issues with the 4.12+ kernel (and headers). i.e.: tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h: In function 'atomic_try_cmpxchg': | tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:192:2: error:

[oe] [meta-oe][PATCH V2] mariadb: disable thumb on armv4 and armv5

2017-08-28 Thread kai.kang
From: Kai Kang Disable thumb on armv4 and armv5 for mariadb which causes link error: | libsql.a(mysqld.cc.o): In function `test_if_case_insensitive(char const*) [clone .constprop.28]': |

Re: [oe] [meta-oe][PATCH 2/2] mariadb: disable thumb on armv5

2017-08-28 Thread Kang Kai
On 2017年08月29日 02:17, Andre McCurdy wrote: On Mon, Aug 28, 2017 at 6:59 AM, wrote: From: Kai Kang Disable thumb on armv5 for mariadb which causes link error: | libsql.a(mysqld.cc.o): In function `test_if_case_insensitive(char const*) [clone

[oe] [meta-python][PATCH V3] python-m2crypto: Upgrade to 0.26.0

2017-08-28 Thread Khem Raj
Use proper LICENCE file for LIC_FILES_CHKSUM Update homepage to point to gitlab Fix cross-build arch Signed-off-by: Khem Raj --- v2->v3: - Fix cross builds .../python-m2crypto/cross-compile-platform.patch | 30 ++ ...2crypto_0.25.1.bb =>

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Yi Zhao
在 2017年08月29日 09:48, Mark Hatle 写道: On 8/28/17 8:30 PM, Yi Zhao wrote: 在 2017年08月29日 09:19, Mark Hatle 写道: On 8/28/17 8:07 PM, Mark Hatle wrote: On 8/28/17 1:13 PM, Fabio Berton wrote: meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added iproute2 append to enable tipc

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 8:30 PM, Yi Zhao wrote: > > > 在 2017年08月29日 09:19, Mark Hatle 写道: >> On 8/28/17 8:07 PM, Mark Hatle wrote: >>> On 8/28/17 1:13 PM, Fabio Berton wrote: meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added iproute2 append to enable tipc PACKAGECONFIG that

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Yi Zhao
在 2017年08月29日 09:36, Khem Raj 写道: On Mon, Aug 28, 2017 at 6:30 PM, Yi Zhao wrote: 在 2017年08月29日 09:19, Mark Hatle 写道: On 8/28/17 8:07 PM, Mark Hatle wrote: On 8/28/17 1:13 PM, Fabio Berton wrote: meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Khem Raj
On Mon, Aug 28, 2017 at 6:30 PM, Yi Zhao wrote: > > > 在 2017年08月29日 09:19, Mark Hatle 写道: >> >> On 8/28/17 8:07 PM, Mark Hatle wrote: >>> >>> On 8/28/17 1:13 PM, Fabio Berton wrote: meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Yi Zhao
在 2017年08月29日 09:19, Mark Hatle 写道: On 8/28/17 8:07 PM, Mark Hatle wrote: On 8/28/17 1:13 PM, Fabio Berton wrote: meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added iproute2 append to enable tipc PACKAGECONFIG that install libmnl package. libmnl recipe is in

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 8:07 PM, Mark Hatle wrote: > On 8/28/17 1:13 PM, Fabio Berton wrote: >> meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added >> iproute2 append to enable tipc PACKAGECONFIG that install libmnl >> package. libmnl recipe is in meta-networking layer and this layer >>

[oe] [meta-networking][PATCH V3] netcf: upgrade to latest 0.2.8

2017-08-28 Thread Hongxu Jia
Fix compile failure while gnulib upgraded to 2017-08-20.18 ... | In file included from ../../../git/gnulib/lib/printf-args.h:41:0, | from ../../../git/gnulib/lib/printf-parse.h:29, | from ../../../git/gnulib/lib/printf-parse.c:36: | ./wchar.h:571:6: error: #if

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Huang, Jie (Jackie)
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, August 29, 2017 09:11 > To: Huang, Jie (Jackie) > Cc: openembeded-devel > Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl > > On Mon, Aug 28, 2017 at 6:07 PM, Huang, Jie

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Huang, Jie (Jackie)
Ok, please ignore mine if one of them is accepted. Thanks, Jackie From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, August 29, 2017 07:17 To: Khem Raj Cc: Huang, Jie (Jackie); openembeded-devel Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl And also

[oe] [meta-oe][PATCH] openipmi: Fix build with clang+hardening

2017-08-28 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ame-struct-parameter-printf-for-namespace.patch | 618 + .../recipes-support/openipmi/openipmi_2.0.24.bb| 1 + 2 files changed, 619 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Khem Raj
On Mon, Aug 28, 2017 at 6:07 PM, Huang, Jie (Jackie) wrote: > > >> -Original Message- >> From: Khem Raj [mailto:raj.k...@gmail.com] >> Sent: Monday, August 28, 2017 23:26 >> To: Huang, Jie (Jackie) >> Cc: openembeded-devel >> Subject: Re: [oe] [meta-oe][PATCH]

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Huang, Jie (Jackie)
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Monday, August 28, 2017 23:26 > To: Huang, Jie (Jackie) > Cc: openembeded-devel > Subject: Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl > > On Sun, Aug 27, 2017 at 11:05 PM,

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 1:13 PM, Fabio Berton wrote: > meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added > iproute2 append to enable tipc PACKAGECONFIG that install libmnl > package. libmnl recipe is in meta-networking layer and this layer > needs to be added to bblayers.conf file to

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Martin Jansa
And also by: https://patchwork.openembedded.org/patch/143340/ On Mon, Aug 28, 2017 at 5:26 PM, Khem Raj wrote: > On Sun, Aug 27, 2017 at 11:05 PM, wrote: > > From: Jackie Huang > > > > Set the correct path for perl

[oe] [meta-python PATCH v2] python3-pycrypto: Add python3 version of recipe

2017-08-28 Thread Otavio Salvador
The python2 version of the recipe already exist but there was no python3 alternative. This patch adds the missing bits. Signed-off-by: Otavio Salvador --- Changes in v2: - rebase to master - avoid duplication of patches - move patches to .inc file so we ensure both

[oe] [meta-python PATCH] python3-pycrypto: Add python3 version of recipe

2017-08-28 Thread Otavio Salvador
The python2 version of the recipe already exist but there was no python3 alternative. This patch adds the missing bits. Signed-off-by: Otavio Salvador --- .../python/python3-pycrypto/cross-compiling.patch | 23 ++

Re: [oe] [meta-oe][PATCH 2/2] mariadb: disable thumb on armv5

2017-08-28 Thread Andre McCurdy
On Mon, Aug 28, 2017 at 6:59 AM, wrote: > From: Kai Kang > > Disable thumb on armv5 for mariadb which causes link error: > > | libsql.a(mysqld.cc.o): In function `test_if_case_insensitive(char const*) > [clone .constprop.28]': > | >

[oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Fabio Berton
meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added iproute2 append to enable tipc PACKAGECONFIG that install libmnl package. libmnl recipe is in meta-networking layer and this layer needs to be added to bblayers.conf file to build libmnl. Move iproute2 append to

[oe] [meta-oe][PATCH 2/3] system-setup-keyboard: unblacklist recipe

2017-08-28 Thread Ioan-Adrian Ratiu
It's dependency got fixed by commit 7f502e72397b0 (system-config-keyboard: fix depends to work correctly with RSS) Signed-off-by: Ioan-Adrian Ratiu --- .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb| 2 -- 1 file changed, 2 deletions(-) diff --git

[oe] [meta-oe][PATCH 3/3] smbnetfs: unblacklist recipe

2017-08-28 Thread Ioan-Adrian Ratiu
All its dependencies have been fixed and it builds correctly. Signed-off-by: Ioan-Adrian Ratiu --- meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/3] terminus-font: fix RSS breakage and unblacklist

2017-08-28 Thread Ioan-Adrian Ratiu
Depend on bdftopcf-native to fix errors like: | perl ./ucstoany.pl ter-u12b.bdf ISO8859 1 uni/x11gr.uni uni/ascii-h.uni uni/win-1252.uni | bdftopcf -o ter-112b.pcf | /bin/sh: bdftopcf: command not found Signed-off-by: Ioan-Adrian Ratiu ---

Re: [oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread Khem Raj
On Sun, Aug 27, 2017 at 11:05 PM, wrote: > From: Jackie Huang > > Set the correct path for perl and avoid > searching the one in hosttools that cause > QA issue: > > | ERROR: enscript-1.6.6-r0 do_package_qa: QA Issue: /usr/bin/diffpp >

[oe] [meta-oe][PATCH 2/2] mariadb: disable thumb on armv5

2017-08-28 Thread kai.kang
From: Kai Kang Disable thumb on armv5 for mariadb which causes link error: | libsql.a(mysqld.cc.o): In function `test_if_case_insensitive(char const*) [clone .constprop.28]': | /usr/src/debug/mariadb/5.5.57-r0/mariadb-5.5.57/sql/mysqld.cc:8276:(.text.unlikely+0xbe): |

[oe] [meta-oe][PATCH 1/2] krb5: fix CVE-2017-11368

2017-08-28 Thread kai.kang
From: Kai Kang <kai.k...@windriver.com> Issue: CVE-2017-11368 Backport patch to fix CVE-2017-11368 for krb5. (LOCAL REV: NOT UPSTREAM) -- Send to oe-devel on 20170828 Signed-off-by: Kai Kang <kai.k...@windriver.com> --- .../krb5/krb5/fix-CVE-2017-11368.patch

[oe] [meta-oe][PATCH] terminus-font: fix RSS breakage and unblacklist

2017-08-28 Thread Ioan-Adrian Ratiu
Depend on bdftopcf-native to fix errors like: | perl ./ucstoany.pl ter-u12b.bdf ISO8859 1 uni/x11gr.uni uni/ascii-h.uni uni/win-1252.uni | bdftopcf -o ter-112b.pcf | /bin/sh: bdftopcf: command not found Signed-off-by: Ioan-Adrian Ratiu ---

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-08-28 Thread Martin Jansa
I've fixed the gcc7 + security_flags.inc issues in 5.8.0, that's now merged in master. Then I've rebased Samuli's upgrade to 5.9.0 to build on top of that and added another upgrade to 5.9.2. That's currently in master-next branch. But there is still this issue with qemux86 on x86_64 builders, so

Re: [oe] [meta-python][PATCH V2] python-m2crypto: Upgrade to 0.26.0

2017-08-28 Thread Martin Jansa
Unfortunately still fails to build: http://errors.yoctoproject.org/Errors/Details/154230/ On Wed, Aug 23, 2017 at 3:53 AM, Khem Raj wrote: > Use proper LICENCE file for LIC_FILES_CHKSUM > Update homepage to point to gitlab > > Signed-off-by: Khem Raj >

Re: [oe] [meta-gnome][PATCHv2] gnome-keyring: Fix compatibility with gcr 3 in oe-core

2017-08-28 Thread Martin Jansa
I've moved this before the removal of blacklisted recipes, but it still fails to build at least with gold, see: http://errors.yoctoproject.org/Errors/Details/154233/ On Thu, Aug 24, 2017 at 4:23 PM, Martin Jansa wrote: > From: Jason Wessel >

[oe] State of bitbake world, Failed tasks 2017-08-27

2017-08-28 Thread Martin Jansa
And this one with Qt 5.9.2 http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||all ||already-stripped ||libdir

[oe] State of bitbake world, Failed tasks 2017-08-26

2017-08-28 Thread Martin Jansa
This one is with qt 5.9.0 http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||all ||already-stripped ||libdir

Re: [oe] [meta-oe][PATCH] multipath-tools: add rdepends on bash

2017-08-28 Thread Huang, Jie (Jackie)
Sorry I didn't notice a previous patch was sent to fix the same issue, so please ignore this. Thanks, Jackie > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of >

[oe] [meta-oe][PATCH] multipath-tools: add rdepends on bash

2017-08-28 Thread jackie.huang
From: Jackie Huang * Add rdepends on bash to fix QA Issue: | ERROR: multipath-tools-0.7.1-r0 do_package_qa: QA Issue: /sbin/mpathconf contained in package multipath-tools requires /bin/bash, but no providers found in RDEPENDS_multipath-tools? [file-rdeps] *

[oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread jackie.huang
From: Jackie Huang Set the correct path for perl and avoid searching the one in hosttools that cause QA issue: | ERROR: enscript-1.6.6-r0 do_package_qa: QA Issue: /usr/bin/diffpp contained in package enscript requires /builddir/tmp/hosttools/perl, but no

Re: [oe] [meta-networking][PATCH 3/4] squid: Disable format-truncation warning only with gcc

2017-08-28 Thread Yi Zhao
在 2017年08月28日 13:39, Khem Raj 写道: On Sun, Aug 27, 2017 at 9:48 PM, Yi Zhao wrote: Hi, I got an error after applied this patch with latest oe-core: yeah, I think its because its bad to use an override which is not in oe-core but from meta-clang. Drop this patch and