[oe] [PATCH 1/2] iperf3: drop patch to include stdint.h

2018-04-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Fixed upstream: https://github.com/esnet/iperf/commit/a8ee9c650b3efe4453a69ceebe4d71c3cb4bcadf Signed-off-by: Denys Dmytriyenko --- ...de-stdint.h-for-various-std-c99-int-types.patch | 39 --

[oe] [PATCH v2 2/2] iperf3: refresh local patches to avoid fuzz warnings

2018-04-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- v2 - dropped one of the patches as it was accepted upstream .../iperf3/0002-Remove-pg-from-profile_CFLAGS.patch| 12 +--- .../iperf3/iperf3/automake-foreign.patch | 18

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 11:34 PM, Khem Raj wrote: > > On Wed, Apr 4, 2018 at 2:26 PM Andreas Müller > wrote: >> >> On Wed, Apr 4, 2018 at 11:05 PM, Khem Raj wrote: >> > On Wed, Apr 4, 2018 at 1:45 PM, Andreas Müller

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Khem Raj
On Wed, Apr 4, 2018 at 2:26 PM Andreas Müller wrote: > On Wed, Apr 4, 2018 at 11:05 PM, Khem Raj wrote: > > On Wed, Apr 4, 2018 at 1:45 PM, Andreas Müller > wrote: > >> On Wed, Apr 4, 2018 at 10:25 PM, Andreas Müller < >

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 11:05 PM, Khem Raj wrote: > On Wed, Apr 4, 2018 at 1:45 PM, Andreas Müller > wrote: >> On Wed, Apr 4, 2018 at 10:25 PM, Andreas Müller >> wrote: >>> On Wed, Apr 4, 2018 at 9:10 PM, Khem Raj

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Khem Raj
On Wed, Apr 4, 2018 at 1:45 PM, Andreas Müller wrote: > On Wed, Apr 4, 2018 at 10:25 PM, Andreas Müller > wrote: >> On Wed, Apr 4, 2018 at 9:10 PM, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>>

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 10:25 PM, Andreas Müller wrote: > On Wed, Apr 4, 2018 at 9:10 PM, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> v1 -> v2: >> - Drop disabling GI >> >> recipes-qt/qt5/qtwebkit_git.bb | 8 >>

Re: [oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 9:10 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > v1 -> v2: > - Drop disabling GI > > recipes-qt/qt5/qtwebkit_git.bb | 8 > 1 file changed, 8 insertions(+) > > diff --git a/recipes-qt/qt5/qtwebkit_git.bb

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread akuster808
On 04/04/2018 09:28 AM, Alexander Kanavin wrote: > On 04/04/2018 05:09 PM, Armin Kuster wrote: > >> +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" > > Why restrict the version to only 2.4.x ? 2.5.1 is beta.. I don't want to update to it. > (also including .xz at the end may not

[oe] [meta-qt5][PATCH V2 2/2] qtwebkit: Fix build on armv7ve (rpi)

2018-04-04 Thread Khem Raj
Signed-off-by: Khem Raj --- v1 -> v2: - Drop disabling GI recipes-qt/qt5/qtwebkit_git.bb | 8 1 file changed, 8 insertions(+) diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index e8c0868..c8e8328 100644 ---

[oe] [meta-qt5][PATCH 1/2] qtwebkit: Update to latest on 5.9 branch

2018-04-04 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-qt/qt5/qtwebkit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index b23d4d6..e8c0868 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread Alexander Kanavin
On 04/04/2018 05:09 PM, Armin Kuster wrote: +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? (also including .xz at the end may not be a good idea if upstream decides to use a different compressor) Alex --

[oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread Armin Kuster
Security fixes: The following vulnerabilities have been fixed: * [1]wnpa-sec-2018-15 The MP4 dissector could crash. ([2]Bug 13777) * [3]wnpa-sec-2018-16 The ADB dissector could crash. ([4]Bug 14460) * [5]wnpa-sec-2018-17 The IEEE 802.15.4 dissector could

Re: [oe] [meta-virtualization] runc update ftbfs on arm64

2018-04-04 Thread Bruce Ashfield
On 2018-04-04 5:18 AM, Fathi Boudra wrote: Hi Bruce, This commit https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=e3d960f4fcd91a84067fbbd6293ce271e74a7740 caused a build failure on arm64:

Re: [oe] [PATCH 0/2] poppler nightmare

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 6:51 AM, Bill Randle wrote: > I recently tried to cross build the current version of poppler for an > embedded ARM system. This was not under the Yocto/OE build > environment, but I never could get quite the right cmake config file > to get the thing

[oe] [meta-virtualization] runc update ftbfs on arm64

2018-04-04 Thread Fathi Boudra
Hi Bruce, This commit https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=e3d960f4fcd91a84067fbbd6293ce271e74a7740 caused a build failure on arm64: