[OE-core] ✗ patchtest: failure for "[V2] perl: fix CVE-2017-12883..." and 1 more

2017-10-17 Thread Patchwork
== Series Details == Series: "[V2] perl: fix CVE-2017-12883..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/9374/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been ex

[OE-core] [PATCH V3 2/2] perl: fix CVE-2017-12837

2017-10-17 Thread Hongxu Jia
https://perl5.git.perl.org/perl.git/commitdiff/96c83ed78aeea1a0496dd2b2d935869a822dc8a5 Signed-off-by: Hongxu Jia --- .../perl/perl/perl-fix-CVE-2017-12837.patch| 32 ++ meta/recipes-devtools/perl/perl_5.24.1.bb | 1 + 2 files changed, 33 insertions(+) crea

[OE-core] [PATCH V3 1/2] perl: fix CVE-2017-12883

2017-10-17 Thread Hongxu Jia
The cause of this is that the vFAIL macro uses RExC_parse, and that variable has just been changed in preparation for code after the vFAIL. The solution is to not change RExC_parse until after the vFAIL. This is a case where the macro hides stuff that can bite you. https://perl5.git.perl.org/perl

Re: [OE-core] [PATCH v5 3/3] weston: Bump version to 3.0.0

2017-10-17 Thread Fabien Lahoudere
On Mon, 2017-10-16 at 21:34 +0100, Burton, Ross wrote: > On 16 October 2017 at 18:30, Otavio Salvador > wrote: > > > +          > > > file://weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch > > > \ > > > > > +          file://fix-missing-header.patch \ > > > > > > > > Th

Re: [OE-core] [PATCH v5 3/3] weston: Bump version to 3.0.0

2017-10-17 Thread Otavio Salvador
Em 17 de out de 2017 6:21 AM, "Fabien Lahoudere" < fabien.lahoud...@collabora.co.uk> escreveu: On Mon, 2017-10-16 at 21:34 +0100, Burton, Ross wrote: On 16 October 2017 at 18:30, Otavio Salvador wrote: > + > file://weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch

[OE-core] [PATCH][jethro] wpa_supplicant: fix WPA2 key replay security bug

2017-10-17 Thread Ross Burton
WPA2 is vulnerable to replay attacks which result in unauthenticated users having access to the network. * CVE-2017-13077: reinstallation of the pairwise key in the Four-way handshake * CVE-2017-13078: reinstallation of the group key in the Four-way handshake * CVE-2017-13079: reinstallation of

[OE-core] [PATCH] scripts/send-recipe-update-reminders: add a script to send recipe version update reminders by email

2017-10-17 Thread Alexander Kanavin
This script will determine (via bitbake -c checkpkg world) which recipes are in need of a version update, sort them by their assigned maintainers, and send personal emails to the maintainers requesting that the recipes should be updated. Also, it will send a summary to the openembedded-core mailing

[OE-core] ✗ patchtest: failure for scripts/send-recipe-update-reminders: add a script to send recipe version update reminders by email

2017-10-17 Thread Patchwork
== Series Details == Series: scripts/send-recipe-update-reminders: add a script to send recipe version update reminders by email Revision: 1 URL : https://patchwork.openembedded.org/series/9378/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. Th

[OE-core] State of bitbake world, Failed tasks 2017-10-16

2017-10-17 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='15'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 2/7] go: Fix build with PIE on musl

2017-10-17 Thread Burton, Ross
The patches have no header, upstream-status, or signed-off-by. Ross On 14 October 2017 at 16:48, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/go/go-1.9.inc| 3 + > .../go/go-1.9/default-buildmode-pie.patch | 13 +++ > .../go/go-1.9/set-ex

Re: [OE-core] [PATCH 5/7] libcheck: Upgrade to 0.11.0+

2017-10-17 Thread Burton, Ross
On 14 October 2017 at 16:48, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../libcheck/{libcheck_0.10.0.bb => libcheck_git.bb} | 11 > ++- > Why not 0.11.0? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.ope

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Burton, Ross
Curious how you hit this with master. For me: checking for check >= 0.9.9... no configure: WARNING: check not found - skipping building unit tests The configure script uses pkg-config so shouldn't be picking up host binaries. Can you dig a little? Ross On 14 October 2017 at 16:48, Khem Raj w

[OE-core] [PATCH] scripts/send-recipe-update-reminders: send recipe version update reminders by email

2017-10-17 Thread Alexander Kanavin
This script will determine (via bitbake -c checkpkg world) which recipes are in need of a version update, sort them by their assigned maintainers, and send personal emails to the maintainers requesting that the recipes should be updated. Also, it will send a summary to the openembedded-core mailing

Re: [OE-core] [PATCH] scripts/send-recipe-update-reminders: send recipe version update reminders by email

2017-10-17 Thread Leonardo Sandoval
On Tue, 17 Oct 2017 15:43:39 +0300 Alexander Kanavin wrote: I like the idea of a simpler script to do this job. Just one minor comment on the code: I would use non-zero exit values in case of errors and as a possible future enhancement, use a template (jinja2 for example) to format the email a

Re: [OE-core] [PATCH] scripts/send-recipe-update-reminders: send recipe version update reminders by email

2017-10-17 Thread Leonardo Sandoval
> > YP used to have a much more sophisticated system called Automated > Upgrade Helper for this, but it hasn't been heard from in several months > and so I quickly rolled my own cheap and cheery replacement. AUH is the system that send emails with upgrade statistics (basically the system tries

[OE-core] [PATCH] devtool: ensure temp directory is created

2017-10-17 Thread Joshua Lock
We often see nightly-oe-selftest on the Yocto Project Autobuilder fail in test_devtool_modify_native with: 'devtool modify apt-native -x /tmp/devtoolqahlptvsfq/apt-native' returned non-zero exit status 1 and the following traceback: Traceback (most recent call last): File "/home/pok

Re: [OE-core] [PATCH] devtool: ensure temp directory is created

2017-10-17 Thread Leonardo Sandoval
On Tue, 17 Oct 2017 16:05:06 +0100 Joshua Lock wrote: I would be nice that we keep the bugzilla ticket open (and included the tag on this patch) and investigate further this issue. Seems like in some distros, the temfile.mkdtemp is not doing what it is supposed thus we have this workaround (p

Re: [OE-core] [PATCH] devtool: ensure temp directory is created

2017-10-17 Thread Joshua Lock
On 17/10/17 17:00, Leonardo Sandoval wrote: On Tue, 17 Oct 2017 16:05:06 +0100 Joshua Lock wrote: I would be nice that we keep the bugzilla ticket open (and included the tag on this patch) and investigate further this issue. Seems like in some distros, the temfile.mkdtemp is not doing what

Re: [OE-core] [PATCH] devtool: ensure temp directory is created

2017-10-17 Thread Burton, Ross
On 17 October 2017 at 17:02, Joshua Lock wrote: > FWIW the failure has been observed on multiple host distros (Ubuntu 16.04, > Fedora 26, Tumbleweed) and I could replicate it very easily on my Fedora 26 > host with an use of devtool modify -x. If you can replicate it on demand how about using a

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Khem Raj
On Tue, Oct 17, 2017 at 5:41 AM, Burton, Ross wrote: > Curious how you hit this with master. For me: > > checking for check >= 0.9.9... no > configure: WARNING: check not found - skipping building unit tests > > The configure script uses pkg-config so shouldn't be picking up host > binaries. Can

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Burton, Ross
On 17 October 2017 at 17:24, Khem Raj wrote: > On Tue, Oct 17, 2017 at 5:41 AM, Burton, Ross > wrote: > > Curious how you hit this with master. For me: > > > > checking for check >= 0.9.9... no > > configure: WARNING: check not found - skipping building unit tests > > > > The configure script u

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Khem Raj
On Tue, Oct 17, 2017 at 9:25 AM, Burton, Ross wrote: > On 17 October 2017 at 17:24, Khem Raj wrote: >> >> On Tue, Oct 17, 2017 at 5:41 AM, Burton, Ross >> wrote: >> > Curious how you hit this with master. For me: >> > >> > checking for check >= 0.9.9... no >> > configure: WARNING: check not fou

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Otavio Salvador
On Tue, Oct 17, 2017 at 2:29 PM, Khem Raj wrote: > On Tue, Oct 17, 2017 at 9:25 AM, Burton, Ross wrote: >> On 17 October 2017 at 17:24, Khem Raj wrote: >>> >>> On Tue, Oct 17, 2017 at 5:41 AM, Burton, Ross >>> wrote: >>> > Curious how you hit this with master. For me: >>> > >>> > checking for

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Burton, Ross
On 17 October 2017 at 17:29, Khem Raj wrote: > On Tue, Oct 17, 2017 at 9:25 AM, Burton, Ross > wrote: > > On 17 October 2017 at 17:24, Khem Raj wrote: > >> > >> On Tue, Oct 17, 2017 at 5:41 AM, Burton, Ross > >> wrote: > >> > Curious how you hit this with master. For me: > >> > > >> > checkin

Re: [OE-core] [PATCH] devtool: ensure temp directory is created

2017-10-17 Thread Joshua Lock
On 17/10/17 17:12, Burton, Ross wrote: On 17 October 2017 at 17:02, Joshua Lock > wrote: FWIW the failure has been observed on multiple host distros (Ubuntu 16.04, Fedora 26, Tumbleweed) and I could replicate it very easily on my Fedora 26 host

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Burton, Ross
On 17 October 2017 at 17:32, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > > and I am using new pkgconf > > pkgconf is broken on master as far as I know. > It breaks with the wayland sysroot patches, but that's the only known breakage and they're not in master. Ross -- __

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Burton, Ross
I can't replicate with pkgconf and with check installed on the host. Can you actually replicate this? Ross On 17 October 2017 at 17:32, Burton, Ross wrote: > On 17 October 2017 at 17:29, Khem Raj wrote: > >> On Tue, Oct 17, 2017 at 9:25 AM, Burton, Ross >> wrote: >> > On 17 October 2017 at 1

[OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type during the packaging of the initramfs Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 6 +- meta/classes/kernel.bbclass | 4 +++- 2 files changed, 8 insertions(+),

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Burton, Ross
Is this *only* for Pyro or should it be applied to master too? Ross On 17 October 2017 at 17:54, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its > - Ignore fitImage type during the packaging of the initramfs > > Signed-off-by: Thomas Perrot > --

[OE-core] ✗ patchtest: failure for Fix some issues in the fitImage generation

2017-10-17 Thread Patchwork
== Series Details == Series: Fix some issues in the fitImage generation Revision: 1 URL : https://patchwork.openembedded.org/series/9386/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execu

[OE-core] [PATCH v6 2/3] wayland: Fix installation patch issue

2017-10-17 Thread Fabien Lahoudere
This patch modify the way we manage wayland path issues. Instead of patching each recipe to make it work with wayland and its protocols, it is better to patch wayland to fix its path issues. So wayland-scanner.pc, wayland-client.pc and wayland-protocols.pc are patched to change paths. Then we ca

[OE-core] [PATCH v6 3/3] weston: Bump version to 3.0.0

2017-10-17 Thread Fabien Lahoudere
Update weston release to 3.0.0. Two patches added: - fix-missing-header.patch: fix a build issue when musl is used as libc. - weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch: fix display issue with YUV420/I420 format. Signed-off-by: Fabien Lahoudere --- .../w

[OE-core] [PATCH v6 1/3] wayland : Bump to version 1.14.0

2017-10-17 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (92%) diff --git a/meta/recipes-graphics/wayland/way

Re: [OE-core] ✗ patchtest: failure for "README.qemu: qemuppc64 is not ..." and 1 more

2017-10-17 Thread Leonardo Sandoval
> > > > > Also is there a list server for privately reviewing a patch by email? > > I looked at setting up patchtest locally but got distracted when the > > setup seemed to take more than a few minutes. Maybe I just need > > to focus for longer... > > on your current branch, just run the patchte

[OE-core] ✗ patchtest: failure for "[v6] wayland : Bump to version..." and 2 more

2017-10-17 Thread Patchwork
== Series Details == Series: "[v6] wayland : Bump to version..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/9387/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

Re: [OE-core] [PATCH 3/5] autotools: move aclocal-copy to WORKDIR

2017-10-17 Thread Andre McCurdy
On Fri, Aug 5, 2016 at 8:17 AM, Ross Burton wrote: > To save time move the temporary copy of the autoconf macros, aclocal-copy, > from > ${B} to ${WORKDIR}. This ensures that it can't conflict with anything in ${S} > and means the pruning code doesn't need to know about it. Apparently this brea

Re: [OE-core] [PATCH v6 3/3] weston: Bump version to 3.0.0

2017-10-17 Thread Denys Dmytriyenko
I don't believe we reached an agreement on the pitch patch belonging here... On Tue, Oct 17, 2017 at 07:38:07PM +0200, Fabien Lahoudere wrote: > Update weston release to 3.0.0. > Two patches added: > - fix-missing-header.patch: > fix a build issue when musl is used as libc. > - weston-gl-

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 06:54:24PM +0200, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its I've seen the above 2 fixes before, but they never made it. > - Ignore fitImage type during the packaging of the initramfs Can you please explain this one a

[OE-core] [PATCH v3 2/5] perl: upgrade to 5.26.1

2017-10-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Highlights: * Patches rebased to 5.26.1 and just one removed * Several configs values taken from upstream script uconfig[64].sh were introduced in config.sh, avoiding pre-processor issues. * Several libraries paths now included a './' as prefix, because

[OE-core] [PATCH v3 1/5] perl-native: upgrade from 5.24.1 to 5.26.1

2017-10-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Patch Name # Status at 5.26.1 file://Configure-multilib.patch# Already merged in 5.26.1, so removed it file://perl-configpm-switch.patch # Applies as it is file://native-nopacklist.patch # Rebased it to 5.26.1 file://native-perlinc.patch#

[OE-core] [PATCH v3 4/5] libxml-namespacesupport-perl: upgrade to 1.12.9

2017-10-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Signed-off-by: Leonardo Sandoval --- .../perl/libxml-namespacesupport-perl_1.12.9.bb| 35 ++ .../perl/libxml-namespacesupport-perl_1.12.bb | 23 -- 2 files changed, 35 insertions(+), 23 deletions(-) create mode 100644 meta/recip

[OE-core] [PATCH v3 3/5] git.inc: remove sed statement removing SVN lines from .packlist

2017-10-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The git-perltools package created with perl 5.26.1 does not contain the .packlist file thus there is no need to sed on this file. More general, the buildhistory-diff tool shows the following changes on the related package, clearly indicating that .packlist is not there a

[OE-core] [PATCH v3 5/5] ruby: upgrade to 2.4.2

2017-10-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The CVE-2017-14064 patch is already at 2.4.2 as explained on project's commit, so removing from the recipe & repo. commit 83735ba29a0bfdaffa8e9c2a1dc025c3b0b63153 Author: hsbt Date: Wed Apr 12 00:21:18 2017 + Merge json-2.0.4. * http

Re: [OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-17 Thread Khem Raj
On Tue, Oct 17, 2017 at 9:46 AM, Burton, Ross wrote: > I can't replicate with pkgconf and with check installed on the host. Can > you actually replicate this? > > Ross > > On 17 October 2017 at 17:32, Burton, Ross wrote: >> >> On 17 October 2017 at 17:29, Khem Raj wrote: >>> >>> On Tue, Oct 17,

Re: [OE-core] [PATCH 5/7] libcheck: Upgrade to 0.11.0+

2017-10-17 Thread Khem Raj
On Tue, Oct 17, 2017 at 5:33 AM, Burton, Ross wrote: > On 14 October 2017 at 16:48, Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >> .../libcheck/{libcheck_0.10.0.bb => libcheck_git.bb} | 11 >> ++- > > > Why not 0.11.0? > I was getting printf format related security war

[OE-core] [PATCH V2] go: Fix build with PIE on musl

2017-10-17 Thread Khem Raj
Signed-off-by: Khem Raj --- Changes since v1: Document the patches meta/recipes-devtools/go/go-1.9.inc| 3 + .../go/go-1.9/default-buildmode-pie.patch | 18 .../go/go-1.9/set-external-linker.patch| 111 + 3 files changed, 132 inser

Re: [OE-core] [PATCH 5/7] libcheck: Upgrade to 0.11.0+

2017-10-17 Thread Burton, Ross
On 17 October 2017 at 20:25, Khem Raj wrote: > On Tue, Oct 17, 2017 at 5:33 AM, Burton, Ross > wrote: > > On 14 October 2017 at 16:48, Khem Raj wrote: > >> > >> Signed-off-by: Khem Raj > >> --- > >> .../libcheck/{libcheck_0.10.0.bb => libcheck_git.bb} | 11 > >> ++- > > > > >

[OE-core] [oe-core][PATCH 1/1] goarch: There is no GOARCH defined for mips64-n32

2017-10-17 Thread Joe Slater
Defeat building for mipsarchn32 because there is no corresponding GOARCH. Neither "mips" nor "mips64" allows go-runtime to compile. Existing mips32 code assumes the o32 ABI. Signed-off-by: Joe Slater --- meta/classes/goarch.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classe

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 09:35:12PM +, Manjukumar Harthikote Matha wrote: > Hi Denys, > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Denys Dmytriyenko > > Sent: Tuesday, O

Re: [OE-core] [PATCH] wayland-protocols: upgrade to 1.11

2017-10-17 Thread Denys Dmytriyenko
On Mon, Oct 16, 2017 at 09:56:56PM +0100, Burton, Ross wrote: > On 16 October 2017 at 21:54, Denys Dmytriyenko wrote: > > > On Mon, Oct 16, 2017 at 09:31:49PM +0100, Burton, Ross wrote: > > > On 16 October 2017 at 18:48, Denys Dmytriyenko wrote: > > > > > > > On Fri, Oct 13, 2017 at 12:28:25PM -

Re: [OE-core] [PATCH v5 3/3] weston: Bump version to 3.0.0

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 08:31:10AM -0200, Otavio Salvador wrote: > Em 17 de out de 2017 6:21 AM, "Fabien Lahoudere" < > fabien.lahoud...@collabora.co.uk> escreveu: > > On Mon, 2017-10-16 at 21:34 +0100, Burton, Ross wrote: > > On 16 October 2017 at 18:30, Otavio Salvador com.br> wrote: > > > >

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 10:27:07PM +, Manjukumar Harthikote Matha wrote: > > > > -Original Message- > > From: Denys Dmytriyenko [mailto:de...@denix.org] > > Sent: Tuesday, October 17, 2017 3:20 PM > > To: Manjukumar Harthikote Matha > > Cc: Thomas Perrot ; openembedded- > > c...@list

[OE-core] [PATCH v2] wayland-protocols: upgrade to 1.11

2017-10-17 Thread Denys Dmytriyenko
From: Denys Dmytriyenko usesysrootprefixforpkgdatadirvariable.patch was a backport from 1.11, no longer needed. Signed-off-by: Denys Dmytriyenko --- v2 - drop usesysrootprefixforpkgdatadirvariable.patch This is on top of ross/mut, since usesysrootprefixforpkgdatadirvariable.patch is not yet in

Re: [OE-core] [PATCH] wayland-protocols: upgrade to 1.11

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 06:53:25PM -0400, Denys Dmytriyenko wrote: > On Mon, Oct 16, 2017 at 09:56:56PM +0100, Burton, Ross wrote: > > On 16 October 2017 at 21:54, Denys Dmytriyenko wrote: > > > > > On Mon, Oct 16, 2017 at 09:31:49PM +0100, Burton, Ross wrote: > > > > On 16 October 2017 at 18:48,

Re: [OE-core] [PATCH 5/7] libcheck: Upgrade to 0.11.0+

2017-10-17 Thread Khem Raj
On Tue, Oct 17, 2017 at 1:10 PM, Burton, Ross wrote: > On 17 October 2017 at 20:25, Khem Raj wrote: >> >> On Tue, Oct 17, 2017 at 5:33 AM, Burton, Ross >> wrote: >> > On 14 October 2017 at 16:48, Khem Raj wrote: >> >> >> >> Signed-off-by: Khem Raj >> >> --- >> >> .../libcheck/{libcheck_0.10.0

[OE-core] [PATCH] libnl: 3.2.29 -> 3.4.0

2017-10-17 Thread Huang Qiyu
1) Upgrade libnl from 3.2.29 to 3.4.0. 2) Delete one patch "fix-pktloc_syntax_h-race.patch", for it is inappropriate. Signed-off-by: Huang Qiyu --- .../libnl/libnl/fix-pktloc_syntax_h-race.patch | 36 -- .../libnl/{libnl_3.2.29.bb => libnl_3.4.0.bb} | 5 ++- 2 files