Re: [oe] [meta-oe][PATCH 1/3] libsdl2-ttf: require distro feature opengl

2025-09-03 Thread Ross Burton via lists.openembedded.org
On 3 Sep 2025, at 07:25, hongxu via lists.openembedded.org wrote: > > Make libsdl2-ttf require distro feature opengl. Otherwise it fails > to build world if 'opengl' doesn't exist in DISTRO_FEATURES. > ... > |ERROR: Nothing PROVIDES 'virtual/egl' (but > meta-openembedded/meta-oe/recipes-graphic

[oe] [PATCH 2/4] udpcast: add missing manpages PACKAGECONFIG

2025-02-26 Thread Ross Burton via lists.openembedded.org
The manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: QA Issue: udpcast: invalid PACKAGECONFIG: manpages [invalid-packageconfig] There is not an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-

[oe] [PATCH 3/4] pureftp: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb

[oe] [PATCH 1/4] ifenslave: remove manpages class

2025-02-26 Thread Ross Burton via lists.openembedded.org
This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton --- meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb b

[oe] [PATCH 4/4] gstd: disable gtk-doc

2025-02-26 Thread Ross Burton via lists.openembedded.org
The API documentation should be buildable with gtk-doc, but it fails for some reason: gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml Leave the gtk-doc class inherited, but temporarily disable it until this is fixed. Signed-off-by: Ross Burton --- meta-multimedia/recipes

[oe] [PATCH v2 23/23] postgresql: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs

[oe] [PATCH v2 10/23] poke: remove obsolete acpaths

2025-02-26 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also switch to out-of-tree builds as this appear to work now. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/poke/poke_4.2.bb | 4 1 file changed, 4 deletions(-) diff --git a/

[oe] [PATCH v2 15/23] neon: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-support/neon/neon_0.33.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes-support/neon

[oe] [PATCH v2 04/23] zsh: add missing manpages PACKAGECONFIG

2025-02-26 Thread Ross Burton via lists.openembedded.org
e manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton --- meta-oe/recipes-shells/zsh/zsh_5.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.bb index 7940970e45..e867926f79

[oe] [PATCH v2 22/23] cgdb: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb b/meta-oe/recipes-devtools/cgdb

[oe] [PATCH v2 17/23] neon: remove obsolete class-native override

2025-02-26 Thread Ross Burton via lists.openembedded.org
This prefix override for native builds is no longer needed. Signed-off-by: Ross Burton --- meta-oe/recipes-support/neon/neon_0.33.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes-support/neon/neon_0.33.0.bb index

[oe] [PATCH v2 21/23] log4cpp: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb b/meta-oe/recipes-support

[oe] [PATCH v2 08/23] lftp: remove obsolete acpaths

2025-02-26 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also remove an obsolete FILES:PN-dbg as the debug package is packaged automatically. Signed-off-by: Ross Burton --- meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | 3 --- 1

[oe] [PATCH v2 20/23] tk: exclude aclocal so existing macros are used

2025-02-26 Thread Ross Burton via lists.openembedded.org
This package has hand-coded aclocal.m4 so ensure that we don't run aclocal. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb b/meta-oe/recipes-devtools/tcltk/tk_9.0

[oe] [PATCH v2 19/23] monit: fix autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-support/monit/monit_5.34.4.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/monit/monit_5.34.4.bb b/meta-oe

[oe] [PATCH v2 13/23] tigervnc: simplify xserver unpack and build

2025-02-26 Thread Ross Burton via lists.openembedded.org
configure are obsolete so remove them. Signed-off-by: Ross Burton --- .../tigervnc/tigervnc_1.14.1.bb | 59 +++ 1 file changed, 8 insertions(+), 51 deletions(-) diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb b/meta-oe/recipes-graphics/tigervnc

[oe] [PATCH v2 16/23] neon: use gettext class

2025-02-26 Thread Ross Burton via lists.openembedded.org
Just use the gettext class to simplify the enable/disabling of NLS support. Signed-off-by: Ross Burton --- meta-oe/recipes-support/neon/neon_0.33.0.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes

[oe] [PATCH v2 18/23] xmlrpc-c: use autoreconf

2025-02-26 Thread Ross Burton via lists.openembedded.org
Add a patch to not use AM_INIT_AUTOMAKE as automake isn't actually used, and just let autotools.bbclass run autoreconf. Signed-off-by: Ross Burton --- .../xmlrpc-c/xmlrpc-c/no-automake.patch| 18 ++ .../xmlrpc-c/xmlrpc-c_1.60.03.bb | 7 +++ 2

[oe] [PATCH v2 09/23] php: remove obsolete acpaths

2025-02-26 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/php/php_8.2.26.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php_8.2.26.bb b/meta-oe/recip

[oe] [PATCH v2 14/23] tigervnc: small cleanups

2025-02-26 Thread Ross Burton via lists.openembedded.org
Add some implicit dependencies which are explicitly checked for, a small comment, and remove an obsolete FILES:PN-dbg. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes

[oe] [PATCH v2 12/23] tigervnc: fix systemd unit packaging

2025-02-26 Thread Ross Burton via lists.openembedded.org
Pass the correct path so the unit is installed where it should be, and use the systemd class to ensure the unit is enabled correctly. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a

[oe] [PATCH v2 11/23] libgphoto2: remove redundant autoconfing

2025-02-26 Thread Ross Burton via lists.openembedded.org
The configure scripts do the right thing now, so there's no need to patch configure.ac or manually invoke the sub-configure. Also remove obsolete FILES, -dbg is packaged automatically and we don't install .la files. Signed-off-by: Ross Burton --- ...01-configure.ac-remove-AM_PO_SUB

[oe] [PATCH v2 07/23] zsh: modernise autoconf use

2025-02-26 Thread Ross Burton via lists.openembedded.org
No need to manually write do_configure, the config.h.in is generated with autoheader so don't disable that, but disable aclocal as that file is hand-maintained. Signed-off-by: Ross Burton --- meta-oe/recipes-shells/zsh/zsh_5.9.bb | 9 ++--- 1 file changed, 2 insertions(+), 7 dele

[oe] [PATCH v2 06/23] zsh: enable out-of-tree builds

2025-02-26 Thread Ross Burton via lists.openembedded.org
This appears to work, so use it. Signed-off-by: Ross Burton --- meta-oe/recipes-shells/zsh/zsh_5.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.bb index e867926f79..b0961fd789 100644 --- a/meta

[oe] [PATCH v2 01/23] cpuid: fix stripping

2025-02-26 Thread Ross Burton via lists.openembedded.org
format of the input file `.../image/usr/bin/cpuid' Set INSTALL_STRIP='' so that the binaries are not stripped, and remove the INSANE_SKIP for already-stripped. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb | 4 +--- 1 file changed, 1 insertion

[oe] [PATCH v2 03/23] libsdl2-image: upgrade to 2.8.5

2025-02-26 Thread Ross Burton via lists.openembedded.org
Upstream rebuilt the 2.8.4 tarball[1] so builds without an existing download fail. License-Update: copyright years updated. [1] https://github.com/libsdl-org/SDL_image/issues/515 Signed-off-by: Ross Burton --- .../libsdl/{libsdl2-image_2.8.4.bb => libsdl2-image_2.8.5.bb} | 4 ++-- 1 f

[oe] [PATCH v2 05/23] iksemel: remove

2025-02-26 Thread Ross Burton via lists.openembedded.org
Iksemel is a XML parser library that was designed for Jabber applications, but it has no users and hasn't been maintained for 14 years. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-oe.bb | 1 - .../iksemel/avoid-obsolete-gnutls-apis.patch

[oe] [PATCH v2 02/23] poke: enable out of tree builds

2025-02-26 Thread Ross Burton via lists.openembedded.org
--- meta-oe/recipes-devtools/poke/poke_4.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb index eb840435c0..130eb32211 100644 --- a/meta-oe/recipes-devtools/poke/poke_4.2.bb +++ b/meta-

[oe] [PATCH 7/7] tigervnc: small cleanups

2025-02-25 Thread Ross Burton via lists.openembedded.org
Add some implicit dependencies which are explicitly checked for, a small comment, and remove an obsolete FILES:PN-dbg. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes

[oe] [PATCH 4/7] libgphoto2: remove redundant autoconfing

2025-02-25 Thread Ross Burton via lists.openembedded.org
The configure scripts do the right thing now, so there's no need to patch configure.ac or manually invoke the sub-configure. Also remove obsolete FILES, -dbg is packaged automatically and we don't install .la files. Signed-off-by: Ross Burton --- ...01-configure.ac-remove-AM_PO_SUB

[oe] [PATCH 5/7] tigervnc: fix systemd unit packaging

2025-02-25 Thread Ross Burton via lists.openembedded.org
Pass the correct path so the unit is installed where it should be, and use the systemd class to ensure the unit is enabled correctly. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a

[oe] [PATCH 6/7] tigervnc: simplify xserver unpack and build

2025-02-25 Thread Ross Burton via lists.openembedded.org
configure are obsolete so remove them. Signed-off-by: Ross Burton --- .../tigervnc/tigervnc_1.14.1.bb | 59 +++ 1 file changed, 8 insertions(+), 51 deletions(-) diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb b/meta-oe/recipes-graphics/tigervnc

[oe] [PATCH 1/7] lftp: remove obsolete acpaths

2025-02-25 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also remove an obsolete FILES:PN-dbg as the debug package is packaged automatically. Signed-off-by: Ross Burton --- meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | 3 --- 1

[oe] [PATCH 3/7] poke: remove obsolete acpaths

2025-02-25 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also switch to out-of-tree builds as this appear to work now. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/poke/poke_4.2.bb | 7 +-- 1 file changed, 1 insertion(+), 6 del

[oe] [PATCH 2/7] php: remove obsolete acpaths

2025-02-25 Thread Ross Burton via lists.openembedded.org
As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/php/php_8.2.26.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php_8.2.26.bb b/meta-oe/recip

Re: [oe] [meta-oe][PATCH] capnproto: remove binary checking from target cmake file

2025-02-02 Thread Ross Burton via lists.openembedded.org
On 2 Feb 2025, at 20:06, Gyorgy Sarvari via lists.openembedded.org wrote: > +do_install:append:class-target() { > + # delete lines checking files in bindir, e.g. this: > + # list(APPEND _cmake_import_check_files_for_CapnProto::capnp_tool > "${_IMPORT_PREFIX}/bin/capnp" ) > + sed -i "/.*_cmake

Re: [oe] [PATCH 4/4] ntp: set CONFIG_SITE in do_compile

2025-01-24 Thread Ross Burton via lists.openembedded.org
On 24 Jan 2025, at 17:12, Khem Raj wrote: > On Fri, Jan 24, 2025 at 6:34 AM Ross Burton via lists.openembedded.org > wrote: > Recent changes in to the autotools class in core means that it no longer > sets CONFIG_SITE for compile tasks. However, ntp decides to reconfigure > i

[oe] [PATCH 2/4] php: cleanup autoconf fettling

2025-01-24 Thread Ross Burton via lists.openembedded.org
This autoconf manipulation is very old and appears to be obsolete now. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/php/php_8.2.26.bb | 8 1 file changed, 8 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php_8.2.26.bb b/meta-oe/recipes-devtools/php/php_8.2.26.bb

[oe] [PATCH 4/4] ntp: set CONFIG_SITE in do_compile

2025-01-24 Thread Ross Burton via lists.openembedded.org
Recent changes in to the autotools class in core means that it no longer sets CONFIG_SITE for compile tasks. However, ntp decides to reconfigure itself mid-build, so the CONFIG_SITE values are lost. Signed-off-by: Ross Burton --- meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb | 5 + 1

[oe] [PATCH 1/4] ncftp: update for autoconf changes in core

2025-01-24 Thread Ross Burton via lists.openembedded.org
ACLOCALEXTRAPATH is no longer used, so pass the required -I via EXTRA_AUTORECONF. Also explicitly disable aclocal as the aclocal is hand-maintained. Signed-off-by: Ross Burton --- meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[oe] [PATCH 3/4] syslog-ng: remove obsolete double-run of configure

2025-01-24 Thread Ross Burton via lists.openembedded.org
There do not appear to be libtool problems with syslog-ng, so the requirement to double-run autoreconf from 2017 must have been resolved. Signed-off-by: Ross Burton --- meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb | 9 - 1 file changed, 9 deletions(-) diff --git a/meta-oe

[oe] [PATCH 6/7] vk-gl-cts: control what targets get built

2024-12-09 Thread Ross Burton via lists.openembedded.org
Explicitly build the targets that are normally build. This seems like a no-op, but had the advantage of not pulling in vulkan-validationlayers which causes more fetches at configure time, and is only actually used by the developers of the test suite. Signed-off-by: Ross Burton --- meta-oe

[oe] [PATCH 1/7] etcd: don't set UPSTREAM_CHECK_COMMITS

2024-12-09 Thread Ross Burton via lists.openembedded.org
Upstream is tagging and the release checking works as expected: $ devtool check-upgrade-status -a etcd etcd 3.5.7 3.5.17 None 507c0de87bd5034e3de4ab76ebf96b54dae0cd52 Signed-off-by: Ross Burton --- meta-oe/recipes-extended/etcd/etcd_3.5.7.bb | 1 - 1

[oe] [PATCH 2/7] syzkaller: network in compile is not needed

2024-12-09 Thread Ross Burton via lists.openembedded.org
There appears to be no more network access in the compile task, so we can remove the flag. Signed-off-by: Ross Burton --- meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes

[oe] [PATCH 7/7] vk-gl-cts: don't require networking to configure

2024-12-09 Thread Ross Burton via lists.openembedded.org
ensure that it is up to date: the fragment will warn if the version doesn't match and devtool will do that automatically. Signed-off-by: Ross Burton --- .../vk-gl-cts/files/generate-srcuri.py| 131 ++ .../vk-gl-cts/khronos-cts.inc | 54 +++- .../

[oe] [PATCH 5/7] vk-gl-cts: use cmake-qemu

2024-12-09 Thread Ross Burton via lists.openembedded.org
Don't configure qemu+cmake manually, use the cmake-qemu class. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/me

[oe] [PATCH 4/7] vk-gl-cts: set the git tag regex for release checking

2024-12-09 Thread Ross Burton via lists.openembedded.org
Add BPN to the tag name to differentiate vulkan-cts and opengl-es-cts releases. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics

[oe] [PATCH 3/7] vk-gl-cts: fix EXTRA_OECMAKE

2024-12-09 Thread Ross Burton via lists.openembedded.org
Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index 0322ef453a..ea37425b9d 100644

[oe] [PATCH 2/2] classes/gpe: remove obsolete class

2024-12-04 Thread Ross Burton via lists.openembedded.org
xserver-common was the last recipe to use this, so remove it. Signed-off-by: Ross Burton --- meta-oe/classes/gpe.bbclass | 17 - 1 file changed, 17 deletions(-) delete mode 100644 meta-oe/classes/gpe.bbclass diff --git a/meta-oe/classes/gpe.bbclass b/meta-oe/classes

[oe] [PATCH 1/2] xserver-common: remove obsolete recipe

2024-12-04 Thread Ross Burton via lists.openembedded.org
Everyone should be using x11-common now (in oe-core) and this recipe hasn't been touched since 2018, so remove it. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-oe.bb | 1 - .../0001-COPYING-add-GPLv2-license-file.patch | 364 -- ...01-Don-t-in

[oe] [PATCH] xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies

2024-11-27 Thread Ross Burton via lists.openembedded.org
Use the new function to generate the missing dependencies, and thus we can remove the INSANE_SKIP. Signed-off-by: Ross Burton --- meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/xorg-xrdp

Re: [oe] [PATCH 01/21] blueman: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Note that this patchbomb depends on "[OE-core] [PATCH] classes-recipe/cython: handle builds with no .c sources”. Ross > On 14 Nov 2024, at 21:59, Ross Burton via lists.openembedded.org > wrote: > > Use the new cython class to avoid duplicated fixup code to remove build >

[oe] [PATCH 20/21] python3-yarl: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1

[oe] [PATCH 10/21] python3-pkcs11: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 19/21] python3-systemd: switch to python_setuptools_build_meta

2024-11-14 Thread Ross Burton via lists.openembedded.org
Switch to the modern build system, and sort the recipe assignments to be more idiomatic. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-systemd_235.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python

[oe] [PATCH 18/21] python3-sqlalchemy: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-sqlalchemy_2.0.35.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 07/21] python3-h5py: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-h5py_3.12.1.bb | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 21/21] python3-zeroconf: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-zeroconf_0.136.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 17/21] python3-reedsolo: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../python3-reedsolo/python3-reedsolo_2.1.0b1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python3-reedsolo

[oe] [PATCH 13/21] python3-pycocotools: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pycocotools_2.0.8.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 08/21] python3-kivy: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-kivy_2.3.0.bb | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 16/21] python3-pyzmq: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 15/21] python3-pystemd: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Also switch to python_setuptools_build_meta as there is a pyproject.toml. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [PATCH 14/21] python3-pyproj: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Also clean up DEPENDS: all variations need target proj and proj-native. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pyproj_3.7.0.bb | 13 ++--- 1 file changed, 2 insertions(+), 11

[oe] [PATCH 12/21] python3-propcache: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 11/21] python3-pocketsphinx: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pocketsphinx_5.0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 09/21] python3-pandas: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pandas_2.2.2.bb | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 06/21] python3-gevent: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-gevent_24.2.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 05/21] python3-frozenlist: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-frozenlist_1.4.1.bb| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 04/21] python3-dbus-fast: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Also remove obsolete setuptools/wheel build dependencies. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-dbus-fast_2.24.3.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff

[oe] [PATCH 01/21] blueman: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-connectivity/blueman

[oe] [PATCH 03/21] python3-cytoolz: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 02/21] python3-cchardet: inherit cython class

2024-11-14 Thread Ross Burton via lists.openembedded.org
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 1/2] gnome-desktop: remove X11 dependencies

2024-11-13 Thread Ross Burton via lists.openembedded.org
The dependencies on libxext and xrandr were removed in 3.21.4 (2016). This also means we can remove the check for the X11 DISTRO_FEATURE. Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff

[oe] [PATCH 2/2] gnome-desktop: add PACKAGECONFIGs for gtk3/gtk4 libraries

2024-11-13 Thread Ross Burton via lists.openembedded.org
Signed-off-by: Ross Burton --- .../recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb index

[oe] [PATCH 2/2] tk: tk 8 needs tcl 8

2024-11-12 Thread Ross Burton via lists.openembedded.org
oe-core now has Tcl 9, so Tk 8 needs to depend on tcl8 until we've upgraded tk to v9. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb b/meta-oe/re

[oe] [PATCH 1/2] iksemel: remove

2024-11-12 Thread Ross Burton via lists.openembedded.org
Iksemel is a XML parser library that was designed for Jabber applications, but it has no users and hasn't been maintained for 13 years. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-oe.bb | 1 - .../iksemel/avoid-obsolete-gnutls-apis.patch

[oe] [PATCH][meta-python 7/7] python3-pyproj: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pyproj_3.7.0.bb| 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 2/7] python3-gevent: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-gevent_24.2.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 4/7] python3-h5py: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-h5py_3.12.1.bb | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 6/7] python3-pycocotools: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pycocotools_2.0.8.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 5/7] python3-kivy: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-kivy_2.3.0.bb| 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 3/7] python3-pandas: inherit cython class

2024-11-07 Thread Ross Burton
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pandas_2.2.2.bb | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH][meta-python 1/7] python3-systemd: switch to python_setuptools_build_meta

2024-11-07 Thread Ross Burton
Switch to the modern build system, and sort the recipe assignments to be more idiomatic. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-systemd_235.bb | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python

[oe] [PATCH] tk: set AUTOTOOLS_SCRIPT_PATH instead of having to mess with S/../

2024-10-24 Thread Ross Burton
configure script is. This both makes the recipe clearer, and enables tk-src to be generated correctly. Signed-off-by: Ross Burton --- .../recipes-devtools/tcltk/tk/fix-xft.diff| 4 +-- meta-oe/recipes-devtools/tcltk/tk_8.6.15.bb | 34 ++- 2 files changed, 20 insertions

Re: [oe] [PATCH][meta-python 1/7] python3-importlib-metadata: add from openembedded-core

2024-08-06 Thread Ross Burton
Obviously these should be merged in conjunction with the oe-core removals, which are currently under review. Ross > On 6 Aug 2024, at 17:39, Ross Burton via lists.openembedded.org > wrote: > > This recipe is being removed from oe-core, so add to meta-python. > > Signed-o

[oe] [PATCH][meta-python 3/7] python3-py: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-py_1.11.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-py_1.11.0.bb diff --git a

[oe] [PATCH][meta-python 6/7] python3-toml: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../python/python3-toml_0.10.2.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb diff --git a

[oe] [PATCH][meta-python 7/7] python3-tomli: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../python/python3-tomli_2.0.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-tomli_2.0.1.bb diff --git a

[oe] [PATCH][meta-python 4/7] python3-pytest-runner: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../python/python3-pytest-runner_6.0.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-runner_6.0.1.bb diff

[oe] [PATCH][meta-python 5/7] python3-rfc3986-validator: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- ...e-pytest-runner-to-test_requirements.patch | 32 +++ .../python/python3-rfc3986-validator_0.1.1.bb | 24 ++ 2 files changed, 56 insertions(+) create mode 100644 meta

[oe] [PATCH][meta-python 1/7] python3-importlib-metadata: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../python3-importlib-metadata_8.2.0.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_8.2.0.bb

[oe] [PATCH][meta-python 2/7] python3-pathlib2: add from openembedded-core

2024-08-06 Thread Ross Burton
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton --- .../python/python3-pathlib2_2.3.7.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.7.bb diff

Re: [oe] [meta-oe][scarthgap][PATCH] postgresql: Break perl RDEPENDS

2024-08-05 Thread Ross Burton
> On 30 Jul 2024, at 21:33, Barry Grussling via lists.openembedded.org > wrote: > -DEPENDS = "libnsl2 readline tzcode-native" > +DEPENDS = "libnsl2 readline tzcode-native perl” This is a mandatory dependency on target perl, even if perl isn’t enabled. Is this actually needed, as there’s a de

Re: [oe] [meta-python][PATCH] python3-incremental: improve packaging

2024-07-18 Thread Ross Burton
> On 18 Jul 2024, at 18:23, Guðni Már Gilbert via lists.openembedded.org > wrote: > > Summary of changes: > 1. Create a new package: python3-incremental-tests Better would be to inherit ptest, put those files into python3-increment-ptest, and write a run-ptests that executes them. No point p

[oe] [PATCH] libabigail: refresh musl/fts patch

2024-07-10 Thread Ross Burton
This patch has now been sent upstream. Signed-off-by: Ross Burton --- .../0001-Check-for-correct-fts-module.patch | 90 +++ 1 file changed, 74 insertions(+), 16 deletions(-) diff --git a/meta-oe/recipes-devtools/libabigail/libabigail/0001-Check-for-correct-fts-module.patch

[oe] [PATCH v2] libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library

2024-07-01 Thread Ross Burton
We need to patch the standalone libfts detection as it currently looks for fts-standalone, which is what Gentoo renames musl-fts to. Signed-off-by: Ross Burton --- .../0001-Check-for-correct-fts-module.patch | 33 +++ .../libabigail/libabigail_2.5.bb | 17

Re: [oe] Should DISTRO_FEATURE ptest include ptest-runner

2024-06-27 Thread Ross Burton
On 26 Jun 2024, at 18:22, Jörg Sommer via lists.openembedded.org wrote: > Should poky.conf include something like: > > EXTRA_IMAGE_FEATURES += "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " > ptest-pkgs", "", d)}" That would make it impossible to build with ptest enabled but only have the

[oe] [PATCH] libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library

2024-06-26 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/libabigail/libabigail_2.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb diff --git a/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb b/meta-oe/recipes

[oe] [PATCH] python3-h5py: upgrade to 3.11.0

2024-06-06 Thread Ross Burton
Notably, this release builds with Cython 3 and GCC 14. Signed-off-by: Ross Burton --- .../0001-Fix-Cython-3-compatibility.patch | 796 -- ...-h5py_3.10.0.bb => python3-h5py_3.11.0.bb} | 5 +- 2 files changed, 2 insertions(+), 799 deletions(-) delete mode 100644 m

  1   2   3   4   5   6   7   8   >