[oe] [meta-oe][master-next][PATCH] source-han-sans-*-fonts: move common part to .inc file

2024-05-23 Thread Martin Jansa
* only SUMMARY, ZIPNAME and SRC_URI checksums are different * rename the .conf file to match BPN to simplify even more Signed-off-by: Martin Jansa --- conf => 44-source-han-sans-cn-fonts.conf} | 0 .../source-han-sans-cn-fonts_2.004.bb | 29 ++ .../ttf-fonts/sou

Re: [oe] [meta-oe][PATCH v2] source-han-sans-*-fonts: rename downloaded files in SRC_URI

2024-05-23 Thread Martin Jansa
Thanks looks better, it can be simplified further, see: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master=80fdbf37b3252ed263091fafe6a156655f1a89fb Please review and if you agree with it, I'll test it and send it for master-next. Notice that there is inconsistent use

Re: [oe] [meta-oe][PATCH] source-han-sans-*-fonts: rename downloaded files in SRC_URI

2024-05-23 Thread Martin Jansa
I think you can use ${BP} for downloafilename. On Thu, May 23, 2024 at 9:51 AM Alexandre Truong via lists.openembedded.org wrote: > > In commit [0], we've switched away from SVN fetcher in SRC_URI. > The archives downloaded are named SourceHanSans*.zip > They are named this way regardless of the

[oe] [meta-oe][PATCH] nodejs-oe-cache-native: use UNPACKDIR

2024-05-22 Thread Martin Jansa
-20.13) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Martin Jansa --- .../recipes-devtools/nodejs/nodejs-oe-cache-native_20.13.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH v2] source-han-sans-*-fonts: fix SRC_URI

2024-05-18 Thread Martin Jansa
On Fri, May 17, 2024 at 3:07 PM Alexandre Truong via lists.openembedded.org wrote: > > We get fetch errors from the SRC_URI provided. See errors at [0]. > svn protocol was used but it's deprecated. For the record the svn protocol itself isn't deprecated in bitbake fetcher, just github no longer

Re: [oe] [meta-oe][PATCH 1/4] source-han-sans-tw-fonts: fix url

2024-05-17 Thread Martin Jansa
S = "${WORKDIR}/${BP}" This is the default, so you can just drop this and I would squash all 4 as it's almost the same change across 4 almost identical recipes. On Fri, May 17, 2024 at 11:48 AM Alexandre Truong via lists.openembedded.org wrote: > > We get fetch errors from the SRC_URI

[oe] [meta-oe][PATCHv2] freerdp: fix build with gcc-14

2024-05-14 Thread Martin Jansa
ble-pointer-types] Signed-off-by: Martin Jansa --- ...mpilation-warnings-in-ainput-channel.patch | 72 +++ .../recipes-support/freerdp/freerdp_2.11.7.bb | 3 +- 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/freerdp/freerdp/0001-Fi

[oe] [meta-oe][PATCH] freerdp: fix build with gcc-14

2024-05-14 Thread Martin Jansa
ble-pointer-types] Signed-off-by: Martin Jansa --- ...mpilation-warnings-in-ainput-channel.patch | 72 +++ .../recipes-support/freerdp/freerdp_2.11.7.bb | 5 +- 2 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-support/freerdp/freerdp/0001-Fi

Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Martin Jansa
. On Tue, May 14, 2024 at 5:17 PM Khem Raj wrote: > > On Mon, May 13, 2024 at 11:39 PM Martin Jansa wrote: > > > > On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org > > wrote: > > > > > > Partially backport a fix to build with gcc-14

Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Martin Jansa
On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org wrote: > > Partially backport a fix to build with gcc-14 It fixes it only partially, right? I'm stills seeing: freerdp/2.11.7/git/libfreerdp/core/info.c:88:39: error: initialization of 'const WCHAR *' {aka 'const short unsigned

Re: [oe] [meta-oe][PATCH 1/2] malcontent-ui: add malcontent to RDEPENDS

2024-05-13 Thread Martin Jansa
If libmalcontent-ui-1.so.1 links with libmalcontent-0.so.0 then this should be build-time DEPENDS (and then shlibs code in do_package will automatically add malcontent to RDEPENDS. On Mon, May 13, 2024 at 10:07 PM Markus Volk via lists.openembedded.org wrote: > > This fixes: > ERROR:

Re: [oe] CVE checks failures for meta-oe

2024-05-08 Thread Martin Jansa
see https://lists.openembedded.org/g/openembedded-devel/message/110191 and https://github.com/openembedded/meta-openembedded/issues/817 and https://lists.openembedded.org/g/openembedded-devel/message/110196 we're just waiting for Armin to merge the fix. On Wed, May 8, 2024 at 11:45 PM Alexandre

[oe] [meta-python][PATCH] python3-grpcio: Fix build with gcc-14

2024-05-05 Thread Martin Jansa
),\ |^~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~ Signed-off-by: Martin Jansa --- ..._Generic-only-if-defined-__cplusplus.patch | 74

[oe] [meta-oe][PATCH] libdeflate: fix build with -mcpu=cortex-a76+crypto without -march=armv8.2-a+crypto

2024-05-04 Thread Martin Jansa
* fixes: https://github.com/ebiggers/libdeflate/issues/369 Signed-off-by: Martin Jansa --- ...e-explicit-armv8.2-a-on-gcc-13.2-and.patch | 57 +++ .../libdeflate/libdeflate_1.20.bb | 5 +- 2 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 meta

[oe] [meta-oe][PATCH] spdlog=v1.14.1

2024-05-04 Thread Martin Jansa
=a40b1fa392d20ebb29e38374d0f7ce1494bb797f causes: undefined reference to `spdlog::get(char const*)' in various consumers, more details in: https://github.com/gabime/spdlog/issues/3081 Signed-off-by: Martin Jansa --- .../spdlog/{spdlog_1.14.0.bb => spdlog_1.14.1.bb} | 2 +-

Re: [oe] [PATCH] nodejs-oe-cache: fix offline install of dependencies

2024-05-03 Thread Martin Jansa
On Fri, May 3, 2024 at 11:52 AM Martin Jansa via lists.openembedded.org wrote: > > Thanks, perfect timing, I've just sent e-mail reply to nodejs upgrade > that npm-10.5.0 upgrade broke this. Will test your change now. Thanks! And it works for me, thanks again

Re: [oe] [PATCH] nodejs-oe-cache: fix offline install of dependencies

2024-05-03 Thread Martin Jansa
Thanks, perfect timing, I've just sent e-mail reply to nodejs upgrade that npm-10.5.0 upgrade broke this. Will test your change now. Thanks! On Fri, May 3, 2024 at 11:42 AM Martin Hundeb?ll via lists.openembedded.org wrote: > > Apparently, npm has changed its request accept header, so that cache

Re: [oe][meta-oe][PATCH 1/1] nodejs: upgrade 20.11.1 -> 20.12.2

2024-05-03 Thread Martin Jansa
Hi, since this update I'm seeing couple of npmsw:// recipes failing with ENOTCACHED for various dependencies, e.g.: npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/documentation failed: cache mode is 'only-if-cached' but no cached response is available. -- npm ERR! code

Re: [oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-04-30 Thread Martin Jansa
On Tue, Apr 30, 2024 at 9:28 AM Yu, Mingli wrote: > > > > On 4/30/24 15:16, Martin Jansa wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content i

Re: [oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-04-30 Thread Martin Jansa
On Wed, Mar 27, 2024 at 8:16 AM Yu, Mingli wrote: > > From: Tim Orling > > * Also replace ${PYTHON_PN} with python3 > > Signed-off-by: Tim Orling > Signed-off-by: Khem Raj > (cherry picked from commit 182f31a182f6572a3538b875cec7ee761e2da1e6) > Signed-off-by: Mingli Yu ... > diff --git >

[oe] [meta-oe][scarthgap][master][PATCH] aravis: fix LICENSE and enable viewer PACKAGECONFIG only with GTK3DISTROFEATURES

2024-04-22 Thread Martin Jansa
LGPL-2.1 [obsolete-license] Signed-off-by: Martin Jansa --- meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb b/meta-multimedia/recipes-multimedia/aravis

[oe] [meta-multimedia][scarthgap][master][PATCH] gst-instruments: enable ui PACKAGECONFIG only with GTK3DISTROFEATURES

2024-04-22 Thread Martin Jansa
* fixes: ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES Signed-off-by: Martin Jansa --- .../recipes-support/gst

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-22 Thread Martin Jansa
or enable viewer PACKAGECONFIG only when wayland or x11 is in DISTRO_FEATURES. On Mon, Apr 22, 2024 at 8:17 AM Martin Jansa via lists.openembedded.org wrote: > > This is now triggering: > ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPL-2.1 > [obsolete-license] &g

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-22 Thread Martin Jansa
This is now triggering: ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPL-2.1 [obsolete-license] Looks like it should be LGPL-2.1-only, please send follow-up fix. On Fri, Apr 19, 2024 at 7:21 PM Perceval via lists.openembedded.org wrote: > > From: Perceval Arenou > > > --- >

[oe] [meta-oe][PATCH] freediameter: fix dependency from libidn to libidn2

2024-04-19 Thread Martin Jansa
DIAMID_IDNA_IGNORE or DIAMID_IDNA_REJECT Signed-off-by: Martin Jansa --- .../recipes-protocols/freediameter/freediameter_1.5.0.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb b/meta-networking

Re: [oe] [meta-python] obsolete distutils3-base.bbclass error

2024-04-17 Thread Martin Jansa
See https://github.com/openembedded/meta-openembedded/pull/811 On Wed, Apr 17, 2024 at 12:13 AM Mark Hatle via lists.openembedded.org wrote: > > In scarthgap/master, I still have a couple of recipes that haven't been moved > to > using the proper setuptools3-base class yet. However, including

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-16 Thread Martin Jansa
Target python recipes are already blacklisted since https://github.com/shr-project/meta-python2/commit/10c65fc18998d302f34634ffceaf31ab335056dd so meta-python2 already provides just python-native and necessary bbclasses (as pythonnative.bbclass and few others). So I don't want to add another

[oe] [meta-oe][PATCH] libjxl: drop -mfp16-format=ieee

2024-04-16 Thread Martin Jansa
* causes qemuarm failure as shown in: http://errors.yoctoproject.org/Errors/Details/761504/ and reported in: https://lists.openembedded.org/g/openembedded-devel/message/109812 Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb | 4 1 file changed, 4

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Martin Jansa
If you need it just for some experiments than feel free to use: https://github.com/shr-project/meta-python2/commits/jansa/master/ which I've already updated (for built time benchmark which historically included qtwebengine as well https://github.com/shr-project/test-oe-build-time). But for

Re: [oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-08 Thread Martin Jansa
> > > > > > I couldn't reproduce the build failure. What am I missing? > > > > removing meta-filesystems from your bblayers.conf > > no, I'm asking about the musl basename() related build failure. > > The build failure about fuse3 dependency is quite obvious. > In my local build, I moved the

Re: [oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-08 Thread Martin Jansa
On Mon, Apr 8, 2024 at 3:50 PM Fathi Boudra wrote: > > Hi Khem, > > On Sat, 6 Apr 2024 at 03:04, Khem Raj wrote: > > > > fails with latest musl > > > > https://errors.yoctoproject.org/Errors/Details/761688/ > > I tried to reproduce: > > local.conf: > MACHINE = "qemuarm64" > TCLIBC = "musl" >

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

2024-04-06 Thread Martin Jansa
On Fri, Apr 5, 2024 at 5:18 PM Khem Raj wrote: > > Can you try to comment out > >CXXFLAGS:append:arm = " -mfp16-format=ieee" > > for a test ? Yes, that fixes the build on qemuarm. > On Fri, Apr 5, 2024 at 12:13 AM Martin Jansa wrote: >

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

2024-04-05 Thread Martin Jansa
/libjxl/0.10.2/git/third_party/skcms/src/Transform_inl.h:155:24: note: called from here 155 | return vcvt_f32_f16((float16x4_t)half); |^~~ On Fri, Apr 5, 2024 at 8:48 AM wrote: > > Does this also happen if you add '-mfpu=neon' to CXXFLAGS ? > >

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

2024-04-05 Thread Martin Jansa
> btw what is your 32bit multilib defaultltune in this failing case none of the public ones, that's why I wanted to reproduce it with generic qemuarm first, will trigger the build and report back On Fri, Apr 5, 2024 at 8:54 AM Khem Raj wrote: > > On Thu, Apr 4, 2024 at 10:55 PM Mar

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

2024-04-04 Thread Martin Jansa
I'm seeing build failure in 32bit arm builds (with multilib): lib32-libjxl/0.10.2/recipe-sysroot-native/usr/lib/arm-oemllib32-linux-gnueabi/gcc/arm-oemllib32-linux-gnueabi/13.2.0/include/arm_neon.h:7526:1: error: inlining failed in call to 'always_inline' 'float32x4_t vcvt_f32_f16(float16x4_t)':

Re: [oe] [meta-oe][PATCHv2] webkitgtk3: update 2.42.5 -> 2.44.0

2024-04-02 Thread Martin Jansa
openembedded-core/scripts/contrib/patchreview.py shows: Malformed Upstream-Status 'Malformed Upstream-Status in patch Upstream-Status: Backport[https://github.com/WebKit/WebKit/commit/2922af379dc70b4b1a63b01d67179eb431f03ac4]'

Re: [oe] [meta-gnome][PATCH 1/2] gnome-control-center: update 45.3 -> 46.0

2024-04-02 Thread Martin Jansa
Please restore Upstream-Status: Inappropriate [OE specific] in the meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch On Mon, Mar 18, 2024 at 6:11 PM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- >

[oe] [meta-oe][RFC][PATCH] gtkmm4: add x11 to REQUIRED_DISTRO_FEATURES

2024-03-29 Thread Martin Jansa
* depends on pangomm-2.48 which has x11 in REQUIRED_DISTRO_FEATURES * maybe pangomm-2.48 should be adjusted to use GTK3DISTROFEATURES like regular pangomm in : https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap=9abe74eb0bd53316b0bb3fe1d241c83e2674e72e Signed-off-by: Martin

Re: [oe] [meta-filesystems][PATCH 2/2] xfstests: Fix build with musl >= 1.2.5

2024-03-25 Thread Martin Jansa
On Mon, Mar 25, 2024 at 6:57 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > ...-libgen.h-for-basename-API-prototype.patch | 84 +++ > ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++ > .../xfstests/xfstests_2024.03.03.bb | 2 + > 3 files changed,

[oe] [meta-filesystems][PATCH] xfstests: upgrade to v2024.03.03

2024-03-22 Thread Martin Jansa
* drop 0003-tests-Makefile-make-sure-group.list-DIRT-exists-befo.patch which was merged upstream Signed-off-by: Martin Jansa --- ...ake-sure-group.list-DIRT-exists-befo.patch | 239 -- ...s_2024.01.14.bb => xfstests_2024.03.03.bb} | 3 +- 2 files changed, 1 insertion(+),

[oe] [meta-oe][PATCH] freerdp3: disable shadow without x11

2024-03-22 Thread Martin Jansa
/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindX11.cmake:665 (find_package_handle_standard_args) server/shadow/X11/CMakeLists.txt:1 (find_package) Signed-off-by: Martin Jansa --- meta-oe/recipes-support/freerdp/freerdp3_3.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2024-03-22 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 -O2 -D

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

2024-03-17 Thread Martin Jansa
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: Martin Jansa On Sun

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
tatus: $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 ++ ...1-fix-bug

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

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=32eefcf1ca97a08ea85f62a72b676e447

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
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, 17 insertions(+), 17 deletions

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 as > &g

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

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

[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-packaging-native fr

[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-apps/ristretto/rist

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

2024-02-27 Thread Martin Jansa
bus.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/networkmanager-fortisslvpn_1.4.0.bb

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

2024-02-27 Thread Martin Jansa
/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-packaging-native from OE

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

2024-02-24 Thread Martin Jansa
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(+), 1 deletion(

[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

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

2024-02-18 Thread Martin Jansa
. 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(+), 2

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

2024-01-26 Thread Martin Jansa
aa12) 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 ++ .../recipes-multimedia/jack/jack_1.9.22.bb| 5 +-

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

2024-01-22 Thread Martin Jansa
ython3.12 /usr/lib/python3.12/site-packages /usr/lib/python3.12/site-packages/_ldb_text.py /usr/lib/python3.12/site-packages/ldb.so /usr/lib/python3.12/site-packages/.debug /usr/lib/python3.12/site-packages/.debug/ldb.so Please set FILES such that these items are packaged. Alternati

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

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

2023-12-22 Thread Martin Jansa
, 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, I've sent addition

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

2023-12-22 Thread Martin Jansa
epends 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 > w

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

2023-12-22 Thread Martin Jansa
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-CMakeLists.

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

2023-12-22 Thread Martin Jansa
96 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 built s

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

2023-12-22 Thread Martin Jansa
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 --- a/meta-

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

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,

[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 insertions(+), 2 deletions(-)

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===*=crash=both= There was even reply from

[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-support/poco/poco_1.12.3.bb

[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

[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

[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
und 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, tried pkgconfig Signed-off-by: Martin Jan

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

2023-12-06 Thread Martin Jansa
to 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
90:s = s.split(":")[1] 0091:r = "" 0092:if s.count('-'): 0093:r = s.rsplit("-", 1)[1] Exception: ValueError: invalid literal for int() with base 10: 'SyntaxWarning' ERROR: Logfile of failure stored in: /OE/build/luneos-kirkstone/tm

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

  1   2   3   4   5   6   7   8   9   10   >