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
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-
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +++-
.../
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
> 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
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
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
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
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
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 - 100 of 761 matches
Mail list logo