Re: [oe] [meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Khem Raj
Does not apply cleanly on master. Please rebase it on latest master or master-next and resend. On 3/24/21 10:38 AM, Neetika.Singh wrote: From: Neetika Singh Added refreshed patch for CVE issue CVE-2020-12825 Link:

[oe] [meta-oe][gatesgarth][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: Neetika Singh Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

[oe] [meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: Neetika Singh Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

[oe] [meta-oe][dunfell][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: Neetika Singh Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

[oe] [meta-oe][gatesgarth][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: "Neetika.Singh" Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

Re: [oe] [meta-oe][PATCH] guider: Upgrade 3.9.7 -> 3.9.8

2021-03-24 Thread Khem Raj
sad but true On 3/24/21 9:42 AM, Martin Jansa wrote: The PR on github changed SRCREV couple times (while calling it 3.9.8 whole time) and the currently latest version on github says SRCREV = "bab995ce718b58d4b5fee594771884dea238d70a" On Tue, Mar 23, 2021 at 10:12 PM Khem Raj

[oe] [meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: "Neetika.Singh" Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

[oe] [meta-oe][dunfell][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-24 Thread Neetika.Singh
From: "Neetika.Singh" Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 190 +

[oe] [meta-python2][dunfell][PATCH 2/3] python2-target-recipes-blacklist.inc: add PNBLACKLIST for mysql-python, lio-utils, openlmi-tools from meta-oe as well

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 8 1 file changed, 8 insertions(+) diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc b/conf/distro/include/python2-target-recipes-blacklist.inc index 37eb49c..f83b28a 100644

[oe] [meta-python2][dunfell][PATCH 3/3] python2-target-recipes-blacklist.inc: remove mysql-python, lio-utils, openlmi-tools from meta-oe-packagegroup

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc b/conf/distro/include/python2-target-recipes-blacklist.inc index f83b28a..abf7f19 100644 ---

[oe] [meta-python2][dunfell][PATCH 1/3] python2-target-recipes-blacklist.inc: add and .inc file with conditional blacklist of target python2 recipes

2021-03-24 Thread Martin Jansa
* similarly like in hardknott branch where the PNBLACKLIST is added in the recipes, for gatesgarth and dunfell branches I make it more optional by using separate .inc file the distributions can decide to include on their own (e.g. when they need python-native from here but want to prevent

[oe] [meta-python2][gatesgarth][PATCH 3/3] python2-target-recipes-blacklist.inc: remove mysql-python, lio-utils, openlmi-tools from meta-oe-packagegroup

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc b/conf/distro/include/python2-target-recipes-blacklist.inc index f83b28a..abf7f19 100644 ---

[oe] [meta-python2][gatesgarth][PATCH 1/3] python2-target-recipes-blacklist.inc: add and .inc file with conditional blacklist of target python2 recipes

2021-03-24 Thread Martin Jansa
* similarly like in hardknott branch where the PNBLACKLIST is added in the recipes, for gatesgarth and dunfell branches I make it more optional by using separate .inc file the distributions can decide to include on their own (e.g. when they need python-native from here but want to prevent

[oe] [meta-python2][gatesgarth][PATCH 2/3] python2-target-recipes-blacklist.inc: add PNBLACKLIST for mysql-python, lio-utils, openlmi-tools from meta-oe as well

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 8 1 file changed, 8 insertions(+) diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc b/conf/distro/include/python2-target-recipes-blacklist.inc index 37eb49c..f83b28a 100644

[oe] [meta-python2][PATCH 2/2] python2-target-recipes-blacklist.inc: remove mysql-python, lio-utils, openlmi-tools from meta-oe-packagegroup

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc b/conf/distro/include/python2-target-recipes-blacklist.inc index 40a73d5..f55ed0b 100644 ---

[oe] [meta-python2][PATCH 1/2] python2-target-recipes-blacklist.inc: add PNBLACKLIST for mysql-python, lio-utils, openlmi-tools from meta-oe as well

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/python2-target-recipes-blacklist.inc | 9 + 1 file changed, 9 insertions(+) create mode 100644 conf/distro/include/python2-target-recipes-blacklist.inc diff --git a/conf/distro/include/python2-target-recipes-blacklist.inc

[oe] [meta-oe][dunfell][PATCH 4/4] packagegroup-meta-oe: add guider

2021-03-24 Thread Martin Jansa
* now when it's not depending on meta-python2 we can add it without conditional Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][dunfell][PATCH 3/4] packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-oe.bb | 30 +++ 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index

[oe] [meta-oe][dunfell][PATCH 1/4] ceres-solver: prevent fetching git hook during do_configure

2021-03-24 Thread Martin Jansa
* today I've found 2 jenkins jobs stuck way too long sitting in this do_configure Bitbake still alive (5000s) Bitbake still alive (1s) Bitbake still alive (15000s) Bitbake still alive (2s) Bitbake still alive (25000s) Bitbake still alive (3s) ... manually killed, the

[oe] [meta-oe][dunfell][PATCH 2/4] packagegroup-meta-oe: include nodejs without meta-python2 conditional

2021-03-24 Thread Martin Jansa
* it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Martin Jansa ---

[oe] [meta-oe][gatesgarth][PATCH 2/3] packagegroup-meta-oe: include nodejs without meta-python2 conditional

2021-03-24 Thread Martin Jansa
* it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Martin Jansa ---

[oe] [meta-oe][gatesgarth][PATCH 3/3] packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-oe.bb | 29 --- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index

[oe] [meta-oe][gatesgarth][PATCH 1/3] ceres-solver: prevent fetching git hook during do_configure

2021-03-24 Thread Martin Jansa
* today I've found 2 jenkins jobs stuck way too long sitting in this do_configure Bitbake still alive (5000s) Bitbake still alive (1s) Bitbake still alive (15000s) Bitbake still alive (2s) Bitbake still alive (25000s) Bitbake still alive (3s) ... manually killed, the

[oe] [meta-oe][PATCH 4/4] mysql-python, lio-utils, openlmi-tools: add conditional PNBLACKLIST like meta-python2 does

2021-03-24 Thread Martin Jansa
* it depends on target python(2) recipes from meta-python2 which are restricted with this conditional since: https://git.openembedded.org/meta-python2/commit/?h=hardknott=10c65fc18998d302f34634ffceaf31ab335056dd * telepathy-idle and cherokee from:

[oe] [meta-oe][PATCH 3/4] packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages

2021-03-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-oe.bb | 29 --- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index

[oe] [meta-oe][PATCH 2/4] packagegroup-meta-oe: include nodejs without meta-python2 conditional

2021-03-24 Thread Martin Jansa
* it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Martin Jansa ---

[oe] [meta-oe][PATCH 1/4] packagegroup-meta-oe: include abseil-cpp for all architectures

2021-03-24 Thread Martin Jansa
* the restriction was removed in following commit, but packagegroup-meta-oe wasn't updated reflect that commit 7223513f400d63d1fb50d65b123d00ceb94f3695 Author: Anatol Belski Date: Fri Feb 19 12:58:45 2021 + abseil-cpp: Relax build requirements While better hardware

Re: [oe] [dunfell][PATCH] guider: Upgrade to 3.9.7

2021-03-24 Thread Martin Jansa
On Wed, Mar 24, 2021 at 09:09:50AM -0700, akuster808 wrote: > > > On 3/24/21 3:46 AM, Martin Jansa wrote: > > From: Peace Lee > > > > Signed-off-by: Peace Lee > > Signed-off-by: Khem Raj > What is in this update? What about Gategarth? This update is because this version from gatesgarth is

Re: [oe] [dunfell][PATCH] guider: Upgrade to 3.9.7

2021-03-24 Thread Martin Jansa
On Wed, Mar 24, 2021 at 08:54:47AM -0700, Khem Raj wrote: > there is v2 in master-next which I will send once builds are done. This is for 3.9.7 (because that's where it switched from python2 to python3) not 3.9.8 targetting master now. > On Wed, Mar 24, 2021 at 3:46 AM Martin Jansa wrote: > >

Re: [oe] [meta-oe][PATCH] guider: Upgrade 3.9.7 -> 3.9.8

2021-03-24 Thread Martin Jansa
The PR on github changed SRCREV couple times (while calling it 3.9.8 whole time) and the currently latest version on github says SRCREV = "bab995ce718b58d4b5fee594771884dea238d70a" On Tue, Mar 23, 2021 at 10:12 PM Khem Raj wrote: > From: Peace Lee > > Upgrade to release 3.9.8 > >

[oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18

2021-03-24 Thread Leon Anavi
Upgrade to release 3.0.18: - Added `in_thread` parameter to `Application.run`. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.17.bb => python3-prompt-toolkit_3.0.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9

2021-03-24 Thread Leon Anavi
Upgrade to release 1.0.9: - Remove futures dependency Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.8.bb => python3-croniter_1.0.9.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.0.8.bb =>

[oe] [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0

2021-03-24 Thread Leon Anavi
Upgrade to release 1.6.0: - Added support for async special methods (__aiter__, __anext__, __await__, __aenter__, __aexit__). These are used in the async for, await` and ``async with statements. - Added the __resolved__ property. You can use it to check if the factory has been called.

[oe] [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0

2021-03-24 Thread Leon Anavi
Upgrade to release 2.2.0: - --track-memory option now supports macOS by using psutil. - Added --copy-env command line option that inherits all environment variables. - The development branch master was renamed to main. See https://sfconservancy.org/news/2020/jun/23/gitbranchname/ for the

[oe] [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0

2021-03-24 Thread Leon Anavi
Upgrade to release 4.8.0: - Reformat code with black Signed-off-by: Leon Anavi --- .../{python3-colorlog_4.7.2.bb => python3-colorlog_4.8.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-colorlog_4.7.2.bb =>

Re: [oe] [dunfell][PATCH] guider: Upgrade to 3.9.7

2021-03-24 Thread akuster
On 3/24/21 3:46 AM, Martin Jansa wrote: > From: Peace Lee > > Signed-off-by: Peace Lee > Signed-off-by: Khem Raj What is in this update? What about Gategarth? -armin > --- > .../recipes-devtools/guider/guider_3.9.6.bb | 39 --- > .../recipes-devtools/guider/guider_3.9.7.bb

Re: [oe] [dunfell][PATCH] guider: Upgrade to 3.9.7

2021-03-24 Thread Khem Raj
there is v2 in master-next which I will send once builds are done. On Wed, Mar 24, 2021 at 3:46 AM Martin Jansa wrote: > > From: Peace Lee > > Signed-off-by: Peace Lee > Signed-off-by: Khem Raj > --- > .../recipes-devtools/guider/guider_3.9.6.bb | 39 --- >

Re: [oe] [meta-oe][PATCH] abseil-cpp: Relax build requirements

2021-03-24 Thread Khem Raj
On 3/24/21 5:13 AM, Martin Jansa wrote: On Tue, Feb 23, 2021 at 6:23 PM Martin Jansa via lists.openembedded.org > wrote: You should remove abseil-cpp from the _remove in the packagegroup as well, see:

Re: [oe] [meta-oe][PATCH] abseil-cpp: Relax build requirements

2021-03-24 Thread Martin Jansa
On Tue, Feb 23, 2021 at 6:23 PM Martin Jansa via lists.openembedded.org wrote: > You should remove abseil-cpp from the _remove in the packagegroup as well, > see: > > meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb:RDEPENDS_packagegroup-meta-oe-devtools_remove_aarch64 > =

[oe] [meta-python][PATCHv2] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-24 Thread Leon Anavi
Upgrade to release 0.8.17 and inherit dos2unix to resolve issues due to different line endings: - Add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore - Add additional test vector from RFC - Fix missing import - Fix imp deprecation warning -

[oe] [dunfell][PATCH] guider: Upgrade to 3.9.7

2021-03-24 Thread Martin Jansa
From: Peace Lee Signed-off-by: Peace Lee Signed-off-by: Khem Raj --- .../recipes-devtools/guider/guider_3.9.6.bb | 39 --- .../recipes-devtools/guider/guider_3.9.7.bb | 19 + 2 files changed, 19 insertions(+), 39 deletions(-) delete mode 100644

Re: [oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-24 Thread Yann Dirson
Le mer. 24 mars 2021 à 09:48, Yann Dirson via lists.openembedded.org a écrit : > > Hi Oleksiy, > > Le mer. 24 mars 2021 à 09:23, Oleksiy Obitotskyi -X (oobitots - > GLOBALLOGIC INC at Cisco) a écrit : > > > > Could you please look into > >

Re: [oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-24 Thread Yann Dirson
Hi Oleksiy, Le mer. 24 mars 2021 à 09:23, Oleksiy Obitotskyi -X (oobitots - GLOBALLOGIC INC at Cisco) a écrit : > > Could you please look into > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1071/steps/12/logs/stdio > > NOTE: Resolving any missing task queue dependencies >

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-24 Thread Mike Looijmans
Sent a patch that works around this issue. Then I get the exact same failure as in gatesgarth, the "unrecognized command line option ‘-fmacro-prefix-map" bug. Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The

[oe] [PATCH][meta-java][master] openjdk-8: Workaround TOPDIR not getting expanded in configure.ac

2021-03-24 Thread Mike Looijmans
Somehow the TOPDIR environment doesn't get expanded in configure.ac. Suspecting a clash with OE's internal TOPDIR variable, I tried replacing it with JDKTOPDIR but that resulted in the same error. | autoreconf: configure.ac: creating directory $TOPDIR/common/autoconf/build-aux | autoreconf:

Re: [oe] [meta-oe][patch] mpv: remove explicit LICENSE_FLAGS

2021-03-24 Thread Oleksiy Obitotskyy via lists.openembedded.org
Could you please look into https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1071/steps/12/logs/stdio NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'ffmpeg' (but

[oe] [meta-oe][PATCH] tclap: add pkg-config file

2021-03-24 Thread Yi Zhao
The tclap switched from autotools to CMake in 1.4.0 and drop the pkg-config file tclap.pc. Some projects (e.g. ima-inspect) still require it. So add it back. Signed-off-by: Yi Zhao --- .../0001-tclap-add-pkg-config-file.patch | 50 +++

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-24 Thread Mike Looijmans
Been digging into this, something weird is going on with the TOPDIR environment. recipes-core/openjdk/openjdk-8-common.inc: do_configure_prepend () {     export TOPDIR=${S} } So TOPDIR should be set okay, but in the logging one can see that the autoconf tools do not expand it. Bluntly