Re: [oe] [meta-gnome][PATCHv2] freerdp3: add recipe

2024-03-21 Thread Martin Jansa
The packageconfig for x11 doesn't seem to be enough to disable x11 when it's not in DISTRO_FEATURES. CMake Error at TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11

Re: [oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-19 Thread Martin Jansa
On Sat, Mar 16, 2024 at 9:02 AM Martin Jansa via lists.openembedded.org wrote: > I'm seeing the same errors with gcc :) > > libtool: compile: ccache arm-oe-linux-gnueabi-gcc -mthumb -mfpu=neon > -mfloat-abi=softfp -mcpu=cortex-a9 -mtune=cortex-a9 > -fstack-protector-strong -

Re: [oe] [meta-oe][PATCH v4 6/7] lvgl: fix libdrm include

2024-03-17 Thread Martin Jansa
is fix based on that. This whole issue is just revealed by the typo fix in https://patchwork.yoctoproject.org/project/oe/patch/20240316100056.409758-1-chris.chap...@gmail.com/ which fixed lv-conf.inc to work for lvgl resulting in LV_USE_LINUX_DRM being respected based on PACKAGECONFIG drm. Acked-by: M

Re: [oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-16 Thread Martin Jansa
I'm seeing the same errors with gcc :) libtool: compile: ccache arm-oe-linux-gnueabi-gcc -mthumb -mfpu=neon -mfloat-abi=softfp -mcpu=cortex-a9 -mtune=cortex-a9 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -Werror=return-type -funwind-tables -

[oe] [meta-oe][PATCH] recipes: Drop remaining PR values from recipes

2024-03-14 Thread Martin Jansa
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa --- .../recipes

[oe] [meta-oe][PATCH] unionfs-fuse, dropwatch, postgresql, yasm, multipath-tools, python3-pybind11: add missing Upstream-Status

2024-03-14 Thread Martin Jansa
-q ^Upstream-Status: $p || sed -i "s/^---$/\nUpstream-Status: Pending\n---/g" $p; grep -q ^Upstream-Status: $p || sed -i "1iUpstream-Status: Pending\n" $p; done Signed-off-by: Martin Jansa --- .../unionfs-fuse/files/0001-support-cross-compiling.patch | 2 +

Re: [oe] [meta-oe] [PATCH V2] abseil-cpp: upgrade 20230802.1 -> 20240116.1

2024-03-11 Thread Martin Jansa
penembedded.org > de...@lists.openembedded.org> On Behalf Of Martin Jansa > > Sent: den 10 mars 2024 14:54 > > To: wan...@fujitsu.com; Peter Kjellerstedt > > Cc: openembedded-devel@lists.openembedded.org > > Subject: Re: [oe] [meta-oe] [PATCH V2] abseil-cpp: upg

Re: [oe] [meta-oe] [PATCH V2] abseil-cpp: upgrade 20230802.1 -> 20240116.1

2024-03-10 Thread Martin Jansa
On Sun, Mar 10, 2024 at 2:54 PM Martin Jansa via lists.openembedded.org wrote: > > Does this intentionally undo last 2 changes from Peter? The commit > message doesn't mention it > > https://git.openembedded.org/meta-openembedded/commit/?id=32eefcf1ca97a08ea85f62a72b67

Re: [oe] [meta-oe] [PATCH V2] abseil-cpp: upgrade 20230802.1 -> 20240116.1

2024-03-10 Thread Martin Jansa
Does this intentionally undo last 2 changes from Peter? The commit message doesn't mention it https://git.openembedded.org/meta-openembedded/commit/?id=32eefcf1ca97a08ea85f62a72b676e447f1b79a0 https://git.openembedded.org/meta-openembedded/commit/?id=5c554c9b8cb63b5d0d5f434c28dd71c0f1843448 also

[oe] [meta-oe][kirkstone][PATCH] opencv: fix reproducibility issues

2024-03-07 Thread Martin Jansa
ackage opencv; bitbake -c install -f opencv unlike ${S} ${WORKDIR}/contrib isn't in default PSEUDO_IGNORE_PATHS Signed-off-by: Anuj Mittal Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../recipes-support/opencv/opencv_4.5.5.bb| 34 +-- 1 file changed,

Re: [oe][meta-oe][PATCH 0/2] glmark2: fix an issue with eglconfig scoring

2024-03-05 Thread Martin Jansa
The QA check in oe-core would tell you that (as well as that the 'S' in Status needs to be uppercase). On Tue, Mar 5, 2024 at 10:47 PM Randolph Sapp wrote: > > On 3/5/24 15:42, Martin Jansa wrote: > > Invalid format of Upstream-Status and please squash those 2 commits

Re: [oe][meta-oe][PATCH 0/2] glmark2: fix an issue with eglconfig scoring

2024-03-05 Thread Martin Jansa
Invalid format of Upstream-Status and please squash those 2 commits as they don't make sense separately. On Tue, Mar 5, 2024 at 10:26 PM Randolph Sapp via lists.openembedded.org wrote: > > From: Randolph Sapp > > Backport a patch from the upstream glmark2 package to fix 2 primary issues: > > 1.

[oe] [meta-filesystems][PATCH] fuse3: use 4 spaces for indentation

2024-03-01 Thread Martin Jansa
* instead of mix of 8, 9 and 4 spaces Signed-off-by: Martin Jansa --- .../recipes-support/fuse/fuse3_3.16.2.bb | 56 ++- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support

Re: [oe] [meta-filesystems][PATCH 1/4] fuse3: Add missing runtime deps for ptests

2024-03-01 Thread Martin Jansa
or is it typo cuse -> fuse? On Fri, Mar 1, 2024 at 11:43 AM Martin Jansa wrote: > > does it need virtual/kernel dependency now? > > in world build I've seen: > ERROR: QA Issue: fuse3-ptest rdepends on kernel-module-cuse, but it > isn't a build dependency? [build-de

Re: [oe] [meta-filesystems][PATCH 1/4] fuse3: Add missing runtime deps for ptests

2024-03-01 Thread Martin Jansa
does it need virtual/kernel dependency now? in world build I've seen: ERROR: QA Issue: fuse3-ptest rdepends on kernel-module-cuse, but it isn't a build dependency? [build-deps] On Thu, Feb 22, 2024 at 9:58 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > meta-filesystems/recipes-support/

[oe] [meta-xfce][PATCH 2/2] xfce4-notifyd: use python3native and depend on python3-packaging-native

2024-02-28 Thread Martin Jansa
usr/share/glib-2.0/codegen/utils.py", line 22, in import packaging.version ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3

[oe] [meta-xfce][PATCH 1/2] ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native

2024-02-28 Thread Martin Jansa
ion ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3-packaging-native from OE build Signed-off-by: Martin Jansa --- meta-xfce/recipes

[oe] [meta-oe][PATCH 2/2] networkmanager-fortisslvpn: use python3native and depend on python3-packaging-native

2024-02-27 Thread Martin Jansa
slvpn-pppd-service-dbus.h] Error 1 * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3-packaging-native from OE build Signed-off-by: Martin Jansa --- .../networkmanager/networkman

[oe] [meta-oe][PATCH 1/2] gattlib: use python3native and depend on python3-packaging-native

2024-02-27 Thread Martin Jansa
/share/glib-2.0/codegen/utils.py", line 22, in import packaging.version ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with pyt

[oe] [meta-openembedded][PATCH 2/2] snort3: fix snort.pc

2024-02-24 Thread Martin Jansa
/../lib32-snort3/3+git/lib32-recipe-sysroot" so it didn't strip anything from native sysroot: "/OE/../lib32-snort3/3+git/recipe-sysroot-native" Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/snort/snort3_git.bb | 2 +- 1 file changed, 1 insertion(

[oe] [meta-openembedded][PATCH 1/2] snort3: drop SRCPV from PV

2024-02-24 Thread Martin Jansa
* as other recipes did in: https://git.openembedded.org/meta-openembedded/commit/?id=21f956598ddb1bb08855fbc9a3293acf957154d1 Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/snort/snort3_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [oe] [OE-core][master][PATCH] android-tools: Enable position-independent executable

2024-02-22 Thread Martin Jansa
[OE-core] tag doesn't belong to subject for meta-oe patches, use [meta-oe] instead. Upstream-Status belongs to .patch files in the metadata, not to commit message of metadata changes. On Thu, Feb 22, 2024 at 1:56 PM Pawan Badganchi wrote: > Enable position-independent executable security flag f

[oe] [meta-python][PATCH] python3-httpx: respect libdir in packaging

2024-02-18 Thread Martin Jansa
kaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. python3-httpx: 63 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb | 4 ++-- 1 file changed, 2 insertions(

[oe] [meta-oe][PATCH] jack: fix build with python3 on host

2024-01-26 Thread Martin Jansa
\w+)@', re.M) waf 2.0.12 (54841218840ffa34fddf834680a5a17db69caa12) As reported in https://lists.openembedded.org/g/openembedded-core/message/194348 Signed-off-by: Martin Jansa --- ...0001-Conceal-imp-warnings-in-Python3.patch | 34 +++ ...ationWarning-invalid-escape-sequence.patch | 229

[oe] [meta-oe][PATCH] libtalloc, libtevent, libtdb, libldb: set PYTHONARCHDIR for waf to respect python libdir

2024-01-22 Thread Martin Jansa
ue and then it needs PYTHONARCHDIR as well to fix: ERROR: libldb-2.8.0-r0 do_package: QA Issue: libldb: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/python3.12 /usr/lib/python3.12/site-packages /usr/lib/python3.12/site-packages/_ldb_text.py /

[oe] [meta-oe][PATCHv2] libpwquality: respect PYTHONSITEDIR

2024-01-11 Thread Martin Jansa
-off-by: Martin Jansa --- v2: Update Upstream-Status to Backport and use slightly updated version already merged upstream ...02-Makefile.am-respect-PYTHONSITEDIR.patch | 26 +++ .../libpwquality/libpwquality_1.4.5.bb| 5 ++-- 2 files changed, 29 insertions(+), 2

[oe] [meta-oe][PATCH] libpwquality: respect PYTHONSITEDIR

2024-01-10 Thread Martin Jansa
-off-by: Martin Jansa --- ...02-Makefile.am-respect-PYTHONSITEDIR.patch | 26 +++ .../libpwquality/libpwquality_1.4.5.bb| 5 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-extended/libpwquality/files/0002-Makefile.am-respect

Re: [oe] [PATCH 05/23] libpwquality: backport a python 3.12 compatibility patch

2024-01-10 Thread Martin Jansa
It doesn't respect libdir now, causing installed-vs-shipped e.g. in multilib builds with libdir set to /usr/lib32: ERROR: QA Issue: lib32-libpwquality: Files/directories were installed but not shipped in any package: /usr/lib/python3.11/site-packages/ pwquality.cpython-311-arm-linux-gnueabi.so

[oe] [meta-oe][PATCH] driverctl: fix installed-vs-shipped

2023-12-29 Thread Martin Jansa
systemd_system_unitdir isn't subdirectory of libdir, e.g. with multilib using: export libdir="/usr/lib64" export systemd_system_unitdir="/usr/lib/systemd/system" Signed-off-by: Martin Jansa --- meta-oe/recipes-support/driverctl/driverctl_0.115.bb | 7 +-- 1 file ch

Re: [oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-22 Thread Martin Jansa
. Regards, On Fri, Dec 22, 2023 at 3:39 PM Khem Raj wrote: > perhaps shared libs option is not getting effective. when you send a > v3 please squash Martin's change into that as well. > > On Fri, Dec 22, 2023 at 6:10 AM Martin Jansa > wrote: > > > > Thanks for v2

Re: [oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-22 Thread Martin Jansa
s a depends and sent v2 patch, thank you. > > Martin Jansa , 21 Ara 2023 Per, 15:30 > tarihinde şunu yazdı: > > > > Adding the dependency on target openssl allows the build to finish OK. > > > > On Thu, Dec 21, 2023 at 1:06 PM Martin Jansa via lists.openembedded.org &g

[oe] [meta-oe][PATCHv2] wavpack: add PACKAGECONFIG for shared and enable it by default

2023-12-22 Thread Martin Jansa
t status Signed-off-by: Martin Jansa --- ...reate-wavpack-as-versioned-shared-li.patch | 26 +++ .../wavpack/wavpack_5.6.0.bb | 7 - 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-multimedia/wavpack/wavpack/0001-C

Re: [oe] [meta-oe][PATCH] wavpack: add PACKAGECONFIG for shared and enable it by default

2023-12-22 Thread Martin Jansa
4096 Dec 22 14:45 pkgconfig/ will send v2 later On Fri, Dec 22, 2023 at 2:46 PM Martin Jansa via lists.openembedded.org wrote: > * fixes gstreamer1.0-plugins-good build with wavpack enabled: > PACKAGECONFIG:append:pn-gstreamer1.0-plugins-good = " wavpack" > > * 5.1.0 bu

[oe] [meta-oe][PATCH] wavpack: add PACKAGECONFIG for shared and enable it by default

2023-12-22 Thread Martin Jansa
t status Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb index ebbc59dde8..1011cd4c03 100644 -

Re: [oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-21 Thread Martin Jansa
Adding the dependency on target openssl allows the build to finish OK. On Thu, Dec 21, 2023 at 1:06 PM Martin Jansa via lists.openembedded.org wrote: > Hi, > > it seems to be trying to link with native libcrypto in some builds: > > lib32-wavpack/5.6.0/recipe-sysroot-native/usr/l

Re: [oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-21 Thread Martin Jansa
Hi, it seems to be trying to link with native libcrypto in some builds: lib32-wavpack/5.6.0/recipe-sysroot-native/usr/lib/libcrypto.so: file not recognized: file format not recognized collect2: error: ld returned 1 exit status have you tried to build it e.g. for aarch64 or arm on x86_64 build ho

Re: [oe] [PATCH 1/2] lemon: upgrade to 3.44.2

2023-12-20 Thread Martin Jansa
On Wed, Dec 20, 2023 at 10:42 PM Khem Raj wrote: > On Wed, Dec 20, 2023 at 7:53 AM Ross Burton wrote: > > > > From: Ross Burton > > > > Lemon is packaged as part of sqlite, and sqlite 3.7.3 was released back > > in 2010[1]. > > > > As the small source tarballs no longer include the tools, fetch

[oe] [meta-oe][nanbield][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- v2: fix branch again, now it has "poco-" prefix meta-

[oe] [meta-oe][mickledore][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- v2: fix branch again, now it has "poco-" prefix meta-

[oe] [meta-oe][langdale][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- v2: fix branch again, now it has "poco-" prefix meta-oe/recipes-support/poco/poco_1.12.3.bb | 4 ++-- 1 file changed, 2 insert

Re: [oe] Crash cross canadian?

2023-12-19 Thread Martin Jansa
Maybe you don't see them because they are already applied: https://git.openembedded.org/meta-openembedded/commit/?id=1f9ad22b28c24a289636b1eb049c491e4529337d and marked as such in patchwork, see: https://patchwork.yoctoproject.org/project/oe/list/?series=&submitter=&state=*&q=crash&archive=both&de

[oe] [meta-oe][langdale][PATCH] poco: fix branch

2023-12-16 Thread Martin Jansa
# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- meta-oe/recipes-support/poco/poco_1.12.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-sup

[oe] [meta-oe][nanbield][PATCH] poco: fix branch

2023-12-16 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni --- meta-oe/recipes-support/poco/poco_1.12.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[oe] [meta-oe][mickledore][PATCH] poco: fix branch

2023-12-16 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- meta-oe/recipes-support/poco/poco_1.12.4.bb | 4 ++-- 1 file changed

Re: [oe] [meta-oe][PATCH] poco: fix branch

2023-12-16 Thread Martin Jansa
On Wed, Dec 13, 2023 at 7:47 PM Khem Raj wrote: > Hi Alex, > > Thanks for the patch. I did not take it since there already was > another upgrade patch [1] proposed which fixed this issue as well. > Please report if this issue still persists 1211613642269b7d53bea58b02de7fcd25ece3b9 is still bein

[oe] [meta-multimedia][PATCH 1/2] rygel: fix build with gtk+3 PACKAGECONFIG disabled

2023-12-12 Thread Martin Jansa
sibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Signed-off-by: Martin Jansa --- meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb b/meta

[oe] [meta-multimedia][PATCH 2/2] rygel: add x11 to DISTRO_FEATURES

2023-12-12 Thread Martin Jansa
or host machine is cached as not found Dependency lookup for x11 with method 'cmake' failed: CMake binary for machine host machine not found. Giving up. Run-time dependency x11 found: NO (tried pkgconfig) ../rygel-0.42.4/src/rygel/meson.build:9:80: ERROR: Dependency "x11" not found

[oe] [meta-oe][PATCH] monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib

2023-12-06 Thread Martin Jansa
be fixed to respect passed LIBDIR value as well as now they expect just lib: monocypher.pc:libdir=${exec_prefix}/lib tests/speed/libhydrogen.pc:libdir=${exec_prefix}/lib Signed-off-by: Martin Jansa --- meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | 4 ++-- 1 file changed, 2 insertions

[oe] [meta-oe][kirkstone][PATCH] glmark2: inherit python3native to fix build with python-3.12 on build host

2023-11-30 Thread Martin Jansa
; <>=") 0087:e = 0 0088:if s.count(':'): *** 0089:e = int(s.split(":")[0]) 0090:s = s.split(":")[1] 0091:r = "" 0092:if s.count('-'): 0093:r = s.rsplit("-", 1)[

Re: [oe] [meta-oe][PATCH 1/8] android-tools: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
All these depend on TARGET_DBGSRC_DIR variable added in pending oe-core change: https://lists.openembedded.org/g/openembedded-core/message/190815 On Fri, Nov 17, 2023 at 9:51 AM Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > .../recipes-devtools/android-tools/android-to

[oe] [meta-oe][PATCH 5/8] ntpsec, net-snmp: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | 2 +- meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb b

[oe] [meta-oe][PATCH 6/8] aom, x265: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb | 2 +- meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb b/meta-multimedia

[oe] [meta-oe][PATCH 7/8] python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb | 2 +- meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb b

[oe] [meta-oe][PATCH 8/8] evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/evince/evince_45.0.bb| 4 ++-- .../recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb | 4 ++-- meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions

[oe] [meta-oe][PATCH 3/8] xmlrcp-c: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb index 278db6dc84..5d5152b834

[oe] [meta-oe][PATCH 4/8] fluentbit: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb index 26238e51f1

[oe] [meta-oe][PATCH 1/8] android-tools: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.r37

[oe] [meta-oe][PATCH 2/8] minifi-cpp: drop ${PE}, ${PR} from /usr/src/debug paths

2023-11-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index b75a336955

Re: [oe] [meta-multimedia][PATCH] libebml: upgrade 1.3.0 -> 1.4.4

2023-11-15 Thread Martin Jansa
On Wed, Nov 15, 2023 at 12:10 PM Hains van den Bosch wrote: > Uncomment: > > EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" > > libebml_1.4.4. > > > https://git.openembedded.org/meta-openembedded/tree/meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb#n14 > > Did for me the trick to fix build Gerbera

Re: [oe] [meta-python][PATCH] python3-gpiod: update to v2.1.3

2023-11-15 Thread Martin Jansa
> seen in multilib builds but maybe it can be reproduced in regular 32bit target on 64bit build host Yes, nodistro build for qemux86 shows the same: http://errors.yoctoproject.org/Errors/Build/174247/ On Wed, Nov 15, 2023 at 9:48 AM Martin Jansa via lists.openembedded.org wrote: > This

Re: [oe] [meta-multimedia][PATCH] libebml: upgrade 1.3.0 -> 1.4.4

2023-11-15 Thread Martin Jansa
rld build, but then it uses > clang and here I see you are using g++ so maybe something to look > into. Thanks for report. > > On Tue, Nov 14, 2023 at 6:51 AM Martin Jansa > wrote: > > > > This seems to break gerbera build (I haven't looked further, just > notic

Re: [oe] [meta-python][PATCH] python3-gpiod: update to v2.1.3

2023-11-15 Thread Martin Jansa
This seems to be mixing native python headers in target build causing do_compile_ptest_base failure in some builds (seen in multilib builds but maybe it can be reproduced in regular 32bit target on 64bit build host): building 'tests.gpiosim._ext' extension creating /tmp/libgpiod-5k0x8gv3/tests cre

Re: [oe] [meta-multimedia][PATCH] libebml: upgrade 1.3.0 -> 1.4.4

2023-11-14 Thread Martin Jansa
This seems to break gerbera build (I haven't looked further, just noticed this as new failure in world builds): FAILED: gerbera : && TOPDIR/BUILD/work/qemux86_64-oe-linux/gerbera/1.12.1/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/BUILD/work/qemux86_64-oe-linu

Re: [oe] [master][PATCH] SRC_URI master branch is deprecated and main is the new master branch

2023-11-10 Thread Martin Jansa
And even dunfell already has it since 6 months ago: https://git.openembedded.org/meta-openembedded/commit/?id=29e3a918ac80f98f3bad70eec50a9ada1a47fc41 so maybe you're on some even older release which isn't supported anymore. On Fri, Nov 10, 2023 at 2:22 PM Martin Jansa wrote: >

Re: [oe] [master][PATCH] SRC_URI master branch is deprecated and main is the new master branch

2023-11-10 Thread Martin Jansa
This surely isn't for master where it was fixed 2 years ago: https://git.openembedded.org/meta-openembedded/commit/?id=eab5e822a91ad95cf0e7d2406ba3ab5304748713 If you need this fix in some other branch, then send the cherry-pick of this with correct e-mail subject indicating the branch. On Fri, N

Re: [oe] [meta-oe][PATCH] emlog: Add PV

2023-11-08 Thread Martin Jansa
Why with explicit +git{SRCPV} for nanbield and master? I thought we don't use that since: https://lists.openembedded.org/g/openembedded-core/message/185842 On Mon, Oct 30, 2023 at 11:24 PM Khem Raj wrote: > This is 0.70 release with few more commits on top. > > Signed-off-by: Khem Raj > --- >

Re: [oe] [RFC] Support for alternative init systems

2023-11-07 Thread Martin Jansa
I would also remind that we used to have separate PN-systemd packages when systemd support was in meta-systemd layer: https://git.openembedded.org/meta-openembedded/log/meta-systemd This was later replaced with init scripts being usually in main PN and sysvinit and systemd in DISTRO_FEATURES contr

Re: [oe] kirkstone merge request: Nov 3rd

2023-11-03 Thread Martin Jansa
-- >> Denys Dmytriyenko (1): >>mbedtls: set up /usr/bin/hello as alternative >> >> Gianfranco Costamagna (3): >>mosquitto: do not automatically depend on dlt-daemon, it's a >> non-mandatory logging system >> mosquitto: upgrade 2.0.1

Re: [oe] kirkstone merge request: Nov 3rd

2023-11-03 Thread Martin Jansa
quitto: do not automatically depend on dlt-daemon, it's a > non-mandatory logging system >mosquitto: upgrade 2.0.15 -> 2.0.17 >mosquitto: upgrade 2.0.17 -> 2.0.18 > > Joe Slater (1): >nginx: add configure option > > Martin Jansa (1): >

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Martin Jansa
But something like this inside of the external kernel module should work, right? If yes, then it could be moved to module.bbclass or something. At least as long as the RPATH is set correctly, that worked for me with some old 4.9 kernels in: https://github.com/shr-distribution/linux/commit/409f7adf

Re: [oe] [meta-oe][kirkstone][PATCH] packagegroup-meta-multimedia: restore x11 restriction for projucer

2023-10-22 Thread Martin Jansa
On Fri, Sep 29, 2023 at 1:26 PM Martin Jansa via lists.openembedded.org wrote: > * it was removed in: > > https://git.openembedded.org/meta-openembedded/commit/?id=deb11a823c32d4090b3724a589641810e06df6bc > * but still needed as shown in world build without x11 in DISTRO_FEATU

Re: [oe] [meta-oe][PATCH] leveldb: Upgrade to 1.23 plus latest git

2023-10-20 Thread Martin Jansa
d of sleep(), lets see tomorrow). On Fri, Oct 20, 2023 at 2:47 PM Martin Jansa via lists.openembedded.org wrote: > On Tue, Oct 17, 2023 at 7:17 PM Khem Raj wrote: > >> Switch to git submods as it needs gtest and benchmarks checked out at a >> particular commit >> > >

[oe] [meta-oe][PATCH] leveldb: prevent installing gtest

2023-10-20 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...s.txt-fix-googletest-related-options.patch | 55 +++ meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb | 4 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-dbs/leveldb/leveldb/0001-CMakeLists.txt-fix-googletest

Re: [oe] [meta-oe][PATCH] leveldb: Upgrade to 1.23 plus latest git

2023-10-20 Thread Martin Jansa
On Tue, Oct 17, 2023 at 7:17 PM Khem Raj wrote: > Switch to git submods as it needs gtest and benchmarks checked out at a > particular commit > But it probably shouldn't install gtest files as this now causes conflicts when leveldb is used in component which itself also depends on gtest e.g. lev

Re: [oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"

2023-10-20 Thread Martin Jansa
do_prepare_recipe_sysroot doesn't install any packages to RSS. Only package manager on target or in do_rootfs uses packages. It installs the files from dependency populate_sysroot task. On Fri, Oct 20, 2023 at 9:11 AM Samuli Piippo wrote: > Dependency to the recipe name will always install all

Re: [oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"

2023-10-20 Thread Martin Jansa
No, it installs whatever recipe stages in do_populate_sysroot which is controlled by SYSROOT_DIRS, so the solution still makes sense to me as explained before and IMHO is better than the alternatives (changing the protobuf .cmake files to be different in sysroot and in PN-dev). On Fri, Oct 20, 202

[oe] [meta-oe][PATCH] opencv: refresh protobuf-v22 compatibility patch with backported version

2023-10-18 Thread Martin Jansa
* as a bonus it fixes building with tests PACKAGECONFIG enabled as reported in: https://github.com/openembedded/meta-openembedded/commit/225ce6a14a8110ab6b573b4dc9f5297a03d17e0f#r129831882 Signed-off-by: Martin Jansa --- .../opencv/fix-build-with-protobuf-v22.patch | 385

Re: [oe][meta-oe][PATCH 1/1] nodejs: upgrade 18.17.1 -> 20.5.1

2023-10-18 Thread Martin Jansa
_uring calls, definitely best long-term solution as more and more tools will now switch to io_uring, but without active maintainer of pseudo it might be _very_ difficult to implement this and there aren't many people willing to touch this beast. Any opinions? On Mon, Oct 2, 2023 at 7:08 PM Martin

Re: [oe] [meta-oe][PATCH 1/2] lvgl: lv-drivers: Allow empty package

2023-10-18 Thread Martin Jansa
Marek Vasut wrote: > The lv-drivers main package is empty, since all the headers end up > in the -dev variant and static library archive ends up in -staticdev > variant. Mark the main package as ALLOW_EMPTY. > > Signed-off-by: Marek Vasut > --- > Cc: Fabio Estevam > Cc:

Re: [oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"

2023-10-18 Thread Martin Jansa
On Wed, Oct 18, 2023 at 5:27 PM Ross Burton wrote: > On 18 Oct 2023, at 13:28, Samuli Piippo wrote: > > I don't quite see why every project/recipe should fix this independently > when the simple workaround for this yocto-specific issue is available > (namely the use of SYSROOT_DIRS). > > I’d say

[oe] [meta-oe][PATCH] nodejs: update to latest v20 version 20.8.1

2023-10-18 Thread Martin Jansa
devel/message/105308 and further debugged in: https://github.com/shr-project/com.webos.app.minimal/tree/recipes which shows that it's easily reproducible with plain webpack "Hello world". Signed-off-by: Martin Jansa --- .../nodejs/{nodejs_20.5.1.bb => nodejs_20.8.1.bb}

Re: [oe] [OE-Core][PATCH v14 01/11] package.bbclass: override tar with tar-native

2023-10-15 Thread Martin Jansa
Wrong ML, oe-core patches should go to openembedded-c...@lists.openembedded.org On Sun, Oct 15, 2023 at 3:19 PM Piotr Łobacz wrote: > Due to the bugs https://savannah.gnu.org/bugs/?61934 and > https://savannah.gnu.org/bugs/?59184, which are fixed in > tar version 1.35, we need to force yocto to

[oe] [meta-oe][PATCH] opencv: Fix build with protobuf v22 and dnn enabled

2023-10-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../opencv/fix-build-with-protobuf-v22.patch | 412 ++ .../recipes-support/opencv/opencv_4.8.0.bb| 3 +- 2 files changed, 414 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/opencv/opencv/fix-build-with-protobuf-v22

Re: [oe] What are the plans for the nanbield branch?

2023-10-05 Thread Martin Jansa
FWIW: I prefer oe-core keeping master and nanbield in sync (even using the same SHAs) until they really need to be different Now there is the Maintainer change in READMEs already applied in nanbield, so the commits from master won't be idential SHAs. Next time it would be IMHO better to delay merg

Re: [oe] [PATCH v3 1/9] protobuf: upgrade 3.21.12 -> 4.22.2

2023-10-05 Thread Martin Jansa
On Thu, Oct 5, 2023 at 3:01 PM Martin Jansa via lists.openembedded.org wrote: > This breaks opencv builds with dnn PACKAGECONFIG is enabled. > > opencv is using -std=c++11 and now > recipe-sysroot/usr/include/google/protobuf/stubs/common.h > includes absl/strings/string_view.h w

Re: [oe] [PATCH v3 1/9] protobuf: upgrade 3.21.12 -> 4.22.2

2023-10-05 Thread Martin Jansa
This breaks opencv builds with dnn PACKAGECONFIG is enabled. opencv is using -std=c++11 and now recipe-sysroot/usr/include/google/protobuf/stubs/common.h includes absl/strings/string_view.h which fails with opencv/4.8.0/recipe-sysroot/usr/include/absl/base/policy_checks.h:79:2: error: #error "C++

Re: [oe][meta-oe][PATCH 1/1] nodejs: upgrade 18.17.1 -> 20.5.1

2023-10-02 Thread Martin Jansa
On Thu, Sep 28, 2023 at 11:13 AM Polampalli, Archana via lists.openembedded.org wrote: > Update to latest release of latest LTS 20 release > > * node v20 introduces several new features and fixes many bugs and > CVEs as shown in [1] > > * Refresh 0001-liftoff-Correct-function-signatures.p

Re: [oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"

2023-10-01 Thread Martin Jansa
On Sun, Oct 1, 2023 at 12:31 PM Clément Péron wrote: > Hi Martin, > > On Sun, 1 Oct 2023 at 12:11, Martin Jansa wrote: > > > > well, target bindir isn't in default PATH so it wont get executed by > default > > Is it a reason to allow mixing executable arch/tun

Re: [oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"

2023-10-01 Thread Martin Jansa
well, target bindir isn't in default PATH so it wont get executed by default I have used this work around in some meta-ros recipes where the .cmake file was checking the binary existence even when this .cmake was used only to get right list of libraries to link with (and the binary was not called

[oe] [meta-oe][PATCH 2/2] meta-oe/dynamic-layers: add one more missing Upstream-Status and fix one malformed

2023-09-29 Thread Martin Jansa
c/lirc/0001-Unbolt-ubuntu-hack.patch) those were caught by patchreview.py again, but executed on dynamic-layers/* as: openembedded-core# for l in /OE/layers/meta-openembedded/meta-oe/dynamic-layers/*; do ./scripts/contrib/patchreview.py -v $l > $l.qa-patches; done Signed-off-by: Martin Jans

[oe] [meta-oe][PATCH 1/2] meta-oe/dynamic-layers: add Upstream-Status where missing

2023-09-29 Thread Martin Jansa
ian/system/core/fix-gettid-exception-declaration.patch Signed-off-by: Martin Jansa --- .../openbox/openbox-xdgmenu/fix-menu-generation.patch | 2 ++ .../openbox/openbox-xdgmenu/port-gnome-menus3.patch | 2 ++ .../lirc/0001-Fix-build-on-32bit-arches-with-64bit-time_t.pat

[oe] [meta-oe][kirkstone][PATCH] packagegroup-meta-multimedia: restore x11 restriction for projucer

2023-09-29 Thread Martin Jansa
buildable dependency chain was: ['projucer'] 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.b

Re: [oe] [meta-oe][kirkstone][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-29 Thread Martin Jansa
Armin: please ignore this one, wrong branch, will send the right one shortly (after coffee). On Fri, Sep 29, 2023 at 12:48 PM Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ > meta-networ

[oe] [meta-oe][kirkstone][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch| 2 ++ 3 files changed, 6 insertions(+) diff --git a

Re: [oe] [meta-oe][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-27 Thread Martin Jansa
On Wed, Sep 27, 2023 at 10:22 PM Martin Jansa via lists.openembedded.org wrote: > Which one? Can you send v2 of your changes as you clearly know the correct > status better than me? > Sorry, it's clear which one you were referring to (just beer or gmail was playing games with

Re: [oe] [meta-oe][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-27 Thread Martin Jansa
Which one? Can you send v2 of your changes as you clearly know the correct status better than me? On Wed, Sep 27, 2023 at 10:21 PM Clément Péron wrote: > Hi Martin > > On Wed, 27 Sept 2023 at 22:11, Martin Jansa > wrote: > > > > Signed-off-by: Martin Jansa > > --

Re: [oe] [meta-oe][PATCH 1/4] gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status

2023-09-27 Thread Martin Jansa
Done and added 3 more missing Upstream-Status which are missing only in master-next. On Wed, Sep 27, 2023 at 9:10 PM Khem Raj wrote: > can you rebase it on master-next > > On Wed, Sep 27, 2023 at 3:49 AM Martin Jansa > wrote: > > > > * Accepted was replaced wit

[oe] [meta-oe][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-27 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch| 2 ++ 3 files changed, 6 insertions(+) diff --git a

[oe] [meta-oe][PATCH] mozjs: use PV in MULTILIB_SCRIPTS

2023-09-27 Thread Martin Jansa
ff-by: Martin Jansa --- v2: just rebase on top of master-next meta-oe/recipes-extended/mozjs/mozjs-102_102.15.1.bb | 7 --- meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb | 7 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-extended/mozjs/mozjs-102_102

[oe] [meta-oe][PATCH] gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status

2023-09-27 Thread Martin Jansa
ttps://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : meta-webserver.qa-patches-Upstream-Status: Accepted [https://svn.apache.org/viewvc?view=revision&revision=1909241]' (/OE/layers/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0011-mo

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