Re: [oe] [meta-oe][PATCH v2] bpftool: remove recipe from blacklist

2021-04-07 Thread Martin Jansa
From: on your e-mails looks strange: From: "Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org" So I guess git or something else parsed it incorrectly unfortunately. On Wed, Apr 7, 2021 at 3:32 PM Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via

[oe] [meta-oe][PATCH] pidgin-sipe: fix g_memdup2 changes to be backwards compatible with glib-1.67

2021-04-06 Thread Martin Jansa
g_memdup calls with g_memdup2. Signed-off-by: Martin Jansa --- .../0001-Migrate-to-use-g_memdup2.patch | 58 +-- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch b/meta-oe

Re: [oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-06 Thread Martin Jansa
On Tue, Apr 06, 2021 at 02:46:04PM -0700, Khem Raj wrote: > > > On 4/6/21 2:30 PM, Martin Jansa wrote: > > Thanks for fixing this, unfortunatelly it isn't backwards compatible > > with glib-2.0-1.66.7 currently in oe-core master and hardknott and now > > fails with:

Re: [oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-06 Thread Martin Jansa
| | ^~~~ Can we revert this from meta-oe master branch and re-apply it once 1.68 version hits oe-core/master possibly only for honister? Thanks On Mon, Apr 5, 2021 at 8:41 PM Khem Raj wrote: > Signed-off-by: Khem Raj > Cc: Martin Jansa > --- > .../

[oe] [meta-oe][PATCH] pidgin: upgrade to 2.14.2

2021-04-06 Thread Martin Jansa
cat: marshallers.h: No such file or directory cat: marshallers.h: No such file or directory Signed-off-by: Martin Jansa --- ...gure.ac-fix-build-with-autoconf-2.71.patch | 229 -- ...able-few-languages-not-compatible-wi.patch | 49 .../{pidgin_2.14.1.bb => pidgin_2.1

[oe] [meta-oe][dunfell][PATCH 3/3] libyui: switch to libyui-old repo which still has this SRCREV

2021-04-06 Thread Martin Jansa
is kept as https://github.com/libyui/libyui-old similarly libyui-ncurses now contains only README about being obsolete in: https://github.com/libyui/libyui-ncurses but at least it wasn't rewritten to have the new content Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/libyui

[oe] [meta-oe][dunfell][PATCH 2/3] telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings

2021-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy

[oe] [meta-oe][dunfell][PATCH 1/3] uml-utilities: fix installed-vs-shipped with usrmerge

2021-04-06 Thread Martin Jansa
or delete them within do_install. uml-utilities: 1 installed and not shipped files. [installed-vs-shipped] * pass LIB_DIR instead of using default value from Makefile: $ grep LIB_DIR.*= tools/port-helper/Makefile LIB_DIR ?= /usr/lib/uml Signed-off-by: Martin Jansa --- .../recipes-extended/uml

[oe] [meta-oe][gatesgarth][PATCH 1/3] uml-utilities: fix installed-vs-shipped with usrmerge

2021-04-06 Thread Martin Jansa
or delete them within do_install. uml-utilities: 1 installed and not shipped files. [installed-vs-shipped] * pass LIB_DIR instead of using default value from Makefile: $ grep LIB_DIR.*= tools/port-helper/Makefile LIB_DIR ?= /usr/lib/uml Signed-off-by: Martin Jansa --- .../recipes-extended/uml

[oe] [meta-oe][gatesgarth][PATCH 2/3] telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings

2021-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy

[oe] [meta-oe][gatesgarth][PATCH 3/3] libyui: switch to libyui-old repo which still has this SRCREV

2021-04-06 Thread Martin Jansa
is kept as https://github.com/libyui/libyui-old similarly libyui-ncurses now contains only README about being obsolete in: https://github.com/libyui/libyui-ncurses but at least it wasn't rewritten to have the new content Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/libyui

[oe] [meta-oe][PATCH 2/2] libyui(-ncurses): upgrade to 4.1.1, libyui repo was rewritten completely

2021-04-06 Thread Martin Jansa
in S Signed-off-by: Martin Jansa --- ...byui-ncurses_4.0.0.bb => libyui-ncurses_4.1.1.bb} | 11 +-- .../libyui/{libyui_4.0.0.bb => libyui_4.1.1.bb} | 12 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) rename meta-oe/recipes-graphics/libyui/{libyui-ncurses_4.

[oe] [meta-oe][PATCH 1/2] libyui: switch to libyui-old repo which still has this SRCREV

2021-04-06 Thread Martin Jansa
is kept as https://github.com/libyui/libyui-old similarly libyui-ncurses now contains only README about being obsolete in: https://github.com/libyui/libyui-ncurses but at least it wasn't rewritten to have the new content Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/libyui

Re: [oe] [Dunfell patch review 00/11] April 05

2021-04-06 Thread Martin Jansa
On Mon, Apr 05, 2021 at 07:54:13AM -0700, akuster wrote: > Most of these where patches already sent to the list so a shorter review > window. > Please have comments back by this Tuesday. Acked-by: Martin Jansa > The following changes since commit d9c703aab817eb30d8a0d2c5caba

[oe] [meta-oe][PATCH] android-tools: use PN instead of BPN in RDEPENDS

2021-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1

[oe] [meta-oe][PATCH] libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge

2021-04-06 Thread Martin Jansa
: https://git.openembedded.org/openembedded-core/tree/meta/classes/insane.bbclass?id=1f6c14939c8daa5e09103789c3ff5031cc888d16#n907 if "file-rdeps" not in skip: ignored_file_rdeps = set(['/bin/sh', '/usr/bin/env', 'rtld(GNU_HASH)']) Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libsmi

[oe] [meta-python2][dunfell][gatesgarth][hardknott][master][PATCH] python-pyrex: fix installed-vs-shipped QA issue with usrmerge

2021-04-06 Thread Martin Jansa
hon.inc: sed -i -e "s:SEDMELIBLEAF:${libdirleaf}:g" \ before that it was using "basename ${libdir}" https://git.openembedded.org/openembedded-core/commit/?id=c61c416a6504f7e8885df3c94c839d1031920a1c Signed-off-by: Martin Jansa --- recipes-devtools/python/python-pyrex_0.9.9.bb |

[oe] [meta-oe][gatesgarth][PATCH] packagegroup-meta-multimedia: include projucer only with x11 in DISTRO_FEATURES

2021-04-04 Thread Martin Jansa
Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-multimedia.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia

[oe] [meta-oe][PATCH] uml-utilities: fix installed-vs-shipped with usrmerge

2021-04-03 Thread Martin Jansa
or delete them within do_install. uml-utilities: 1 installed and not shipped files. [installed-vs-shipped] * pass LIB_DIR instead of using default value from Makefile: $ grep LIB_DIR.*= tools/port-helper/Makefile LIB_DIR ?= /usr/lib/uml Signed-off-by: Martin Jansa --- .../recipes-extended/uml

[oe] [meta-oe][gatesgarth][PATCH] packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURES

2021-04-03 Thread Martin Jansa
* and also opengl for glfw Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups

[oe] [meta-oe][PATCH 2/2] packagegroup-meta-oe: use 4 spaces for identation

2021-04-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-oe.bb | 204 +- 1 file changed, 102 insertions(+), 102 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 1/2] packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURES

2021-04-03 Thread Martin Jansa
* and also opengl for glfw Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups

[oe] [meta-oe][PATCH 1/2] phonet-utils: remove

2021-04-03 Thread Martin Jansa
. [usrmerge] ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa --- .../0001-Include-limits.h-for-PATH_MAX.patch | 25 --- .../phonet-utils/phonet-utils_git.bb | 15

[oe] [meta-oe][PATCH 2/2] telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings

2021-04-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb

Re: [oe] [oe-commits] [openembedded-core] 05/11: license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses

2021-03-30 Thread Martin Jansa
On Tue, Jan 28, 2020 at 12:52 PM wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch zeus > in repository openembedded-core. > > commit 5ed714139f91eb03871e01b68a4370784071234d > Author: Peter Kjellerstedt > AuthorDate: Wed Dec 11

[oe] [meta-multimedia][PATCH] packagegroup-meta-multimedia: include vlc only with x11 in DISTRO_FEATURES

2021-03-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-multimedia.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia

[oe] [meta-multimedia][PATCH] packagegroup-meta-multimedia: include projucer only with x11 in DISTRO_FEATURES

2021-03-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-multimedia.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia

Re: [oe] koreader recipe

2021-03-30 Thread Martin Jansa
Probably not as it isn't listed in: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=koreader On Tue, Mar 30, 2021 at 6:40 PM Björn Lustig wrote: > Hey OE devs, > > By chance, has anyone already developed a recipe for koreader ( > https://github.com/koreader/koreader ) ? > >

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

2021-03-26 Thread Martin Jansa
On Wed, Mar 24, 2021 at 5:42 PM Martin Jansa via lists.openembedded.org 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" &g

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

2021-03-25 Thread Martin Jansa
The packagegroup-meta-oe.bb part of this is wrong, will fix and send v2 shortly. On Wed, Mar 24, 2021 at 5:47 PM Martin Jansa wrote: > * it depends on target python(2) recipes from meta-python2 which are > restricted with this > conditional since: > > https://git.openembedded.o

[oe] [meta-oe][PATCH] open-vm-tools: move to meta-networking

2021-03-25 Thread Martin Jansa
... Missing or unbuildable dependency chain was: ['open-vm-tools'] ERROR: Required build target 'packagegroup-meta-oe' has no buildable providers. Missing or unbuildable dependency chain was: ['packagegroup-meta-oe', 'open-vm-tools'] Signed-off-by: Martin Jansa --- ...itHub-Issue-367.-Remove

[oe] [meta-oe][PATCH] packagegroup-meta-{oe,multimedia}: move pipewire to the right packagegroup

2021-03-25 Thread Martin Jansa
* it's in meta-multimedia not meta-oe layers Signed-off-by: Martin Jansa --- .../packagegroups/packagegroup-meta-multimedia.bb| 1 + meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [meta-oe][PATCH] conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC

2021-03-25 Thread Martin Jansa
/packagegroups/packagegroup-meta-oe.bbappend meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend Signed-off-by: Martin Jansa --- meta-oe/conf/layer.conf | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta-oe/conf/layer.conf b

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

2021-03-25 Thread Martin Jansa
/telepathy-idle_0.2.0.bb meta-webserver/recipes-httpd/cherokee/cherokee_git.bb also depend on meta-python2, but use only pythonnative from there, so they aren't blacklisted. Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 6 +++--- meta-oe/recipes

[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
someone accidentally depending on some target recipes ending with python2 in their images). commit 10c65fc18998d302f34634ffceaf31ab335056dd Author: Martin Jansa Date: Fri Mar 12 15:44:52 2021 +0100 recipes: add conditional PNBLACKLIST in all recipes except python-native

[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
someone accidentally depending on some target recipes ending with python2 in their images). commit 10c65fc18998d302f34634ffceaf31ab335056dd Author: Martin Jansa Date: Fri Mar 12 15:44:52 2021 +0100 recipes: add conditional PNBLACKLIST in all recipes except python-native

[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 b/conf

[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 a/meta-oe/recipes-core/packagegroups/packagegroup-meta

[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
-by: Martin Jansa --- .../recipes-support/ceres-solver/ceres-solver_1.14.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb index ac463038aa..105610be5a 100644

[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 --- meta-oe

[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 --- meta-oe

[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
-by: Martin Jansa --- .../recipes-support/ceres-solver/ceres-solver_1.14.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.0.bb index ac463038aa..105610be5a 100644

[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
/telepathy-idle_0.2.0.bb meta-webserver/recipes-httpd/cherokee/cherokee_git.bb also depend on meta-python2, but use only pythonnative from there, so they aren't blacklisted. Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 6 +++--- meta-oe/recipes

[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 --- meta-oe

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

2021-03-24 Thread Martin Jansa
Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta

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

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

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 > >

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_re

[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] [dunfell][PATCH] opencv: refresh patches with devtool to apply cleanly

2021-03-22 Thread Martin Jansa
imho isn't worth merging. On Sun, Mar 21, 2021 at 10:22 PM Khem Raj wrote: > maybe this should be done on master too so backport are easy > > On Sun, Mar 21, 2021 at 1:15 AM Martin Jansa > wrote: > > > > * fixes: > > WARNING: opencv-4.1.0-r0 do_patch: Fuzz detected: &

[oe] [meta-python2][PATCH] bandit.bbclass: drop

2021-03-21 Thread Martin Jansa
* the identical bbclass is in meta-openembedded/meta-python layer, it depends on python3-bandit-native and isn't inherited by default, anyone who wants to use it can add meta-python layer Signed-off-by: Martin Jansa --- classes/bandit.bbclass | 63

[oe] [dunfell][PATCH] opencv: refresh patches with devtool to apply cleanly

2021-03-21 Thread Martin Jansa
: devtool modify opencv devtool finish --force-patch-refresh opencv Don't forget to review changes done by devtool! WARNING: opencv-4.1.0-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Signed-off-by: Martin Jansa --- ...dparty-ippicv-Use-pre-downloaded

Re: [oe] [meta-oe][sumo][PATCH] opencv: Security fixes

2021-03-20 Thread Martin Jansa
This was now merged to dunfell branch and it doesn't apply cleanly: WARNING: opencv-4.1.0-r0 do_patch: Fuzz detected: Applying patch CVE-2019-14491.patch patching file modules/objdetect/src/cascadedetect.cpp Hunk #1 succeeded at 46 with fuzz 1 (offset -1 lines). Hunk #2 succeeded at 540 (offset

[oe] [meta-oe][PATCH] ceres-solver: prevent fetching git hook during do_configure

2021-03-11 Thread Martin Jansa
-by: Martin Jansa --- .../recipes-support/ceres-solver/ceres-solver_2.0.0.bb| 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb index 28d0868c48..7feba4a5a2 100644

[oe] [meta-oe][PATCH] glog: fix searching for Libunwind

2021-03-10 Thread Martin Jansa
webos-linux/mtp-server/0.0.3+gitAUTOINC+bb4a81e61b-r0/recipe-sysroot/usr/lib/cmake/glog/glog-config.cmake:35 (find_dependency) CMakeLists.txt:17 (find_package) because LibunwindConfig.cmake is provided by glog as: recipe-sysroot/usr/lib/cmake/glog/FindLibunwind.cmake but this dire

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-03-03 Thread Martin Jansa
ich I've sent when your version of the patch was in dunfell-next, see: https://lists.openembedded.org/g/openembedded-devel/message/89628 +oe-devel ML *From:* Martin Jansa > *Sent:* Wednesday, March 3, 2021 8:03:12 PM > *To:* Rahul Taya > *Cc:* openembedded-devel@lists.openembedded.org < > ope

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-03-03 Thread Martin Jansa
and how to resolve it ? > > Thanks and Regards, > Rahul Taya > -- > *From:* openembedded-devel@lists.openembedded.org < > openembedded-devel@lists.openembedded.org> on behalf of Martin Jansa via > lists.openembedded.org > *Sent:* Monday, March

Re: [oe] [meta-python][dunfell][PATCH] python-grpcio-tools: Fix DEPENDS append to grpcio module

2021-03-02 Thread Martin Jansa
This was already fixed in: https://git.openembedded.org/meta-openembedded/commit/?h=dunfell=7fbe300c6d3b7e116dd7a56e16f85ff78d8f522c On Tue, Mar 2, 2021 at 1:40 PM Andrei Gherzan wrote: > From: Andrei Gherzan > > There was a missing whitespace leading to errors like: > > ERROR: Nothing

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-03-01 Thread Martin Jansa
t message > that i saw. > Can you tell me what next to do for that patch ? > > Thanks and Regards, > Rahul Taya > -- > *From:* Martin Jansa > *Sent:* Thursday, February 25, 2021 10:33 PM > *To:* Rahul Taya > *Cc:* openembedded-devel >

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
iOS <https://aka.ms/o0ukef> > ------ > *From:* Martin Jansa > *Sent:* Thursday, February 25, 2021 8:25:50 PM > *To:* Rahul Taya > *Cc:* openembedded-devel > *Subject:* Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for > CVE-2019-9674 >

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
VE-2019-9674.patch > > > Thanks and Regards, > Rahul Taya > ------ > *From:* Martin Jansa > *Sent:* Thursday, February 18, 2021 10:58 PM > *To:* Rahul Taya > *Cc:* openembedded-devel ; > Khem Raj ; Nisha Parrakat ; > Harpritkaur Bhandari

Re: Private: Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
Hi, you patch has: Content-Type: text/plain; charset=8bit Content-Transfer-Encoding: quoted-printable and git am doesn't handle it $ git am python2/cur/1614253357.R13620585686638879435.jama\:2\,RS error: cannot convert from 8bit to UTF-8 fatal: could not parse patch if I manually change it to

Re: [oe] [meta-oe][dunfell][PATCH] nss: Disable Werror across all recipe types

2021-02-23 Thread Martin Jansa
rei Gherzan wrote: > > On Tue, 23 Feb 2021, at 17:30, Martin Jansa wrote: > > > On Tue, Feb 23, 2021 at 05:19:16PM +, Andrei Gherzan wrote: > > > > On Tue, 23 Feb 2021, at 17:15, Khem Raj wrote: > > > > > On Tue, Feb 23, 2021 at 9:12 AM M

Re: [oe] [meta-oe][dunfell][PATCH] nss: Disable Werror across all recipe types

2021-02-23 Thread Martin Jansa
On Tue, Feb 23, 2021 at 05:19:16PM +, Andrei Gherzan wrote: > On Tue, 23 Feb 2021, at 17:15, Khem Raj wrote: > > On Tue, Feb 23, 2021 at 9:12 AM Martin Jansa wrote: > > > > > > On Tue, Feb 23, 2021 at 04:27:05PM +, Andrei Gherzan wrote: > > >

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

2021-02-23 Thread Martin Jansa
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 = "${@bb.utils.contains("TUNE_FEATURES", "crypto", "", "abseil-cpp", d)} concurrencykit"

Re: [oe] [meta-oe][dunfell][PATCH] nss: Disable Werror across all recipe types

2021-02-23 Thread Martin Jansa
On Tue, Feb 23, 2021 at 04:27:05PM +, Andrei Gherzan wrote: > From: Khem Raj > > We are seeing warnigs with gcc-10 even on target builds e.g. Do you use gcc-10 in dunfell builds? dunfell has 9.3.0 gcc, so either you're using gcc-10 through some backports or the warning is reproducible also

[oe] [dunfell][meta-oe][PATCH] nghttp2: Fix CVE-2020-11080.patch to apply

2021-02-20 Thread Martin Jansa
/nghttp2_session_test.c Hunk #1 succeeded at 10558 (offset -56 lines). patching file tests/nghttp2_session_test.h Patch CVE-2020-11080.patch does not apply (enforce with -f) Signed-off-by: Martin Jansa --- .../nghttp2/nghttp2/CVE-2020-11080.patch | 66 +-- 1 file changed, 33

Re: [oe] [gatesgarth 00/15] Patch review Feb 14th

2021-02-19 Thread Martin Jansa
lets fix the parsing :) current gatesgarth-next Acked-by: Martin Jansa On Mon, Feb 15, 2021 at 4:50 PM akuster808 wrote: > > > On 2/15/21 12:49 AM, Martin Jansa wrote: > > Hi, > > > > this seems to be missing the top commit from: > > > https://git.openem

Re: [oe] [dunfell 00/11] Patch review Feb 15th

2021-02-19 Thread Martin Jansa
lets fix the parsing :) dunfell-next Acked-by: Martin Jansa On Tue, Feb 16, 2021 at 4:58 PM akuster808 wrote: > > > On 2/16/21 1:55 AM, Martin Jansa wrote: > > On Mon, Feb 15, 2021 at 05:58:08PM -0800, akuster wrote: > >> Here is the next set for review. >

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-18 Thread Martin Jansa
On Thu, Feb 18, 2021 at 07:19:53AM -0800, akuster wrote: > > > On 2/16/21 7:23 AM, Rahul Taya wrote: > > For python and python-native added patch to fix > > CVE-2019-9674 > > > > Signed-off-by: Rahul Taya > > Please add your signoff in the applying patches. see below for example. > > Does

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-18 Thread Martin Jansa
"git am" doesn't like those emoticons in the .patch file.. git am ~/py2/cur/16136689* error: cannot convert from 8bit to UTF-8 fatal: could not parse patch either drop them or upload it to some git repo so I can cherry-pick it from there. On Thu, Feb 18, 2021 at 3:18 PM Rahul Taya wrote: >

Re: [oe] [dunfell 00/11] Patch review Feb 15th

2021-02-16 Thread Martin Jansa
On Mon, Feb 15, 2021 at 05:58:08PM -0800, akuster wrote: > Here is the next set for review. > Please have reviews back by Wednesday > > The following changes since commit de37512b25c1f8c6bb6ab2b3782ac0fe01443483: > > gpsd: mark CLEANBROKEN (2021-01-31 09:42:35 -0800) > > are available in the

Re: [oe] [gatesgarth 00/15] Patch review Feb 14th

2021-02-15 Thread Martin Jansa
g zstd > > Khem Raj (5): > mariadb: Fix build on 32bit arches with 64bit time_t > gedit: Inherit python3targetconfig > openipmi: Inherit python3targetconfig > libplist: Inherit python3targetconfig > postgresql: Inherit python3targetconfig > > Mario Schuknecht (1): > d

Re: [oe] [bitbake-devel] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-02-08 Thread Martin Jansa
necessary > (they changed other variables than DEPENDS for target), I did not include > them. > > > > I have not done any excessive testing of these branches. I have verified > that I can run `devtool modify libxml2`, which I could not do before, and I > have run `bitbake core

[oe] [meta-oe][PATCHv2] pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility

2021-02-08 Thread Martin Jansa
shouldn't be used in configure.ac since: commit 9087a59b1c3f9708642a2327b0cf6ecceac0a66f Author: Martin Jansa Date: Thu May 5 16:58:59 2016 +0200 pidgin: use pkg-config instead of hardcoded paths or python-config * use separate recipe for libgnt (needed only when consoleui PAC

Re: [oe] [meta-oe][PATCH 2/2] pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility

2021-02-07 Thread Martin Jansa
er.yoctoproject.org/typhoon/#/builders/88/builds/912 > > > On Sun, Feb 7, 2021 at 6:46 AM Martin Jansa > wrote: > > > > * also log.do_configure is showing this since switch to python3: > > DEBUG: Executing shell function do_con

Re: [oe] [meta-oe][PATCH] meta-oe/README: add Ubuntu 20 req.

2021-02-07 Thread Martin Jansa
On Sun, Feb 7, 2021 at 9:08 PM akuster808 wrote: > > > On 2/7/21 11:28 AM, Martin Jansa wrote: > > On Sun, Feb 7, 2021 at 8:21 PM akuster > <mailto:akuster...@gmail.com>> wrote: > > > > When building on Ubuntu 20.04, luajit needs 32bit s

Re: [oe] [meta-oe][PATCH] meta-oe/README: add Ubuntu 20 req.

2021-02-07 Thread Martin Jansa
On Sun, Feb 7, 2021 at 8:21 PM akuster wrote: > When building on Ubuntu 20.04, luajit needs 32bit support > so install 'gcc-multilib' > > Signed-off-by: Armin Kuster > --- > meta-oe/README | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-oe/README b/meta-oe/README > index

[oe] [meta-oe][PATCH 1/2] graphviz: drop unused SRCREV and outdated comment

2021-02-07 Thread Martin Jansa
- Refresh patches to apply on new sources - Switch away from gitlab archives - Bypass pdf documentation generation Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta-oe/recipes-graphics

[oe] [meta-oe][PATCH 2/2] pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility

2021-02-07 Thread Martin Jansa
shouldn't be used in configure.ac since: commit 9087a59b1c3f9708642a2327b0cf6ecceac0a66f Author: Martin Jansa Date: Thu May 5 16:58:59 2016 +0200 pidgin: use pkg-config instead of hardcoded paths or python-config Signed-off-by: Martin Jansa --- ...gure.ac-fix-build-with-autoconf-

[oe] [dunfell][PATCH] graphviz: use git fetcher instead of gitlab archives

2021-02-07 Thread Martin Jansa
Date: Mon Nov 2 18:33:34 2020 -0800 graphviz: Upgrade to 2.44.1 release - Refresh patches to apply on new sources - Switch away from gitlab archives - Bypass pdf documentation generation Signed-off-by: Martin Jansa --- .../graphviz/graphviz_2.40.1.bb| 18

Re: [oe] [bitbake-devel] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-02-07 Thread Martin Jansa
On Sun, Feb 7, 2021 at 12:15 AM Martin Jansa via lists.openembedded.org wrote: > On Sat, Jan 16, 2021 at 6:52 PM akuster808 wrote: > >> >> >> On 1/16/21 9:44 AM, Martin Jansa wrote: >> > Aren't the missing spaces in appends fixes also needed for meta-oe >

Re: [oe] [bitbake-devel] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-02-06 Thread Martin Jansa
On Sat, Jan 16, 2021 at 6:52 PM akuster808 wrote: > > > On 1/16/21 9:44 AM, Martin Jansa wrote: > > Aren't the missing spaces in appends fixes also needed for meta-oe > > recipes? > > > > > > I think at least top 5 commits from: > > > https://git

[oe] [meta-networking][PATCH] wireguard-module: remove PKG assignment

2021-02-05 Thread Martin Jansa
72 https://github.com/openembedded/meta-openembedded/issues/285 Signed-off-by: Martin Jansa --- .../wireguard/wireguard-module_1.0.20201112.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb b/meta-

[oe] [meta-networking][PATCH] net-snmp: fix build with dash

2021-02-02 Thread Martin Jansa
* fixes: | make[1]: Leaving directory 'net-snmp/5.9-r0/net-snmp-5.9/mibs' | sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory | WARNING: exit code 2 from a shell command. Signed-off-by: Martin Jansa --- meta-networking

Re: [oe] [meta-networking][PATCH] net-snmp: improve reproducibility

2021-02-02 Thread Martin Jansa
dash doesn't like this: sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory will send a fix shortly On Fri, Jan 29, 2021 at 10:39 AM Yu, Mingli wrote: > From: Mingli Yu > > Add a patch to fix the gap between 32bit and 64bit system

Re: [oe] [yocto] [OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.

2021-02-01 Thread Martin Jansa
On Thu, Oct 22, 2020 at 11:37 PM Martin Jansa via lists.yoctoproject.org wrote: > There were only a few changes needed between dunfell and gatesgarth to > keep it building and I feel guilty for sending half of them - and pinging > you on FB :). > > I don't have interest in py

[oe] [meta-python2][PATCH] python-native: Fix parsing with default RPROVIDES dropped in oe-core

2021-01-31 Thread Martin Jansa
: 0078:# Hardcoded since it cant be python-native-foo, should be python-foo-native 0079:pn = 'python' 0080: Exception: AttributeError: 'NoneType' object has no attribute 'split' Signed-off-by: Martin Jansa --- recipes-devtools/python/python-native_2.7.18.bb | 2 +- 1 file

[oe] [meta-python2][PATCH] python-setuptools: simplify RDEPENDS setting

2021-01-31 Thread Martin Jansa
as not being package specific, please fix this. [pkgvarcheck] ERROR: meta-python2/recipes-devtools/python/python-setuptools_42.0.2.bb: Fatal QA errors found, failing task. ERROR: Failed to parse recipe: meta-python2/recipes-devtools/python/python-setuptools_42.0.2.bb Signed-off-by: Martin Jansa

[oe] [meta-oe][PATCH 2/2] zbar: use 4 spaces for indentation

2021-01-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/zbar/zbar_git.bb | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 5cb7baae33..a33aa2c960 100644

[oe] [meta-oe][PATCH 1/2] zbar: fix random do_prepare_recipe_sysroot_gettext failures

2021-01-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/zbar/zbar_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index dae9122520..5cb7baae33 100644 --- a/meta-oe/recipes-support/zbar/z

<    2   3   4   5   6   7   8   9   10   11   >