Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the installation of symlinks for legacy headers

2019-12-05 Thread Khem Raj
On 12/5/19 2:07 PM, Peter Kjellerstedt wrote: This also corrects the symbolic links installed in /usr/include/rpcsvc. Signed-off-by: Peter Kjellerstedt --- .../libtirpc/libtirpc_1.1.4.bb| 27 +-- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/

[OE-core] [zeus][PATCH 00/10] zeus merge request - cover letter only

2019-12-05 Thread Anuj Mittal
Hi Richard Can you please merge these changes in zeus? They can be pulled from stable/zeus-next. Thanks, Anuj The following changes since commit b57ab03376fffd2546e55596ec03bc595e320fa1: oeqa: reproducible: Add option to capture bad packages (2019-11-23 12:51:37 -0800) are available in the

[OE-core] [PATCH] nss: Backport clang build fix

2019-12-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ppc64-inline-assembler-for-clang-r-j.patch | 35 +++ meta/recipes-support/nss/nss_3.45.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-support/nss/nss/0001-Bug-1493916-Fix-ppc64-inline-assembler-for-clang-r-j.p

[OE-core] [PATCH] oeqa/selftest/runtime_test: split systemd and sysvinit tests out

2019-12-05 Thread Armin Kuster
This should help debug which part of this selftest is failing. We can not tell which outloop is failing so split the tests into systemd and sysvinit. See [Yocto # 13650] for more details. Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/runtime_test.py | 102 ++- 1 f

[OE-core] [PATCH 2/2] flac: Enable VSX when vsx is in tune features

2019-12-05 Thread Khem Raj
This ensures that, support is not enabled for machines which do not support VSX Signed-off-by: Khem Raj --- meta/recipes-multimedia/flac/flac_1.3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/flac/flac_1.3.3.bb b/meta/recipes-multimedia/flac/flac_1.3.3.bb inde

[OE-core] [PATCH 1/2] libffi: Fix build on ppc64

2019-12-05 Thread Khem Raj
Similar fix was applied already upstream but not extended to all the cases Signed-off-by: Khem Raj --- ...ess-platforms-with-no-__int128-part2.patch | 34 +++ meta/recipes-support/libffi/libffi_3.3.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes

Re: [OE-core] glib-2.0-native recipe

2019-12-05 Thread Ross Burton
On 05/12/2019 23:51, JH wrote: Hi, I am building libqmi which has dependency on libmbim which has dependency on glib-2.0-native, but I could not glib-2.0-native recipe, appreciate a clue. The file glib-2.0_[version].bb has BBCLASSEXTENDS = "native nativesdk", which means that there are virtua

[OE-core] glib-2.0-native recipe

2019-12-05 Thread JH
Hi, I am building libqmi which has dependency on libmbim which has dependency on glib-2.0-native, but I could not glib-2.0-native recipe, appreciate a clue. Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.o

Re: [OE-core] [PATCH 15/24] sysklogd: update to 2.0.3

2019-12-05 Thread Ross Burton
On 05/12/2019 15:43, Alexander Kanavin wrote: Drop all patches as they are no longer necessary with autotools, fix problems that are addressed upstream, or (in case of no-vectorization.patch) don't apply to the old version either, which means no one is using that hw target anymore. Remove custo

Re: [OE-core] [zeus][PATCH 1/3] iptables: Cosmetic fixes to recipe

2019-12-05 Thread akuster808
On 12/5/19 12:05 PM, Niko Mauno wrote: > Introduce cosmetic changes to recipe content, most notably > - Change indentation style to four spaces in task statements > - Reorder several entries according to oe-stylize.py suggestions > > (From OE-Core rev: c1d162b6165f11b7b5ae5c6066e7683d5e1379fc)

Re: [OE-core] [PATCH] util-linux: split uuid in separate recipe to allow bootstrapping

2019-12-05 Thread Ross Burton
On 05/12/2019 20:13, luca.bocca...@gmail.com wrote: From: Luca Boccassi In the next release util-linux will gain an (optional) build dependency on libcryptsetup. But libcryptsetup build-depends on util-linux for blkid (optional, can be disabled) and uuid (mandatory). Split out util-linux-uuid i

[OE-core] [master][zeus][PATCH] meson.bbclass: Prevent meson from downloading wrapped projects

2019-12-05 Thread Peter Kjellerstedt
Meson has support for downloading subprojects using something called wraps. This interferes with bitbake's expectations of all downloads being done by the fetch task. To avoid this, tell meson to not download any wraps. Suggested-by: Mattias Jernberg Signed-off-by: Peter Kjellerstedt --- meta/c

Re: [OE-core] [zeus][PATCH 1/3] iptables: Cosmetic fixes to recipe

2019-12-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org boun...@lists.openembedded.org> On Behalf Of Niko Mauno > Sent: den 5 december 2019 21:05 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [zeus][PATCH 1/3] iptables: Cosmetic fixes to recipe >

Re: [OE-core] [PATCH] qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies

2019-12-05 Thread Joshua Watt
On 12/5/19 3:34 PM, Richard Purdie wrote: As Alex Kanavin found, dependencies aren't always populated, particularly with the hash equivalence server enabled locally: 'bitbake core-image-minimal' with gtk+ disabled. can confirm with: $ tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sys

Re: [OE-core] [master][zeus][PATCH 2/2] libtirpc: Make it easy to disable the installation of legacy headers

2019-12-05 Thread Andre McCurdy
On Thu, Dec 5, 2019 at 2:23 PM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > On Behalf Of Peter > > Kjellerstedt > > Sent: den 5 december 2019 23:07 > > To: openembedded-core@lists.openembedded.org > > Subject: [OE-core

[OE-core] [master][zeus][PATCH] cairo: Adapt license for cairo-dbg and cairo-src based on contents

2019-12-05 Thread Peter Kjellerstedt
Introduce a PACKAGECONFIG "trace" to disable cairo-trace (the only part of the code licensed as GPL-3.0, and which is normally packaged separately in cairo-perf-utils). By disabling this, we can adapt the licenses for cairo-dbg and cairo-src so that they do not include "GPLv3+" when trace is disabl

Re: [OE-core] [master][zeus][PATCH 2/2] libtirpc: Make it easy to disable the installation of legacy headers

2019-12-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Peter > Kjellerstedt > Sent: den 5 december 2019 23:07 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [master][zeus][PATCH 2/2] libtirpc: Make it easy to > disable the insta

[OE-core] [master][zeus][PATCH 2/2] libtirpc: Make it easy to disable the installation of legacy headers

2019-12-05 Thread Peter Kjellerstedt
Providing symbolic links to the header files to replace the old corresponding glibc headers seems like a band aid for applications that have not been updated to cope with the lack of the RPC headers from glibc. Additionally they clash with glibc if an older version of glibc is used that still provi

[OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the installation of symlinks for legacy headers

2019-12-05 Thread Peter Kjellerstedt
This also corrects the symbolic links installed in /usr/include/rpcsvc. Signed-off-by: Peter Kjellerstedt --- .../libtirpc/libtirpc_1.1.4.bb| 27 +-- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb

[OE-core] [PATCH] openssl: Whitelist CVE-2019-0190

2019-12-05 Thread Adrian Bunk
This is only a problem with older Apache versions. Signed-off-by: Adrian Bunk --- meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

[OE-core] [PATCH] qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies

2019-12-05 Thread Richard Purdie
As Alex Kanavin found, dependencies aren't always populated, particularly with the hash equivalence server enabled locally: 'bitbake core-image-minimal' with gtk+ disabled. can confirm with: $ tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/qemu-system-x86_64 -displ

[OE-core] [PATCH] systemd: Upgrade 243 -> 243.2

2019-12-05 Thread Adrian Bunk
Bugfix-only changes on the 243 stable branch. Backported patch removed. Signed-off-by: Adrian Bunk --- meta/recipes-core/systemd/systemd.inc | 4 +- .../0001-pstore-fix-use-after-free.patch | 39 --- meta/recipes-core/systemd/systemd_243.bb | 1 - 3 files cha

[OE-core] [PATCH] util-linux: split uuid in separate recipe to allow bootstrapping

2019-12-05 Thread luca . boccassi
From: Luca Boccassi In the next release util-linux will gain an (optional) build dependency on libcryptsetup. But libcryptsetup build-depends on util-linux for blkid (optional, can be disabled) and uuid (mandatory). Split out util-linux-uuid in a different recipe to break the cycle. https://gith

[OE-core] [zeus][PATCH 3/3] iptables: Add systemd helper unit for IPv6 too

2019-12-05 Thread Niko Mauno
Commit bc66b2f45ade2c63cfd14d5388f6ca0905a23bb0 added systemd helper unit for automatic IPv4 rule loading. Complement the effort by adding systemd helper unit also for automatic IPv6 rule loading. (From OE-Core rev: 3b8df6b6aba3632de7c3c01c8468fbcedb032493) Signed-off-by: Niko Mauno Signed-off-b

[OE-core] [zeus][PATCH 2/3] iptables: Allow overriding rules file location

2019-12-05 Thread Niko Mauno
In some cases a distribution may want to install rules file into a location other than /etc/iptables/ so introduce custom recipe-level IPTABLES_RULES_DIR parameter which allows conveniently overriding the rules directory location. (From OE-Core rev: 64eeedcdc586c221e3684861ba85e8e4bc9c5dd1) Signe

[OE-core] [zeus][PATCH 1/3] iptables: Cosmetic fixes to recipe

2019-12-05 Thread Niko Mauno
Introduce cosmetic changes to recipe content, most notably - Change indentation style to four spaces in task statements - Reorder several entries according to oe-stylize.py suggestions (From OE-Core rev: c1d162b6165f11b7b5ae5c6066e7683d5e1379fc) Signed-off-by: Niko Mauno Signed-off-by: Ross Bu

[OE-core] [PATCH] llvm: rv32/rv64 target builds are not supported yet

2019-12-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 5f9277fc0f..cb2e1164cf 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/re

[OE-core] ✗ patchtest: failure for python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 (rev2)

2019-12-05 Thread Patchwork
== Series Details == Series: python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/21468/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Se

[OE-core] [PATCH] python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652

2019-12-05 Thread Adrian Bunk
One Windows-only CVE that cannot be fixed, and two CVEs where upstream agreement is that they are not vulnerabilities. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/python/python.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-devtools/python/python.inc b

[OE-core] [PATCH] python/python3: Whitelist CVE-2019-18348

2019-12-05 Thread Adrian Bunk
This is not exploitable when glibc has CVE-2016-10739 fixed, which is fixed in the upstream version since warrior. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/python/python.inc | 3 +++ meta/recipes-devtools/python/python3_3.7.5.bb | 3 +++ 2 files changed, 6 insertions(+) diff -

Re: [OE-core] [PATCH 16/24] libtasn1: update to 4.15.0

2019-12-05 Thread Khem Raj
On Thu, Dec 5, 2019 at 7:47 AM Alexander Kanavin wrote: > > Drop backports. > > Signed-off-by: Alexander Kanavin > --- > .../gnutls/libtasn1/fix-gtkdoc.patch | 38 --- > .../gnutls/libtasn1/fix-ldflags.patch | 31 --- > .../{libtasn1_4.14.bb => libtas

[OE-core] [PATCH] oescripts.py: use unittest.SkipUnless for class skip

2019-12-05 Thread Trevor Gamblin
Yocto Bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13663 Prior to this fix, the try/except block in OEScriptTests' setUpClass did both the import and the raise unittest.SkipTest for the subsequent OEPybootchartguyTests. The consequence of the this meant that, when cairo was not available

Re: [OE-core] [Openembedded-architecture] OE-Core python minimum version requirement

2019-12-05 Thread Nicolas Dechesne
On Thu, Dec 5, 2019 at 3:38 PM Khem Raj wrote: > > On Thu, Dec 5, 2019 at 2:19 AM Paul Eggleton > wrote: > > > > On Thursday, 5 December 2019 7:48:11 PM NZDT Nicolas Dechesne wrote: > > > On Thu, Dec 5, 2019 at 3:08 AM Paul Eggleton > > > wrote: > > > > FYI I came across repology.org which tells

[OE-core] ✗ patchtest: failure for "rpm: upgrade to 4.15.1..." and 23 more

2019-12-05 Thread Patchwork
== Series Details == Series: "rpm: upgrade to 4.15.1..." and 23 more Revision: 1 URL : https://patchwork.openembedded.org/series/21464/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execute

[OE-core] [PATCH v2] texinfo: update to 6.7

2019-12-05 Thread Alexander Kanavin
Drop 0001-Unset-need_charset_alias-when-building-for-musl.patch as the problematic code is gone. Rebase the other patches. License-Update: http links changed to https Signed-off-by: Alexander Kanavin --- ...charset_alias-when-building-for-musl.patch | 30 --- .../texinfo/dont-depend

[OE-core] [PATCH 22/24] debianutils: update to 4.9

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{debianutils_4.8.6.3.bb => debianutils_4.9.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/debianutils/{debianutils_4.8.6.3.bb => debianutils_4.9.bb} (87%) diff --git a/meta/recipes-support/debianutil

[OE-core] [PATCH 24/24] sysvinit: update 2.88dsf -> 2.96

2019-12-05 Thread Alexander Kanavin
Remove 0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch, the problem has been fixed upstream. Rebase the other patches. License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...sue-that-clang-reports-about-mutlipl.patch | 52 ...acros.h-for-major-minor

[OE-core] [PATCH 23/24] nspr: update to 4.24

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/nspr/{nspr_4.23.bb => nspr_4.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nspr/{nspr_4.23.bb => nspr_4.24.bb} (96%) diff --git a/meta/recipes-support/nspr/nspr_4.23.bb b/meta/recipes-suppo

[OE-core] [PATCH 20/24] libxkbcommon: update to 0.9.1

2019-12-05 Thread Alexander Kanavin
Switch over to meson, and add an option for wayland support. Signed-off-by: Alexander Kanavin --- ...{libxkbcommon_0.8.4.bb => libxkbcommon_0.9.1.bb} | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.4.bb => libxkbcommon

[OE-core] [PATCH 17/24] texinfo: update to 6.7

2019-12-05 Thread Alexander Kanavin
Drop 0001-Unset-need_charset_alias-when-building-for-musl.patch as the problematic code is gone. Rebase the other patches. Signed-off-by: Alexander Kanavin --- ...charset_alias-when-building-for-musl.patch | 30 --- .../texinfo/dont-depend-on-help2man.patch | 23 .../texinf

[OE-core] [PATCH 21/24] xkeyboard-config: update to 2.28

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{xkeyboard-config_2.27.bb => xkeyboard-config_2.28.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.27.bb => xkeyboard-config_2.28.bb} (87%) diff --git a/meta/recipes-graphics/xor

[OE-core] [PATCH 16/24] libtasn1: update to 4.15.0

2019-12-05 Thread Alexander Kanavin
Drop backports. Signed-off-by: Alexander Kanavin --- .../gnutls/libtasn1/fix-gtkdoc.patch | 38 --- .../gnutls/libtasn1/fix-ldflags.patch | 31 --- .../{libtasn1_4.14.bb => libtasn1_4.15.0.bb} | 11 -- 3 files changed, 7 insertions(+), 73 deletio

[OE-core] [PATCH 18/24] sysstat: update to 12.2.0

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...orruption-bug-due-to-Integer-Overflo.patch | 46 --- .../sysstat/sysstat_12.1.6.bb | 11 - .../sysstat/sysstat_12.2.0.bb | 10 3 files changed, 10 insertions(+), 57 deletions(-) delete mode 100644 m

[OE-core] [PATCH 14/24] shadow: update 4.6 -> 4.8

2019-12-05 Thread Alexander Kanavin
Drop two backports. Refactor 0001-useradd.c-create-parent-directories-when-necessary.patch to make the changes less invasive (and easier to rebase). Rebase the rest of the paches. Add a patch to remove the check for validity of login shells which does not work in our environment. Signed-off-by:

[OE-core] [PATCH 15/24] sysklogd: update to 2.0.3

2019-12-05 Thread Alexander Kanavin
Drop all patches as they are no longer necessary with autotools, fix problems that are addressed upstream, or (in case of no-vectorization.patch) don't apply to the old version either, which means no one is using that hw target anymore. Remove custom systemd configs (provided by upstream), and cu

[OE-core] [PATCH 19/24] mkfontscale: update to 1.2.1

2019-12-05 Thread Alexander Kanavin
mkfontdir utility has been merged into mkfontscale source tree, so a separate recipe is no longer needed (and clashes on install). License-Update: additional copyright claims from Red Hat and Open Group Signed-off-by: Alexander Kanavin --- .../xorg-app/mkfontdir_1.0.7.bb | 22 -

[OE-core] [PATCH 10/24] kbd: update to 2.2.0

2019-12-05 Thread Alexander Kanavin
Rebase set-proper-path-of-resources.patch Add a patch to address a string format error; as it modifies a .l file, add a dependency on flex which is processing that into C source code. License-Update: file with copyright statements was replaced with original GPLv2 text Signed-off-by: Alexander Ka

[OE-core] [PATCH 13/24] libsoup-2.4: update to 2.68.3

2019-12-05 Thread Alexander Kanavin
Drop backported patch. tls-check merely checks at configure time whether glib-networking has tls support enabled (by running a target executable which doesn't work for us); it does not affect the actual build. Signed-off-by: Alexander Kanavin --- ...no-introspection-when-cross-building.patch |

[OE-core] [PATCH 11/24] perl: update to 5.30.1

2019-12-05 Thread Alexander Kanavin
Drop fix-setgroup.patch as the upstream has fixed the issue. Signed-off-by: Alexander Kanavin --- .../perl/files/fix-setgroup.patch | 49 --- .../perl/{perl_5.30.0.bb => perl_5.30.1.bb} | 11 ++--- 2 files changed, 5 insertions(+), 55 deletions(-) delete mode 10064

[OE-core] [PATCH 09/24] gtk+3: update to 3.24.13

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...t-try-to-initialize-GL-without-libGL.patch | 15 +-- ...-Add-disable-opengl-configure-option.patch | 103 -- .../{gtk+3_3.24.8.bb => gtk+3_3.24.13.bb} | 4 +- 3 files changed, 56 insertions(+), 66 deletions(-) rename meta/recipes-gno

[OE-core] [PATCH 12/24] bluez: update 5.50 -> 5.52

2019-12-05 Thread Alexander Kanavin
Drop a big pile of backports. Disable zsh completions, as they're unlikely to be useful. Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/bluez5/bluez5.inc | 22 +- ...d-without-systemd-in-the-user-sessio.patch | 12 +- ...kefile.am-Fix-a-race-issue-for-tools.patch | 30 -- .

[OE-core] [PATCH 08/24] selftest: skip virgl gtk/sdl test on opensuse 15.0

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index ccd2c40aa3f..7aa9fb25da2 100644 --- a/meta/lib/oeqa/selftest/c

[OE-core] [PATCH 06/24] python3: update to 3.8.0

2019-12-05 Thread Alexander Kanavin
Drop backports, rebase other patches. One patch I wasn't able to rebase as upstream code changed too much: 0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch Please determine if it is still needed, produce a new version, and work with upstream to get it merged. 0001-main.c-if-OEPYTHO

[OE-core] [PATCH 07/24] gstreamer1.0-python: add a patch to fix python 3.8 builds

2019-12-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...son.build-fix-builds-with-python-3.8.patch | 24 +++ .../gstreamer/gstreamer1.0-python_1.16.1.bb | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-me

[OE-core] [PATCH 03/24] gettext: update to 0.20.1

2019-12-05 Thread Alexander Kanavin
License-Update: URLs changed from http to https Signed-off-by: Alexander Kanavin --- .../gettext-0.19.8.1/fix-CVE-2018-18751.patch | 141 .../gettext/gettext-0.19.8.1/parallel.patch | 23 - .../gettext-0.19.8.1/use-pkgconfig.patch | 321 .../add-with-bisonlocaledir.patch

[OE-core] [PATCH 05/24] gettext: fix failing ptests

2019-12-05 Thread Alexander Kanavin
Results: pass 400 fail 0 skip 32 Signed-off-by: Alexander Kanavin --- meta/recipes-core/gettext/gettext_0.20.1.bb | 23 +++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.20.1.bb b/meta/recipes-core/gettext/gettext_0.20.1.bb

[OE-core] [PATCH 01/24] rpm: upgrade to 4.15.1

2019-12-05 Thread Alexander Kanavin
Drop patches that were merged upstream. 0001-mono-find-provides-requires-do-not-use-monodis-from-.patch modifies a file that was removed upstream. Add a 0001-rpmfc.c-do-not-run-file-classification-in-parallel.patch as unfortunately the new parallel file classification feature from upstream trips

[OE-core] [PATCH 04/24] psmisc: revert to default autopoint exclusion

2019-12-05 Thread Alexander Kanavin
Otherwise, builds break with latest gettext. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/psmisc/psmisc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 594a10cf222..a75b04702c3 100644 --

[OE-core] [PATCH][thud] glibc: finish incomplete fix for CVE-2016-10739

2019-12-05 Thread Ross Burton
Somehow the patch for this CVE only included one of the four required patches. Signed-off-by: Ross Burton --- .../glibc/glibc/CVE-2016-10739.patch | 932 +- 1 file changed, 929 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/glibc/glibc/CVE-2016-10739.patch

Re: [OE-core] [Openembedded-architecture] OE-Core python minimum version requirement

2019-12-05 Thread Khem Raj
On Thu, Dec 5, 2019 at 2:19 AM Paul Eggleton wrote: > > On Thursday, 5 December 2019 7:48:11 PM NZDT Nicolas Dechesne wrote: > > On Thu, Dec 5, 2019 at 3:08 AM Paul Eggleton > > wrote: > > > FYI I came across repology.org which tells you the version of various > > > packages in each distro, thoug

Re: [OE-core] Is the CVE-2016-10739 fix in thud incomplete?

2019-12-05 Thread Ross Burton
On 05/12/2019 13:11, Adrian Bunk wrote: https://sourceware.org/bugzilla/show_bug.cgi?id=20018#c15 meta/recipes-core/glibc/glibc/CVE-2016-10739.patch seems to only contain the "resolv: Reformat inet_addr, inet_aton to GNU style" commit. Erm, yes. Not sure what happened there. Build-testing a

[OE-core] Is the CVE-2016-10739 fix in thud incomplete?

2019-12-05 Thread Adrian Bunk
https://sourceware.org/bugzilla/show_bug.cgi?id=20018#c15 meta/recipes-core/glibc/glibc/CVE-2016-10739.patch seems to only contain the "resolv: Reformat inet_addr, inet_aton to GNU style" commit. cu Adrian -- ___ Openembedded-core mailing list Openemb

[OE-core] [PATCH] oeqa/concurrencytest: Optimise for autobuilder/clobberdir

2019-12-05 Thread Richard Purdie
We're seeing huge delays on the autobuilder during oe-selftest builddir deletion. For example there is a currently running selftest we could do with the results from and its been going 13 hours, at least 8 of which was in deletion of the builddirs. There are a variety of ways we could solve this p

Re: [OE-core] [Openembedded-architecture] OE-Core python minimum version requirement

2019-12-05 Thread Paul Eggleton
On Thursday, 5 December 2019 7:48:11 PM NZDT Nicolas Dechesne wrote: > On Thu, Dec 5, 2019 at 3:08 AM Paul Eggleton > wrote: > > FYI I came across repology.org which tells you the version of various > > packages in each distro, though it's not ideal: > > > > https://repology.org/project/python/v

[OE-core] [PATCH] man-db: 2.8.7 -> 2.9.0

2019-12-05 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- meta/recipes-extended/man-db/{man-db_2.8.7.bb => man-db_2.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-db/{man-db_2.8.7.bb => man-db_2.9.0.bb} (92%) diff --git a/meta/recipes-extended/man-db/man-db_2.8.7.bb b/