[oe] [meta-oe][mickledore][PATCH 1/4] mongodb: enable hardware crc32 only with crc in TUNE_FEATURES

2023-09-05 Thread Martin Jansa
From: Martin Jansa * see https://jira.mongodb.org/browse/SERVER-30893 * fixes: aarch64-oe-linux-gcc -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -Werror=return-type --sysroot=TOPDIR/BUILD/work/mach-oe-linux/mongodb/4.4.13-r0/recipe

[oe] [meta-oe][mickledore][PATCH 2/4] khronos-cts.inc: respect MLPREFIX when appending DEPENDS with anonymous python

2023-09-05 Thread Martin Jansa
From: Martin Jansa * this causes 2 issues: lib32-opengl-es-cts depending on 64bit wayland and wayland-protocols: $ bitbake-getvar -r lib32-opengl-es-cts DEPENDS # # $DEPENDS [14 operations] # set /OE/build/oe-core/openembedded-core/meta/conf/bitbake.conf:309 # "" #

[oe] [meta-oe][mickledore][PATCH 4/4] tcpreplay: fix pcap detection with /usr/lib32 multilib

2023-09-05 Thread Martin Jansa
From: Martin Jansa * use BPN, BP where useful * use prefix instead of hardcoding /usr * add patch to search also in lib32 subdir of --with-libpcap value to fix: checking for libpcap... configure: error: "Unable to find matching library for header file in TOPDIR/BUILD/work/raspberryp

[oe] [meta-oe][mickledore][PATCH 3/4] libcyusbserial: fix installed-vs-shipped QA issue with multilib

2023-09-05 Thread Martin Jansa
From: Martin Jansa * testing ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} existence doesn't really work in cross compilation and on some hosts was causing: ERROR: QA Issue: libcyusbserial: Files/directories were installed but not shipped in any package: /usr/lib/libcyusbserial.so.1

[oe] [meta-oe][kirkstone][PATCH] libiio: use main branch instead of master

2023-09-04 Thread Martin Jansa
* the branch was renamed upstream Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libiio/libiio_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index bb253f421a

[oe] [meta-oe][mickledore][PATCH] libiio: use main branch instead of master

2023-09-04 Thread Martin Jansa
* the branch was renamed upstream Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libiio/libiio_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index bb253f421a

[oe] [meta-oe][PATCH] libiio: use main branch instead of master

2023-09-04 Thread Martin Jansa
* the branch was renamed upstream Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libiio/libiio_0.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_0.25.bb b/meta-oe/recipes-support/libiio/libiio_0.25.bb index 71fd2047b5

[oe] [meta-oe][PATCH 4/4] tcpreplay: fix pcap detection with /usr/lib32 multilib

2023-09-03 Thread Martin Jansa
linux-gnueabi/lib32-tcpreplay/4.4.4-r0/lib32-recipe-sysroot/usr" Signed-off-by: Martin Jansa --- ...fy-search-dirs-for-pcap-and-add-lib3.patch | 82 +++ .../tcpreplay/tcpreplay_4.4.4.bb | 9 +- 2 files changed, 87 insertions(+), 4 deletions(-) create mode 10

[oe] [meta-oe][PATCH 3/4] khronos-cts.inc: respect MLPREFIX when appending DEPENDS with anonymous python

2023-09-03 Thread Martin Jansa
ayland-dev wayland-protocols-dev as caught by multilib QA check: ERROR: QA Issue: lib32-opengl-es-cts package lib32-opengl-es-cts-dev - suspicious values 'wayland-dev wayland-protocols-dev' in RRECOMMENDS [multilib] Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/vk-gl-cts/khrono

[oe] [meta-oe][PATCH 1/4] mongodb: enable hardware crc32 only with crc in TUNE_FEATURES

2023-09-03 Thread Martin Jansa
: selected processor does not support `crc32cb w2,w2,w3' /tmp/ccGvwFgu.s:77: Error: selected processor does not support `crc32cx w2,w2,x4' /tmp/ccGvwFgu.s:103: Error: selected processor does not support `crc32cb w2,w2,w0' Signed-off-by: Martin Jansa --- .../meta-python/recipes-dbs/mongodb

[oe] [meta-oe][PATCH 2/4] libcyusbserial: fix installed-vs-shipped QA issue with multilib

2023-09-03 Thread Martin Jansa
didn't exist on host. Signed-off-by: Martin Jansa --- ...on-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 43 +++ .../libcyusbserial/libcyusbserial_git.bb | 4 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/libcyusbserial

[oe] [meta-oe][PATCH] sysbench: avoid -L/usr/lib32 and configure-unsafe QA issue

2023-08-30 Thread Martin Jansa
/__/__/__/git/src/lua/internal/sysbench_lua[] = | ^ but I'll leave this to someone actually using sysbench Signed-off-by: Martin Jansa --- meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

Re: [oe] [meta-oe][PATCH 2/3] spice-guest-vdagent: add missing dependencies

2023-08-30 Thread Martin Jansa
Acked-by: Martin Jansa On Wed, Aug 30, 2023 at 10:16 AM Markus Volk wrote: > add x11 to REQUIRED_DISTRO_FEATURES > > Signed-off-by: Markus Volk > --- > .../recipes-support/spice/spice-guest-vdagent_0.22.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions

Re: [oe] [meta-oe][PATCH 1/3] spice: add missing dependency on orc

2023-08-30 Thread Martin Jansa
Acked-by: Martin Jansa On Wed, Aug 30, 2023 at 10:16 AM Markus Volk wrote: > this fixes: > meson.build:139:23: ERROR: Dependency "orc-0.4" not found, tried pkgconfig > > Signed-off-by: Markus Volk > --- > meta-networking/recipes-support/spice/spice_git.bb

Re: [oe] [meta-oe][PATCH] libosinfo: build vapi only if gobject-introspection is enabled

2023-08-30 Thread Martin Jansa
Acked-by: Martin Jansa On Wed, Aug 30, 2023 at 6:23 PM Markus Volk wrote: > this fixes: > meson.build:40:8: ERROR: Problem encountered: vala support was requested, > but introspection support is mandatory. > > Signed-off-by: Markus Volk > --- > meta-oe/reci

[oe] [meta-oe][PATCH 2/2] phodav: make sure systemd files are packaged correctly

2023-08-30 Thread Martin Jansa
such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-phodav: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice/phodav_3.0.bb | 4 +++- 1 file

[oe] [meta-oe][PATCH 1/2] json-schema-validator: restore 0004-cmake-Use-GNUInstallDirs.patch

2023-08-30 Thread Martin Jansa
version and restore it Signed-off-by: Martin Jansa --- .../0004-cmake-Use-GNUInstallDirs.patch | 43 +++ .../json-schema-validator_2.2.0.bb| 1 + 2 files changed, 44 insertions(+) create mode 100644 meta-oe/recipes-devtools/json-schema-validator/json-schema

[oe] [RFC][PATCH] libfaketime: simplify packaging

2023-08-30 Thread Martin Jansa
2-liblib32-libfaketime contains symlink .so '/usr/lib32/faketime/libfaketime.so' [dev-so] Signed-off-by: Martin Jansa --- meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-test/libfaketime/libfaketime

Re: [oe] [meta-oe][PATCH v2] libfaketime: add recipe

2023-08-30 Thread Martin Jansa
'll send RFC patch which fixes the build with mulilib, but I don't use libfaketime (and I haven't read the discussion on previous versions of this patch, so sending only as RFC for Tymotheusz to review), On Wed, Aug 30, 2023 at 4:41 PM Khem Raj wrote: > On Wed, Aug 30, 2023 at 12:33 AM Martin Ja

Re: [oe] [meta-oe][PATCH 2/5] phodav: add recipe

2023-08-30 Thread Martin Jansa
shows only the first 2. On Wed, Aug 30, 2023 at 10:09 AM Markus Volk wrote: > On Wed, Aug 30 2023 at 09:29:58 AM +02:00:00, Martin Jansa < > martin.ja...@gmail.com> wrote: > > will send a fix for this one. > > > Thanks a lot, also for pointing out the other issues. I

Re: [oe] [meta-oe][PATCH 3/5] spice: upgrade 0.14.2 -> 0.15.2

2023-08-30 Thread Martin Jansa
Looks like orc dependency is mandatory now (probably pulled into RSS by something else in your builds, but not in builds without x11 in DISTRO_FEATURES): meson.build:139:23: ERROR: Dependency "orc-0.4" not found, tried pkgconfig On Wed, Aug 23, 2023 at 2:20 PM Markus Volk wrote: > -switch to

Re: [oe] [meta-oe][PATCH v2] libfaketime: add recipe

2023-08-30 Thread Martin Jansa
Can we name the lib${PN} package differently, e.g. libfaketime? With multilib the package name is ridiculous lib32-liblib32-libfaketime: ERROR: lib32-libfaketime-0.9.10-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package lib32-liblib32-libfaketime contains symlink .so

Re: [oe] [meta-oe][PATCH 2/5] phodav: add recipe

2023-08-30 Thread Martin Jansa
Doesn't seem to respect paths set in bitbake.conf: ERROR: lib32-phodav-3.0-r0 do_package: QA Issue: lib32-phodav: Files/directories were installed but not shipped in any package: /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/spice-webdavd.service Please set FILES such

Re: [oe] [meta-oe][PATCH] json-schema-validator: Updrade to 2.2.0

2023-08-30 Thread Martin Jansa
Was meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0001-cmake-Use-GNUInstallDirs.patch really merged upstream? It now fails in multilib builds with: ERROR: lib32-json-schema-validator-2.2.0-r0 do_package: QA Issue: lib32-json-schema-validator: Files/directories were

Re: [oe] [meta-networking][PATCHv3] spice-guest-vdagent: add recipe

2023-08-30 Thread Martin Jansa
On Fri, Aug 25, 2023 at 6:17 PM Markus Volk wrote: > The spice-vdagent needs to be running alongside qemu-guest-agent on > virtualizationguest systems that are using the spice protocol to > get seamless integration. > > Signed-off-by: Markus Volk > --- > .../spice/spice-guest-vdagent_0.22.1.bb

Re: [oe] [meta-oe][PATCHv2] libosinfo: add recipe

2023-08-30 Thread Martin Jansa
On Wed, Aug 23, 2023 at 7:25 PM Markus Volk wrote: > libosinfo > = > > libosinfo is a GObject based library API for managing information about > operating systems, hypervisors and the (virtual) hardware devices they can > support. It includes a database containing device metadata and

Re: [oe] [meta-oe][PATCH 1/2] librelp: add ptest

2023-08-19 Thread Martin Jansa
+cp -f ${S}/${TESTDIR}/*.{sh,py} ${D}${PTEST_PATH}/${TESTDIR} Can you please change this to: cp -f ${S}/${TESTDIR}/*.sh ${S}/${TESTDIR}/*,py ${D}${PTEST_PATH}/${TESTDIR} so that it works with dash as well? It's now failing with: DEBUG: Executing shell function do_install_ptest_base cp:

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.5

2023-08-19 Thread Martin Jansa
It also started to fetch fmt in mariadb-native.do_compile (and failing because network is disabled) [ 1%] Performing download step (download, verify and extract) for 'libfmt' cd TOPDIR/BUILD/work/x86_64-linux/mariadb-native/10.11.4/build/extra/libfmt/src &&

Re: [oe] [meta-python][PATCH 0/1] Remove X11 from REQUIRED_DISTRO_FEATURES from Kivy

2023-08-14 Thread Martin Jansa
On Mon, Aug 14, 2023 at 4:43 PM Marine Vovard wrote: > I'm not sure if removing X11 is the good option. Maybe we could try to > say it's either Wayland or X11 in the distro if it's possible with > Yocto. > meta/conf/documentation.conf:ANY_OF_DISTRO_FEATURES[doc] = "When a recipe inherits the

[oe] [meta-oe][PATCH] openh264: fix installed-vs-shared QA issue with multilib

2023-08-13 Thread Martin Jansa
.6 /usr/lib/pkgconfig /usr/lib/pkgconfig/openh264.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. openh264: 6 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa

Re: [oe] [meta-oe][PATCH] replace /usr/bin/env python -> python3

2023-08-02 Thread Martin Jansa
Does it work when you re-execute do_configure or do you get python33? I think you should anchor the regexp with '$'. On Wed, Aug 2, 2023 at 7:00 PM Robert Berger wrote: > Signed-off-by: Robert Berger > --- > meta-oe/recipes-devtools/uftrace/uftrace_0.13.1.bb | 1 + > 1 file changed, 1

Re: [oe] [AUH] python3-kivy: upgrading to 2.2.1 SUCCEEDED

2023-07-27 Thread Martin Jansa
Hi, I'm not interested in kivy but I've noticed the extra '.' in filename since: http://git.openembedded.org/meta-openembedded/commit/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb?id=6fbe7f748706229f43a2e06b08b6e1e729942314 if someone cares about kivy... +Brynn who for some reason

[oe] [meta-oe][dunfell][PATCH] nodejs-14: add -fpermissive BUILD_CXXFLAGS to fix build with gcc-13 on host

2023-07-24 Thread Martin Jansa
std::is_convertible::value); | ^ Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb index 8

[oe] [meta-oe][dunfell][PATCH] nodejs: Fix build with gcc13

2023-07-23 Thread Martin Jansa
-native * MJ: this fixes default nodejs-native-12, nodejs-native-14 with negative D_P might need additional fix on top Signed-off-by: Khem Raj Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- .../nodejs/nodejs/gcc13.patch | 63 +++ .../nodejs

[oe] [meta-networking][PATCH] dlm: Do not use -fcf-protection=full on aarch64 platforms

2023-07-21 Thread Martin Jansa
-fasynchronous-unwind-tables -fdiagnostics-show-option -fPIC -D_REENTRANT -c -o libdlm.o cc1: error: '-fcf-protection=full' is not supported for this target Signed-off-by: Martin Jansa --- meta-networking/recipes-extended/dlm/dlm_4.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking

[oe] [meta-oe][PATCHv3 3/3] libtomcrypt: add PACKAGECONFIG for ltm enabled by default

2023-07-18 Thread Martin Jansa
=4b308773eca7570ce5007e8f953b56252c17fdb1 DEPENDS += "libtool-cross" EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool'" Signed-off-by: Martin Jansa --- v3: add libtool-cross dependency to fix cross compilation (dunfell needs LIBTOOL to be set in EXTRA_OEMAKE because of ${HOST_SYS} prefix), but the depe

[oe] [meta-oe][PATCHv3 1/3] libtommath: add recipe for LibTomMath used by dropbear

2023-07-18 Thread Martin Jansa
=b7c2edd2d6ded287d8b34dd047ae84d3fd69d4c6 Signed-off-by: Martin Jansa --- v3: add libtool-cross dependency to fix cross compilation (dunfell needs LIBTOOL to be set in EXTRA_OEMAKE because of ${HOST_SYS} prefix), but the dependency is needed for all releases when cross compiling

[oe] [meta-oe][PATCHv3 2/3] libtomcrypt: backport a fix for CVE-2019-17362

2023-07-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- v3: no change, just to send v3 of whole series .../libtomcrypt/CVE-2019-17362.patch | 25 +++ .../libtomcrypt/libtomcrypt_1.18.2.bb | 4 ++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes

Re: [oe] [meta-oe][PATCHv2 1/3] libtommath: add recipe for LibTomMath used by dropbear

2023-07-18 Thread Martin Jansa
'-mfloat-abi=softfp' gcc: error: unrecognized command-line option '-fcanon-prefix-map'; did you mean '-fmacro-prefix-map='? On Tue, Jul 18, 2023 at 3:09 PM Martin Jansa via lists.openembedded.org wrote: > * When system-libtom PACKAGECONFIG is used, both libtomcrypt and libtommath > are use

[oe] [meta-oe][PATCHv2 1/3] libtommath: add recipe for LibTomMath used by dropbear

2023-07-18 Thread Martin Jansa
=b7c2edd2d6ded287d8b34dd047ae84d3fd69d4c6 Signed-off-by: Martin Jansa --- v2: drop explict -fPIC as v2 of libtomcrypt no longer uses static libtommath.a .../libtommath/libtommath_1.2.0.bb| 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support

[oe] [meta-oe][PATCHv2 3/3] libtomcrypt: add PACKAGECONFIG for ltm enabled by default

2023-07-18 Thread Martin Jansa
=4b308773eca7570ce5007e8f953b56252c17fdb1 DEPENDS += "libtool-cross" EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool'" Signed-off-by: Martin Jansa --- v2: inherit pkgconfig instead of explicitly using libtommath.a in EXTRALIBS makefile_include.mk does almost the right thing: ifndef EXTRALIBS

[oe] [meta-oe][PATCH 3/3] libtomcrypt: add PACKAGECONFIG for ltm enabled by default

2023-07-18 Thread Martin Jansa
=4b308773eca7570ce5007e8f953b56252c17fdb1 DEPENDS += "libtool-cross" EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool'" Signed-off-by: Martin Jansa --- .../libtomcrypt/libtomcrypt_1.18.2.bb | 21 --- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH 1/3] libtommath: add recipe for LibTomMath used by dropbear

2023-07-18 Thread Martin Jansa
=b7c2edd2d6ded287d8b34dd047ae84d3fd69d4c6 Signed-off-by: Martin Jansa --- .../libtommath/libtommath_1.2.0.bb| 26 +++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-support/libtommath/libtommath_1.2.0.bb diff --git a/meta-oe/recipes-support/libtommath

[oe] [meta-oe][PATCH 2/3] libtomcrypt: backport a fix for CVE-2019-17362

2023-07-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libtomcrypt/CVE-2019-17362.patch | 25 +++ .../libtomcrypt/libtomcrypt_1.18.2.bb | 4 ++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-crypto/libtomcrypt/libtomcrypt/CVE-2019-17362

[oe] [meta-oe][PATCH] raptor2: backport a fix to build with libxml2-2.11

2023-06-28 Thread Martin Jansa
ber named 'checked' 257 | ret->checked = 1; | ^~ Signed-off-by: Martin Jansa --- ...s-to-entities-checked-private-symbol.patch | 34 +++ .../recipes-support/raptor2/raptor2_2.0.16.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-oe/r

[oe] [meta-oe][PATCH 1/3] nodejs: use PIE for host binaries

2023-06-28 Thread Martin Jansa
PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE,-1,0) = -1 errno=12 (Cannot allocate memory) * diffoscope on this 1.7G binary didn't really help as it got killed by OOMK after a while Out of memory: Killed process 1136999 (diffoscope) total-vm:404300108kB, anon-rss:122594688kB, file-rss:512kB, shmem-rss:0kB, UID:10

[oe] [meta-oe][PATCH 3/3] pidgin-sipe: allow to build with libxml2-2.11

2023-06-28 Thread Martin Jansa
-xml.c:220:17: error: 'xmlSAXUserParseMemory' is deprecated [-Werror=deprecated-declarations] | 220 | if (xmlSAXUserParseMemory(, pd, string, length)) | | ^~ Signed-off-by: Martin Jansa --- meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | 2 ++ 1 file

[oe] [meta-oe][PATCH 2/3] gupnp: backport a fix not to use deprecated xmlReadMemory

2023-06-28 Thread Martin Jansa
ysroot/usr/include/libxml2/libxml/parser.h:872:17: note: declared here 872 | xmlRecoverMemory(const char *buffer, | ^~~~ cc1: some warnings being treated as errors Signed-off-by: Martin Jansa --- .../0001-all-Drop-xmlRecoverMemory

Re: [oe] [meta-networking][PATCH v2] mbedtls: add support for v3.x

2023-06-25 Thread Martin Jansa
in world builds, don't really need 64bit mbedtls build in this multilib setup (which uses just 64bit kernel and external modules, whole userspace is 32bit). Regards, On Sun, Jun 25, 2023 at 3:42 PM Beniamin Sandu wrote: > On Sun, Jun 25, 2023 at 1:53 PM Martin Jansa > wrote: > > >

Re: [oe] [meta-networking][PATCH v2] mbedtls: add support for v3.x

2023-06-25 Thread Martin Jansa
On Mon, Jun 19, 2023 at 8:26 PM Beniamin Sandu wrote: > Version 3.4.0 adds a lot of improvements and fixes (a notable one > being initial support for PKCS7 CMS), but since this is a pretty > big jump, let's keep both versions for a while, so the v2.x users > can upgrade to 3.x in a timely manner

Re: [oe] [meta-oe][kirkstone][PATCH 1/1] python3-werkzeug: fix for CVE-2023-23934

2023-06-24 Thread Martin Jansa
This change is now merged in kirkstone and causes: ERROR: python3-werkzeug-2.1.1-r0 do_patch: Fuzz detected: Applying patch CVE-2023-23934.patch patching file CHANGES.rst Hunk #1 succeeded at 6 with fuzz 2 (offset 5 lines). patching file src/werkzeug/_internal.py patching file

[oe] [meta-oe][PATCH] zeromq: consider license exception over LGPL-3.0

2023-06-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb index 1ed486df51..cd319b5d3a 100644

[oe] [meta-oe][PATCH] postfix: remove 2nd Upstream-Status

2023-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch

[oe] [meta-oe][PATCHv2 1/2] postfix: fix malformed Upstream-Status

2023-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch | 2 +- ...2-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix

Re: [oe] [meta-networking][PATCH] postfix: Fix Upstream-Status keyword

2023-06-21 Thread Martin Jansa
On Wed, Jun 21, 2023 at 4:35 PM Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch | 2 +- > ...-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 3 +-- > 2 files changed, 2 insertions(+), 3 deletions(-) > > diff --git >

[oe] [meta-oe][PATCH 1/3] asio: fix malformed Upstream-Status

2023-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../asio/files/0001-Add-the-pkgconfigdir-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/asio/files/0001-Add-the-pkgconfigdir-location.patch b/meta-oe/recipes-support/asio/files/0001-Add

[oe] [meta-oe][PATCH 2/3] libgpiod: fix malformed Upstream-Status

2023-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libgpiod/libgpiod-2.x/gpio-tools-test-bats-modify.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod-2.x/gpio-tools-test-bats-modify.patch b/meta-oe/recipes-support/libgpiod/libgpiod-2.x

Re: [oe][meta-networking][kirkstone][PATCH 1/1] samba: fix CVE-2022-41916

2023-06-15 Thread Martin Jansa
FWIW: I do agree that a link to upstream patch does belong to Upstream-Status as: "Upstream-Status: Backport [link]" When there are many Backported changes I also prefer to add in which tag they were first included as e.g. "Upstream-Status: Backport [v1.1 link]" to make it more clear which

Re: [oe] [meta-qt5][kirkstone][PATCH] qt: CVE-2023-32763 Fix Integer overflow

2023-06-14 Thread Martin Jansa
Is this included in 5.15.9 release used in mickledore branch? There is very little difference between kirkstone and mickledore now as qt5 is pretty much dead. So if it's fixed there I would prefer to merge most if not all changes from mickledore to kirkstone. And if it isn't fixed in

Re: [oe][meta-oe][master][mickledore][langdale][kirkstone][PATCH] redis: use the files path correctly

2023-06-13 Thread Martin Jansa
On Tue, Jun 13, 2023 at 9:23 AM Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > Recipes are not expected to set FILESPATH directly, they are > expected to use FILESEXTRAPATH. > I can see the seting of FILESPATH in this recipe only wants to > find redis-7 specific patches and

Re: [oe] [meta-oe][PATCH] php: drop explicite ARM_INSTRUCTION_SET

2023-06-11 Thread Martin Jansa
Did you try it on qemuarmv5? as regular qemuarm used Thumb2 since 2019 https://git.openembedded.org/openembedded-core/commit/meta/conf/machine/qemuarm.conf?id=6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988 (and most of these issues where ARM_INSTRUCTION_SET is explicitly set in the recipe were

[oe] [meta-oe][PATCH] switchtec-user: fix installed-vs-shipped with multilib

2023-05-30 Thread Martin Jansa
for indentation and ' instead of " so that it doesn't need backslashes Signed-off-by: Martin Jansa --- .../switchtec-user/switchtec-user_4.1.bb | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-support/switchtec-user/switchtec-use

Re: [oe] [PATCH 01/14] libpeas: requires gobject-introspection-data DISTRO_FEATURE

2023-05-26 Thread Martin Jansa
There is this line already from your previous patch: https://lists.openembedded.org/g/openembedded-devel/message/102683 On Thu, May 25, 2023 at 2:14 PM Ross Burton wrote: > From: Ross Burton > > Until libpeas 2 is released, g-i is a hard requirement. > > Signed-off-by: Ross Burton > --- >

Re: [oe] [PATCH 3/6] firewalld: add features_check on gobject-introspection-data

2023-05-25 Thread Martin Jansa
Thanks, now I see only the dbusmock in oe-core issue in my world builds. On Thu, May 25, 2023 at 2:15 PM Ross Burton wrote: > I did a world build with G-I disabled, patch bomb sent. > > Ross > > > On 25 May 2023, at 00:07, Khem Raj wrote: > > > > I see some more fallouts with this > > > >

[oe] [meta-oe][PATCH 20/20] graphviz: remove unused patch files

2023-05-24 Thread Martin Jansa
* they were removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=edc38751dc1a0141c8f5f93f6650ca2d11b792bc Signed-off-by: Martin Jansa --- .../graphviz/0001-Use-native-mkdefs.patch | 26 --- ...-Include-freetype-headers-explicitly.patch | 33

[oe] [meta-oe][PATCH 19/20] fbida: remove unused use-jpeg-turbo.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=c93035a0fe085aab6d3d674ce2cb1da3f03e76fd Signed-off-by: Martin Jansa --- .../fbida/files/use-jpeg-turbo.patch| 13 - 1 file changed, 13 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 18/20] tigervnc: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=f602e9f1e14ac2c9f0d094b9d8c7605aa6df9767 Signed-off-by: Martin Jansa --- .../0001-tigervnc-remove-includedir.patch | 50 --- 1 file changed, 50 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 17/20] beep: remove unused linux-input.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=19c244dd39b9896eed9d7d8a2a033e60839cff86 Signed-off-by: Martin Jansa --- .../beep/files/linux-input.patch | 155 -- 1 file changed, 155 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 16/20] paho-mqtt-c: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was added in: https://git.openembedded.org/meta-openembedded/commit/?id=4d43e788f2c835948ebeb0180a5c1aaa09e8b3b5 but never used it seems Signed-off-by: Martin Jansa --- .../paho-mqtt-c/files/makefile.patch | 25 --- 1 file changed, 25 deletions(-) delete mode

[oe] [meta-oe][PATCH 15/20] libinih: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI with git recipe in: https://git.openembedded.org/meta-openembedded/commit/?id=da03785ff19c2db4210318759a011c6919692876 Signed-off-by: Martin Jansa --- ...header-files-without-prefix-dir-inih.patch | 24 --- 1 file changed, 24 deletions(-) delete

[oe] [meta-oe][PATCH 13/20] opencv: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=d0e72f07d3f6362a8d3f070ca00c153aae718cb7 Signed-off-by: Martin Jansa --- ...dparty-ippicv-Use-pre-downloaded-ipp.patch | 36 --- 1 file changed, 36 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 14/20] libiio: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=998219d2e8179c8ca758da822b8dc17a1e3533b8 Signed-off-by: Martin Jansa --- ...de-CheckCSourceCompiles-before-its-m.patch | 38 --- 1 file changed, 38 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 06/20] gnome-terminal: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=ccde2b0bdcc1110c68dbdb06dff726b3c955aee9 Signed-off-by: Martin Jansa --- .../0001-build-Fix-for-newer-meson.patch | 46 --- 1 file changed, 46 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 12/20] glibmm: remove unused remove-examples.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=1dde9990b8ce4f9a679a666b00f932aab20c3db2 Signed-off-by: Martin Jansa --- .../glib-2.0/glibmm/remove-examples.patch | 40 --- 1 file changed, 40 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 11/20] plymouth: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=479b1455e37d49bc24f709bd2284effdb92686ab Signed-off-by: Martin Jansa --- ...001-systemd-switch-to-KillMode-mixed.patch | 43 --- 1 file changed, 43 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 10/20] cyrus-sasl: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=edd8bd0f2443bbf1acc794df981cd05f1dbd6778 Signed-off-by: Martin Jansa --- .../cyrus-sasl/Fix-hardcoded-libdir.patch | 26 --- 1 file changed, 26 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 08/20] ndpi: remove unused CVE-2021-36082.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=8359cf87458d185011831a8132b8af17bcbc9605 Signed-off-by: Martin Jansa --- .../ntopng/files/CVE-2021-36082.patch | 116 -- 1 file changed, 116 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 09/20] soci: remove unused soci_libdir.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=01cd7fcae16edde709d24f905a222dcaea8fb0a1 Signed-off-by: Martin Jansa --- .../recipes-dbs/soci/soci/soci_libdir.patch | 28 --- 1 file changed, 28 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 07/20] geary: remove unused patch files

2023-05-24 Thread Martin Jansa
* they were removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=3bb4ee4ba1161cff3b8c22dc07aa130ac2de9789 Signed-off-by: Martin Jansa --- ...orkaround-missing-generic-type-argum.patch | 27 ...y-issues-with-initializer-of-constan.patch | 42

[oe] [meta-oe][PATCH 05/20] monkey: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=45b327ba1620febf3dd8a8b415d601c9c9e78bc5 --- ...igure-Respect-LIBS-variable-from-env.patch | 30 --- 1 file changed, 30 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 03/20] python3-pybind11: remove unused 0001-Do-not-strip-binaries.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=5c455804aede17e0ea0cbb7ab55f8580f912e664 Signed-off-by: Martin Jansa --- .../0001-Do-not-strip-binaries.patch | 48 --- 1 file changed, 48 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 04/20] python3-anyjson: remove unused files

2023-05-24 Thread Martin Jansa
* the recipe was removed in: https://git.openembedded.org/meta-openembedded/commit/?id=09abb3ffad217edbbc0c95bc6dda41f2764f2b67 Signed-off-by: Martin Jansa --- .../0001-setup.py-Do-not-use-2to3.patch | 29 --- .../python/python3-anyjson/run-ptest | 3 -- 2

[oe] [meta-oe][PATCH 02/20] meta-python: remove unused patches from python2 recipes

2023-05-24 Thread Martin Jansa
-numeric/0001-it-tries-to-define-this-function-differently-than-it.patch https://git.openembedded.org/meta-openembedded/diff/meta-python/recipes-devtools/python/python-numeric_24.2.bb?id=05d0c5eee319055816bbea8b9dd972f723f68019 Signed-off-by: Martin Jansa --- .../0001-Workaround-for-issue-2-1.patch

[oe] [meta-oe][PATCH 01/20] libsquish: remove unused 0001-makefile-Add-LIBDIR.patch

2023-05-24 Thread Martin Jansa
=8df60dc8d69ffa506fd923f8db91a2a8aa33343f Signed-off-by: Martin Jansa --- .../libsquish/0001-makefile-Add-LIBDIR.patch | 36 --- 1 file changed, 36 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/libsquish/libsquish/0001-makefile-Add-LIBDIR.patch diff --git

Re: [oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Martin Jansa
The vala inherit is conditional on vala PACKAGECONFIG, so it seems to work fine. On Thu, May 18, 2023 at 7:58 PM Khem Raj wrote: > On Thu, May 18, 2023 at 3:12 AM Martin Jansa > wrote: > > > > * cannot be enabled without: > > http://errors.yoctoproject.o

[oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Martin Jansa
* cannot be enabled without: http://errors.yoctoproject.org/Errors/Details/704353/ NetworkManager-1.42.6/meson.build:816:4: ERROR: Assert failed: vala api require GObject introspection. Use -Dvapi=false to disable it Signed-off-by: Martin Jansa --- .../networkmanager/networkmanager_1.42.6

[oe] [meta-oe][kirkstone][PATCHv2] nodejs: Fix build with gcc13

2023-05-18 Thread Martin Jansa
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- v2: Fixed patch-fuzz in deps/v8/AUTHORS .../nodejs/nodejs/gcc13.patch | 75 +++ .../recipes-devtools/nodejs/nodejs_16.19.1.bb | 1 + 2 files changed, 76 insertions(+) create mode 100644

[oe] [meta-oe][kirkstone][PATCH 2/2] nodejs: Fix build with gcc13

2023-05-18 Thread Martin Jansa
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../nodejs/nodejs/gcc13.patch | 70 +++ .../recipes-devtools/nodejs/nodejs_16.19.1.bb | 1 + 2 files changed, 71 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs

[oe] [meta-oe][kirkstone][PATCH 1/2] abseil-cpp: backport a fix for build with gcc-13

2023-05-18 Thread Martin Jansa
* needed for abseil-cpp-native on hosts with gcc-13" Signed-off-by: Martin Jansa --- ...ernal-str_format-extension.h-add-mis.patch | 31 +++ .../abseil-cpp/abseil-cpp_git.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-oe/recipes-dev

[oe] [meta-oe][dunfell][PATCH] nodejs: fix native node-gyp to work with python-3.11

2023-05-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../nodejs/python-3.11-invalid-mode-rU.patch | 46 +++ .../nodejs/nodejs_12.22.12.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/python-3.11-invalid-mode-rU.patch diff

Re: [oe] [meta-oe][PATCH 1/2] paprefs: add recipe

2023-05-16 Thread Martin Jansa
dds > REQUIRED_DISTRO_FEATURES = "x11" > > Am Mo, 15. Mai 2023 um 10:13:41 +0200 schrieb Martin Jansa < > martin.ja...@gmail.com>: > > On Tue, May 9, 2023 at 2:46 PM Markus Volk wrote: > >> Signed-off-by: Markus Volk >> --- >> .../pulseaudio/paprefs_

[oe] [meta-oe][PATCH] etcd: don't hardcode /usr/lib in do_install

2023-05-15 Thread Martin Jansa
://lists.openembedded.org/g/openembedded-core/message/181269 * also reported on github: https://github.com/openembedded/meta-openembedded/pull/616 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/etcd/etcd_3.5.7.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH 4/4] paprefs: add x11 to REQUIRED_DISTRO_FEATURES

2023-05-15 Thread Martin Jansa
| #include | ^~~~ Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb b/meta-oe/recipes-multimedia/pulseaudio

[oe] [meta-oe][PATCH 3/4] glade: add gobject-introspection-data to REQUIRED_DISTRO_FEATURES

2023-05-15 Thread Martin Jansa
, test "x$found_introspection" = "xyes") but since: https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/gobject-introspection.bbclass?id=4e51c1815c92bb15977a3bdb14171d770da44004 it doesn't get copied to ${S}/m4 without gobject-introspection-data S

[oe] [meta-oe][PATCH 1/4] libblockdev: add introspection options to UNKNOWN_CONFIGURE_OPT_IGNORE

2023-05-15 Thread Martin Jansa
-introspection.bbclass?id=4e51c1815c92bb15977a3bdb14171d770da44004 introspection.m4 doesn't get copied to ${S}/m4 without gobject-introspection-data Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe

[oe] [meta-oe][PATCH 2/4] libpeas: add gobject-introspection-data to REQUIRED_DISTRO_FEATURES

2023-05-15 Thread Martin Jansa
ection-1.0', version: introspection_req) Signed-off-by: Martin Jansa --- meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb index 1282e93634..f5b08824

Re: [oe] [meta-oe][PATCH 1/2] paprefs: add recipe

2023-05-15 Thread Martin Jansa
On Tue, May 9, 2023 at 2:46 PM Markus Volk wrote: > Signed-off-by: Markus Volk > --- > .../pulseaudio/paprefs_1.2.bb | 18 ++ > 1 file changed, 18 insertions(+) > create mode 100644 meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb > > diff --git

[oe] [meta-oe][PATCH] poppler: add dependency on glib-2.0-native

2023-05-15 Thread Martin Jansa
] No such file or directory Signed-off-by: Martin Jansa --- meta-oe/recipes-support/poppler/poppler_23.04.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/poppler/poppler_23.04.0.bb b/meta-oe/recipes-support/poppler/poppler_23.04.0.bb index 19bdce4d86

Re: [oe] [meta-oe][PATCH v2 7/7] lvgl: Add dependency on fbdev into lvgl-demo-fb DISTRO_FEATURES

2023-05-14 Thread Martin Jansa
t. Add the DISTRO_FEATURES dependency to indicate > it. > > Signed-off-by: Marek Vasut > --- > Cc: Fabio Estevam > Cc: Khem Raj > Cc: Martin Jansa > Cc: Philippe Coval > Cc: Philippe Coval > --- > V2: New patch > --- > meta-oe/recipes-graphics/lvgl/lvgl

[oe] [meta-oe][mickledore][PATCH 16/16] zfs: fix installation paths for multilib

2023-05-09 Thread Martin Jansa
are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. zfs: 42 installed and not shipped files. [installed-vs-shipped] when libdir is /usr/lib64 with multilib. Signed-off-by: Martin Jansa --- .../recipes-filesystems/zfs/zfs_2.1.9.bb | 36

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