[OE-core] [PATCH v2] libtirpc: upgrade 1.1.4 -> 1.2.5

2020-01-22 Thread Anuj Mittal
Drop musl patch and backport a fix from upstream instead. Signed-off-by: Anuj Mittal --- ...r_float-do-not-include-bits-endian.h.patch | 34 +++ .../libtirpc/libtirpc/musl.patch | 30 .../{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} | 6 ++-- 3 files

Re: [OE-core] [PATCH] libtirpc: upgrade 1.1.4 -> 1.2.5

2020-01-22 Thread Khem Raj
On Wed, Jan 22, 2020 at 9:32 PM Anuj Mittal wrote: > > Drop musl patch and backport a fix from upstream instead. > seems good. You might want to add a link to Backport section for reference > Signed-off-by: Anuj Mittal > --- > ...r_float-do-not-include-bits-endian.h.patch | 34

Re: [OE-core] [PATCH][zeus] libxml2: Fix CVE-2019-19956

2020-01-22 Thread Lee, Chee Yang
Yes, patch already in 2.9.10 -Original Message- From: akuster808 Sent: Thursday, January 23, 2020 1:46 PM To: Lee, Chee Yang ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH][zeus] libxml2: Fix CVE-2019-19956 On 1/22/20 6:09 PM, chee.yang@intel.com wrote:

Re: [OE-core] [PATCH][zeus] libxml2: Fix CVE-2019-19956

2020-01-22 Thread akuster808
On 1/22/20 6:09 PM, chee.yang@intel.com wrote: > From: Lee Chee Yang > > see: > https://gitlab.gnome.org/GNOME/libxml2/commit/5a02583c7e683896d84878bd90641d8d9b0d0549 > > Signed-off-by: Lee Chee Yang So Master is not affected? 2.9.10 - armin > --- >

[OE-core] [PATCH] libtirpc: upgrade 1.1.4 -> 1.2.5

2020-01-22 Thread Anuj Mittal
Drop musl patch and backport a fix from upstream instead. Signed-off-by: Anuj Mittal --- ...r_float-do-not-include-bits-endian.h.patch | 34 +++ .../libtirpc/libtirpc/musl.patch | 30 .../{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} | 6 ++-- 3 files

[OE-core] [PATCH][zeus] libxml2: Fix CVE-2019-19956

2020-01-22 Thread chee . yang . lee
From: Lee Chee Yang see: https://gitlab.gnome.org/GNOME/libxml2/commit/5a02583c7e683896d84878bd90641d8d9b0d0549 Signed-off-by: Lee Chee Yang --- .../libxml/libxml2/Fix-CVE-2019-19956.patch| 40 ++ meta/recipes-core/libxml/libxml2_2.9.9.bb | 1 + 2 files

[OE-core] [PATCH v2] make: 4.2.1 -> 4.3

2020-01-22 Thread Jens Rehsack
Announcement: https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html 1) Remove upstream provided patches 0001-glob-Do-not-assume-glibc-glob-internals.patch and 0002-glob-Do-not-assume-glibc-glob-internals.patch. 2) License has been changed to GPLv3 only 3) Important bug-fix is

Re: [OE-core] [PATCH] ethtool: upgrade 5.3 -> 5.4

2020-01-22 Thread Ross Burton
WARNING: ethtool-5.4-r0 do_patch: Fuzz detected: Applying patch avoid_parallel_tests.patch patching file configure.ac Hunk #1 succeeded at 2 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify ethtool devtool finish --force-patch-refresh ethtool

Re: [OE-core] [PATCHv2] kbd: make libkbdfile-test08 ptest work for multilib

2020-01-22 Thread Randy MacLeod
LGTM. Thanks Matthew. ../Randy On 1/22/20 3:20 PM, Mingde (Matthew) Zeng wrote: This patch fixes kbd ptest libkbdfile-test08 failure in 64-bit images. ```sh root@intel-x86-64:/usr/lib64/kbd/ptest# ./run-ptest make: Entering directory '/usr/lib64/kbd/ptest/tests' make[1]: Entering directory

Re: [OE-core] [PATCH] gettext: Fix overloadable error with clang

2020-01-22 Thread Khem Raj
On Tue, Jan 21, 2020 at 8:32 AM Adrian Bunk wrote: > > On Thu, Jan 16, 2020 at 07:17:20AM -0800, Khem Raj wrote: > > On Thu, Jan 16, 2020 at 5:13 AM Adrian Bunk wrote: > > > > > > On Wed, Jan 15, 2020 at 08:46:09PM -0800, Khem Raj wrote: > > > > Clang detects that getcwd is being re-declared and

[OE-core] [PATCHv2] kbd: make libkbdfile-test08 ptest work for multilib

2020-01-22 Thread Mingde (Matthew) Zeng
This patch fixes kbd ptest libkbdfile-test08 failure in 64-bit images. ```sh root@intel-x86-64:/usr/lib64/kbd/ptest# ./run-ptest make: Entering directory '/usr/lib64/kbd/ptest/tests' make[1]: Entering directory '/usr/lib64/kbd/ptest/tests' PASS: libkbdfile-test01 PASS: libkbdfile-test02 PASS:

Re: [OE-core] [PATCH] kbd: fix ptest libkbdfile-test08

2020-01-22 Thread Randy MacLeod
Change your oneline summary from: Re: [PATCH] kbd: fix ptest libkbdfile-test08 to: Re: [PATCH] kbd: make libkbdfile-test08 ptest work for multilib That's more specific so it helps readers but it's still terse and just a bit over the recommended 50 character git shortlog length:

[OE-core] [PATCH] kbd: fix ptest libkbdfile-test08

2020-01-22 Thread Mingde (Matthew) Zeng
`DATADIR` and `ABS_DATADIR` are compile flags defined in ./kbd/tests/Makefile.am. `DATADIR` is the relative directory of kbd, i.e `./kbd/ptest/tests` whereas `ABS_DATADIR` is the full directory path, i.e `/usr/lib/kbd/ptest/tests`. The latter has a problem when building ptests

Re: [OE-core] [PATCH] util-linux: upgrade 2.34 -> 2.35

2020-01-22 Thread Pierre-Jean Texier via Openembedded-core
Hi Mikko, Le 22/01/2020 à 10:28, mikko.rap...@bmw.de a écrit : Which parts of util-linux are now licensed with GPLv3? As said by Peter previously, it's only for hwclock. In fact since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use parse_date function ") so the version 2.30,

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Joshua Watt
On 1/22/20 10:06 AM, Richard Purdie wrote: On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote: On 1/22/20 9:53 AM, Richard Purdie wrote: On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: Do not strip packages when testing reproducible builds. In some cases, stripped data differs

[OE-core] [PATCH] libx11: squash whitespace in generated files

2020-01-22 Thread Ross Burton
The locale data in the recipe is generated using cpp, which results in differing amounts of whitespace depending on what compiler is used. This means that the files may differ in just whitespace, which is sufficient for RPM's multilib code to consider them different and not allow

[OE-core] [PATCH] busybox: udhcpc: fix 'ip route add' with multiple interfaces on the same network

2020-01-22 Thread Luca Ceresoli
The udhcpc script fails to properly set a default route when: - 'ip' is present ($have_bin_ip -eq 1) - there are 2 or more interfaces connected to the same network (e.g. ethernet + wifi on the same home LAN / same DHCP server) In this case, when the first interface gets an address from DHCP

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Richard Purdie
On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote: > On 1/22/20 9:53 AM, Richard Purdie wrote: > > On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: > > > Do not strip packages when testing reproducible builds. In some cases, > > > stripped data differs between builds, but then gets

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Joshua Watt
On 1/22/20 9:53 AM, Richard Purdie wrote: On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: Do not strip packages when testing reproducible builds. In some cases, stripped data differs between builds, but then gets removed. However, the contents affect the generation of the GCC build-id,

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Richard Purdie
On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: > Do not strip packages when testing reproducible builds. In some cases, > stripped data differs between builds, but then gets removed. However, > the contents affect the generation of the GCC build-id, which then > differs in the resulting ELF

[OE-core] [PATCH 1/3] packagegroup-base: only pull in dosfstools if licensing allows

2020-01-22 Thread Ross Burton
packagegroup-base-vfat RRECOMMENDS on dosfstools, but this is GPLv3 so may be blacklisted. Respect INCOMPATIBLE_LICENSE and don't recommend if GPL-3.0 has been blacklisted. Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-base.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 3/3] shared-mime-info: actually depends on itstool-native

2020-01-22 Thread Ross Burton
shared-mime-info needs itstool-native, not itstool. Fixing this removes itstool from the rdepends of shared-mime-info-dev. Signed-off-by: Ross Burton --- meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/3] connman: add PACKAGECONFIG for the commandline client

2020-01-22 Thread Ross Burton
The client depends on readline which is GPLv3. Add a PACKAGECONFIG so users who don't need the client and are against GPLv3 can disable it. Also remove the explicit installation of the client in do_install_append, as the Makefile installs it now. Signed-off-by: Ross Burton ---

[OE-core] [PATCH] psplash: add systemd support

2020-01-22 Thread Stefan Agner
From: Stefan Agner Make use of the recently added systemd support in psplash. The utility psplash-systemd communicates boot progress to the splash screen. The splash is disabled once systemd consideres the system fully booted (progress is at 1.0). Note that this can take a while if systemd is

[OE-core] Excluding test folders from python install path

2020-01-22 Thread Maxim Loschilov
Hello, When preparing an image for device I'd like to exclude test folders from python install path, i.e. folders like: /usr/lib/python2.7/test /usr/lib/python2.7/sqlite3/test ... They take much space and are not needed on my device. Could you please advice is there a configure option for

[OE-core] License not found when building for different architectures

2020-01-22 Thread Alexandre Bard
Hi there, I encountered a problem using bitbake for different architectures and building an image with the licenses: local.conf:  COPY_LIC_MANIFEST = "1" COPY_LIC_DIRS = "1" LICENSE_CREATE_PACKAGE = "1" The problem appears in warrior and can be reproduced with the following steps: 1.

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-01-22 Thread Quentin Schulz
Hi Khem, On Tue, Jan 21, 2020 at 10:08:59AM -0800, Khem Raj wrote: > On Tue, Jan 21, 2020 at 1:23 AM Quentin Schulz > wrote: > > > > Hi Khem, > > > > On Mon, Jan 20, 2020 at 11:26:27AM -0800, Khem Raj wrote: > > > > Just checked, we still override that script in our layer, so definitely > > > >

Re: [OE-core] [PATCH] util-linux: upgrade 2.34 -> 2.35

2020-01-22 Thread Mikko.Rapeli
On Tue, Jan 21, 2020 at 07:28:44PM +0100, Pierre-Jean Texier via Openembedded-core wrote: > License-Update: add GPLv3 text Which parts of util-linux are now licensed with GPLv3? -Mikko > Drop upstreamed patch > > See full changelog >

Re: [OE-core] [OE-Core][PATCH] make: 4.2.1 -> 4.3

2020-01-22 Thread Jens Rehsack
> Am 21.01.2020 um 17:59 schrieb Martin Jansa : > > There are also some backwards incompatible changes introduced in this release. > > Link to whole > announcement:https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html Do you want them included in commit message? AFAIK hostbuild

[OE-core] [PATCH v3] gstreamer1.0-plugins-common.inc: disable orc on mips

2020-01-22 Thread mingli.yu
From: Mingli Yu After transiton to meson build for gstreamer series, for gstreamer1.0-plugins-base, with below two commits introduced: 238080ed89 gstreamer: Remove unused common files and patches 20614408dc gstreamer1.0-plugins-base: Transition to meson based builds With below config in

Re: [OE-core] [PATCH 05/24] nss: update to 3.49.1

2020-01-22 Thread Khem Raj
On Tue, Jan 21, 2020 at 2:02 PM Khem Raj wrote: > > > > On Tue, Jan 21, 2020 at 12:22 PM Richard Purdie > wrote: >> >> On Tue, 2020-01-21 at 11:35 -0800, Khem Raj wrote: >> > This is failing on qemuarm btw >> > >> > http://errors.yoctoproject.org/Errors/Details/307410/ >> >> That is odd as it

[OE-core] [PATCH] nss: Pass NSS_USE_ARM_HW_CRYPTO as define in CFLAGS

2020-01-22 Thread Khem Raj
Use NSS_USE_ARM_HW_CRYPTO to detect USE_ARM_GCM, since there are dependent, without this we control the crypto code function inclusion in build but do not control the call sites, which can result in undefined symbols e.g. Linux_SINGLE_SHLIB/gcm.o: in function `gcmHash_InitContext':