[OE-core] [PATCH] wayland: fix upstream version check by asking gitlab directly

2024-03-18 Thread Alexander Kanavin
https://wayland.freedesktop.org/releases.html is prone to delays and missing entries as it is manually updated; in particular latest wayland-protocols remains unlisted: https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/issues/7 Signed-off-by: Alexander Kanavin --- meta/recipes

Re: [OE-core] Call for contributions to the 5.0 release notes

2024-03-18 Thread Alexander Kanavin
So I have looked through my commits over the past year that *definitely* need documenting, and identified these standouts: - https://git.yoctoproject.org/poky/commit/?id=63e53fb8b60d38315015844bd3357fa1649cd639 "build-sysroots: target or native sysroot population need to be selected explicitly"

[OE-core] [PATCH] python3: correct upstream version check

2024-03-18 Thread Alexander Kanavin
This only needs removal of the custom setting (which no longer produces a webpage suitable for parsing the version out), as the default SRC_URI is 'tarballs in versioned directoroies' setup, which the version checker is able to handle. Signed-off-by: Alexander Kanavin --- meta/recipes

Re: [oe-core][PATCH v2] mesa: enable imagination powervr support

2024-03-18 Thread Alexander Kanavin
On Mon, 18 Mar 2024 at 10:08, Marcel Ziswiler wrote: > +PACKAGECONFIG[imagination] = "-Dimagination-srv=true," This needs a negative condition as well, otherwise upstream defaults may result in an incorrect configuration (option being quietly enabled without it being present in PACKAGECONFIG).

Re: [OE-core] '.bashrc': Unknown file type; file ignored

2024-03-18 Thread Alexander Kanavin
On Mon, 18 Mar 2024 at 11:59, Enrico Scholz via lists.openembedded.org wrote: > > Enrico Scholz writes: > > > 4.14.2/shadow-4.14.2/lib/copydir.c > > > > | 443 if (fstatat(dst->dirfd, dst->name, , AT_SYMLINK_NOFOLLOW) > > != -1) { > > | return 0; > > | } >

Re: [oe-core][PATCH] bzip2: add libbz2.so.1.0 link for compat

2024-03-16 Thread Alexander Kanavin
It's better to backport the upstream patch, as nobody's going to remember why do_install snippet is there, or to remove it when there's a new release (if it doesn't cause installation conflicts). Alex On Sat, 16 Mar 2024 at 01:19, Randolph Sapp via lists.openembedded.org wrote: > > From:

Re: [OE-core] [PATCH] weston-init: Add --system for useradd

2024-03-16 Thread Alexander Kanavin
This, unfortunately, is a recipe-specific workaround for an issue that is general, and needs to be investigated properly. Please see the thread ' ''.bashrc': Unknown file type; file ignored". If you can join forces with Enrico and get to the bottom of it I'd appreciate, as I'm traveling/on

Re: [OE-core] [PATCH V2] dnf: remove log_lock.pid before exit

2024-03-16 Thread Alexander Kanavin
On Fri, 15 Mar 2024 at 02:43, Changqing Li wrote: > This issue only happened when dnf log rotate is happened. maybe install > "a lot" packages can trigger reproduce this issue more quickly. Maybe logrotate threshold can as well be adjusted to happen on small, easily reproducible installations?

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Alexander Kanavin
On Thu, 14 Mar 2024 at 15:57, Enrico Scholz via lists.openembedded.org wrote: > | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-scp' ... > | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-sshd' ... > | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-ssh' ... > > are these

Re: [OE-core] [PATCH] sngrep: new recipe for ncurses SIP Messages flow viewer

2024-03-14 Thread Alexander Kanavin
This should go to the openembedded-devel list. Alex On Wed 13. Mar 2024 at 21.41, Jörg Sommer via lists.openembedded.org wrote: > From: Jörg Sommer > > Signed-off-by: Jörg Sommer > --- > .../recipes-support/sngrep/sngrep_1.8.0.bb| 37 +++ > 1 file changed, 37

Re: [OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Alexander Kanavin
On Wed, 13 Mar 2024 at 18:55, Khem Raj wrote: > does buildtools tarball contain it ? if so, we may instead recommend > that or add it to buildtools tarball instead of adding this dep > for every host environment. If there are more instances of this, then yes. Otherwise I wouldn't add to the

[OE-core] [PATCH 15/21] rpm: update 4.19.1 -> 4.19.1.1

2024-03-13 Thread Alexander Kanavin
+++ b/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch @@ -1,11 +1,10 @@ -From ecc45e3ae837ab50603088dcc8fd2f8e67a7ece6 Mon Sep 17 00:00:00 2001 +From f4cf90b5a298d6a3199e8b4c07f520aaf593ce2b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 9 Mar 2

[OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Alexander Kanavin
installs nothing, and no packages get created, and the test that expects the package to exist fails. Signed-off-by: Alexander Kanavin --- .../0001-GNUmakefile-use-env-from-PATH.patch | 31 +++ .../man-pages/man-pages_6.06.bb | 4 +++ 2 files changed, 35 insertions

[OE-core] [PATCH 16/21] ruby: update 3.2.2 -> 3.3.0

2024-03-13 Thread Alexander Kanavin
-map.patch ruby/remove_has_include_macros.patch (code rewritten upstream) Signed-off-by: Alexander Kanavin --- ...x-cross-compilation-of-external-gems.patch | 11 ++-- ...Alignof-to-define-ALIGN_OF-when-poss.patch | 52 --- ...e.in-do-not-write-host-cross-cc-item.patch | 32

[OE-core] [PATCH 20/21] waffle: update 1.7.2 -> 1.8.0

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...build-request-native-wayland-scanner.patch | 28 --- ...-make-core-protocol-into-the-library.patch | 9 +++--- .../{waffle_1.7.2.bb => waffle_1.8.0.bb} | 5 ++-- 3 files changed, 6 insertions(+), 36 deletions(-) delete mode 100

[OE-core] [PATCH 19/21] texinfo: update 7.0.3 -> 7.1

2024-03-13 Thread Alexander Kanavin
Drop texinfo/link-zip.patch (no longer necessary) Add texinfo_cv_sys_iconv_converts_euc_cn=yes as otherwise it's determined via building and running a helper binary. Signed-off-by: Alexander Kanavin --- ...hanges-to-build-without-zlib-and-nc.patch} | 13 +++ ...tch => 0002-dont-dep

[OE-core] [PATCH 17/21] shadow: update 4.14.2 -> 4.15.0

2024-03-13 Thread Alexander Kanavin
libcrack support was dropped. Signed-off-by: Alexander Kanavin --- ...nexpected-open-failure-in-chroot-env.patch | 9 +-- .../shadow/files/shadow-update-pam-conf.patch | 79 --- meta/recipes-extended/shadow/shadow.inc | 4 +- .../{shadow_4.14.2.bb => shadow_4.15.0

[OE-core] [PATCH 18/21] tcl: update 8.6.13 -> 8.6.14

2024-03-13 Thread Alexander Kanavin
Drop recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch (very obsolete) Signed-off-by: Alexander Kanavin --- .../tcltk/tcl/alter-includedir.patch | 11 +++--- .../tcl/fix_issue_with_old_distro_glibc.patch | 39 --- .../tcl/fix_non_native_build_issue.patch

[OE-core] [PATCH 14/21] python3-lxml: update 5.0.0 -> 5.1.0

2024-03-13 Thread Alexander Kanavin
Upstream issued the new version in .tar.gz format, so .zip setting can be dropped. Signed-off-by: Alexander Kanavin --- .../python/{python3-lxml_5.0.0.bb => python3-lxml_5.1.0.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-lxml_5.

[OE-core] [PATCH 13/21] ovmf: update 202308 -> 202402

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ovmf/ovmf_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 3dc031d3b67..9463ec148bb 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb

[OE-core] [PATCH 11/21] mdadm: update 4.2 -> 4.3

2024-03-13 Thread Alexander Kanavin
-by: Alexander Kanavin --- ...anup-validate_geometry_ddf_container.patch | 148 -- ...sing-_Alignof-when-using-C11-or-newe.patch | 52 -- ...parsing-of-r-in-monitor-manager-mode.patch | 74 --- ...-corosync-and-dlm-header-files-check.patch | 7 +- .../files/0001-Makefile-install-mdcheck.patch | 9

[OE-core] [PATCH 12/21] npth: update 1.6 -> 1.7

2024-03-13 Thread Alexander Kanavin
Drop 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch (upstream resolved the issue) npth-config is no longer installed. Signed-off-by: Alexander Kanavin --- ...em-with-regression-tests-on-recent-g.patch | 43 --- meta/recipes-support/npth/npth/musl-fix.patch | 37

[OE-core] [PATCH 10/21] libtraceevent: update 1.7.3 -> 1.8.2

2024-03-13 Thread Alexander Kanavin
Drop docs option from meson.patch, as upstream added a doc option that does the same thing. Signed-off-by: Alexander Kanavin --- .../libtraceevent/libtraceevent/meson.patch | 47 --- ...eevent_1.7.3.bb => libtraceevent_1.8.2.bb} | 4 +- 2 files changed, 11 insertions(+),

[OE-core] [PATCH 04/21] cargo-c-native: update 0.9.18 -> 0.9.30

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rust/cargo-c-crates.inc | 866 +++--- ... => cargo-c-native_0.9.30+cargo-0.77.0.bb} | 2 +- 2 files changed, 531 insertions(+), 337 deletions(-) rename meta/recipes-devtools/rust/{cargo-c-native_0.9.18+cargo-0.69

[OE-core] [PATCH 08/21] go-helloworld: update to latest revision

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index 98cd4d81033

[OE-core] [PATCH 07/21] icu: update 74-1 -> 74-2

2024-03-13 Thread Alexander Kanavin
Note that upstream has re-spun the release tarball (the initial tarball had a broken symlink for LICENSE file), so there can be yocto premirror checksum mismatches: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6671/steps/13/logs/stdio Signed-off-by: Alexander Kanavin

[OE-core] [PATCH 09/21] libpam: update 1.5.3 -> 1.6.0

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...place-use-of-termio.h-with-termios.h.patch | 39 --- .../pam/libpam/libpam-xtests.patch| 22 +++ .../pam/{libpam_1.5.3.bb => libpam_1.6.0.bb} | 3 +- 3 files changed, 16 insertions(+), 48 deletions(-) delete m

[OE-core] [PATCH 06/21] gptfdisk: update 1.0.9 -> 1.0.10

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...h-of-sgdisk-when-compiled-with-lates.patch | 46 --- ...to-deal-with-minor-change-in-libuuid.patch | 27 --- ...01-Use-64bit-time_t-on-linux-as-well.patch | 32 - ...gptcurses-correctly-include-curses.h.patch | 5

[OE-core] [PATCH 03/21] cargo-c-native: convert from git fetcher to crate fetcher

2024-03-13 Thread Alexander Kanavin
to match the lock file). Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rust/cargo-c-crates.inc | 403 +-- ...bb => cargo-c-native_0.9.18+cargo-0.69.bb} | 12 +- .../cargo-c/0001-Add-Cargo.lock-file.patch| 2180 - 3 files changed, 208 insertions(+), 2

[OE-core] [PATCH 05/21] dpkg: update 1.22.0 -> 1.22.5

2024-03-13 Thread Alexander Kanavin
Drop pager.patch as macros removed upstream. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- .../0001-Add-support-for-riscv32-CPU.patch| 13 +--- ...ild.c-ignore-return-of-1-from-tar-cf.patch | 9 .../0001-dpkg-Support-muslx32

[OE-core] [PATCH 01/21] meson: correct upstream version check (exclude pre-releases)

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson_1.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/meson/meson_1.3.1.bb b/meta/recipes-devtools/meson/meson_1.3.1.bb index 3a4bb14f09a..9cc0cc31ab1 100644 --- a/meta/recipes-devtools/meson

[OE-core] [PATCH 02/21] attr: update 2.5.1 -> 2.5.2

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/attr/attr_2.5.1.bb | 5 - meta/recipes-support/attr/attr_2.5.2.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-support/attr/attr_2.5.1.bb create mode 100644 meta/recipes-support/attr

Re: [oe-core][PATCH v1] mesa: enable imagination powervr support

2024-03-13 Thread Alexander Kanavin
On Wed, 13 Mar 2024 at 15:19, Marcel Ziswiler wrote: > +EXTRA_OEMESON:append:class-target = " ${@bb.utils.contains('PACKAGECONFIG', > 'imagination', '-Dimagination-srv=true', '', d)}" This should be defined as a standard PACKAGECONFIG setting, no? Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-13 Thread Alexander Kanavin
On Tue, 12 Mar 2024 at 19:55, Theodore A. Roth wrote: > Any help or things to try would be appreciated. More than happy to provide > more information if needed. Maturin support is fairly new, and rpds is the first real consumer in oe-core, so issues like this can happen. You need to find out

Re: [yocto] [OE-core] Yocto Project Status 12 March 2024 (WW11)

2024-03-12 Thread Alexander Kanavin
On Tue, 12 Mar 2024 at 18:29, Richard Purdie wrote: > > I'd like to see the issue, as one recent change in devtool tests was > > in the minicom version update commit. > > e.g. > https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6519/steps/14/logs/stdio > > which looks a race

Re: [OE-core] Yocto Project Status 12 March 2024 (WW11)

2024-03-12 Thread Alexander Kanavin
On Tue, 12 Mar 2024 at 15:45, Stephen Jolley wrote: > We are seeing issues with devtool tests changing metadata and causing race > issues. It is unclear why we’re seeing these now. I'd like to see the issue, as one recent change in devtool tests was in the minicom version update commit. Alex

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-12 Thread Alexander Kanavin
On Tue, 12 Mar 2024 at 02:57, Chen, Qi wrote: > > Packages + overrides are a very common way to configure/customize images. > > Take OE itself as an example, the sshd_config is a conffile for openssh, but > in rootfs-postcommands.bbclass, it is customized. > This means sshd_config might be

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-12 Thread Alexander Kanavin
It's a very much welcome refactoring (existing code is an inconsistent mess), but there's also a feature freeze right now, and this patchset is invasive. Can you resubmit once the LTS is out? Alex On Mon, 11 Mar 2024 at 18:19, Enrico Scholz via lists.openembedded.org wrote: > > To deal with

Re: [OE-core] [PATCH 1/7, v3] openssh: replace complete configuration files by patch

2024-03-12 Thread Alexander Kanavin
Why is the patch inappropriate for upstream submission? To me it looks like it should be at least proposed. Alex On Tue, 12 Mar 2024 at 12:00, Enrico Scholz via lists.openembedded.org wrote: > > From: Enrico Scholz > > Instead of shipping the whole configuration files for openssh, add > small

Re: [OE-core] [master][PATCH v2] librsvg: Fix do_package_qa error for librsvg

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 13:15, wrote: > 1. Can we say, that oe-core will support Rust in future after Kirkstone as a > standalone (without any external dependency )? Yes. Rust is now part of the core, and will stay there. > 2. We assume that kirkstone will stay with 1.59 and those who want

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 11:09, Böszörményi Zoltán wrote: > Yes, I am aware. But why not use the package manager's > own features instead of adding a workaround? Because I see it the opposite way: noreplace in this case is a workaround for a file name conflict between what the tool generates and

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 10:30, Böszörményi Zoltán wrote: > > If you manually edit the file on target, you might as well > > manually resolve which version you want after the update as both are > > available regardless of whether (noreplace) was used or not. Or > > perhaps merge the manual edits

Re: [oe-core][PATCHv2] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Alexander Kanavin
Please split the .bb/.inc merge into a separate commit. Alex On Mon, 11 Mar 2024 at 08:21, Markus Volk wrote: > > - add a backport patch to fix compatibility with older gtk4 versions > - merge .bb and .inc > > Signed-off-by: Markus Volk > --- > meta/recipes-devtools/vala/vala.inc |

Re: [oe-core][PATCH] gtk4: update 4.12.5 -> 4.13.9

2024-03-10 Thread Alexander Kanavin
On Sun, 10 Mar 2024 at 18:03, Markus Volk wrote: > > On Sun, Mar 10 2024 at 08:56:21 AM -07:00:00, Markus Volk > wrote: > > I'll do some tesing with this patches included in vala and will send a patch > for it. > > > The problem I have with creating the backport patches: >

Re: [OE-core] [PATCH] ptest: test for PTEST_ENABLED instead of DISTRO_FEATURES

2024-03-10 Thread Alexander Kanavin
On Sat, 9 Mar 2024 at 11:29, Robert P. J. Day wrote: > As ptest.bbclass defines the more intuitive ptest-related variable: > > PTEST_ENABLED = > "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '1', '0', d)}" > > modify a number of obvious recipe ptest checks to use that simpler > form. I

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES (was: BB Equivalent for %config(noreplace))

2024-03-09 Thread Alexander Kanavin
I think (noreplace) flag only matters when the file has been manually edited after rpm installation and its checksum diverges from what is registered in rpm database. Which is not a common scenario in embedded. If you manually edit the file on target, you might as well manually resolve which

Re: [oe-core][PATCH] mesa: fix opencl-spirv build

2024-03-08 Thread Alexander Kanavin
Please include an explanation of when the patch can be removed from oe-core directly into the patch; it's not enough to say it's a revert and thus inappropriate for upstream submission. Alex On Fri, 8 Mar 2024 at 17:47, Markus Volk wrote: > >

Re: [OE-core][master][PATCH v2] librsvg: Fix do_package_qa error for librsvg

2024-03-07 Thread Alexander Kanavin
meta-rust is generally seen as obsolete, is there a particular reason you need to use it with oe-core master, instead of the standard rust recipes? Even then, this looks like it needs to be fixed in meta-rust, rather than individual recipes. The error does not occur with official rust toolchain,

Re: [OE-core] [PATCH v2] bmaptool: Add bmap-tools runtime alias for compatibility

2024-03-07 Thread Alexander Kanavin
mar. de 2024 às 13:14, Alexander Kanavin < > alex.kana...@gmail.com> escreveu: > >> On Thu, 7 Mar 2024 at 14:43, Tom Hochstein wrote: >> > +# For compatibility with layers before scarthgap >> > +RPROVIDES:${PN} = "bmap-tools" >> > +RREPLACES

Re: [OE-core] [PATCH v2] bmaptool: Add bmap-tools runtime alias for compatibility

2024-03-07 Thread Alexander Kanavin
On Thu, 7 Mar 2024 at 14:43, Tom Hochstein wrote: > +# For compatibility with layers before scarthgap > +RPROVIDES:${PN} = "bmap-tools" > +RREPLACES:${PN} = "bmap-tools" > +RCONFLICTS:${PN} = "bmap-tools" Only RREPLACES/RCONFLICTS please. Do not add the obsolete RPROVIDES. Alex

Re: [OE-core] [PATCH] glib-2.0: backport a switch from distutils to packaging in codegen

2024-03-07 Thread Alexander Kanavin
On Thu, 7 Mar 2024 at 16:49, Peter Kjellerstedt wrote: > We have a lot of recipes that use gdbus-codegen and are now facing this > problem. To solve it, I have added a gdbus-codegen.bbclass that does: > > DEPENDS:append = " glib-2.0-native python3-packaging-native" > > inherit python3native > >

Re: [OE-core] [PATCH V2] dnf: remove log_lock.pid before exit

2024-03-07 Thread Alexander Kanavin
On Thu, 7 Mar 2024 at 11:21, Chen Qi via lists.openembedded.org wrote: > You can see dnf's solution is: > https://github.com/rpm-software-management/dnf/blob/master/etc/tmpfiles.d/dnf.conf > > I don't think dnf community will look into this issue. And I would expect it > to be a complicated

Re: [OE-core] [PATCH V2] dnf: remove log_lock.pid before exit

2024-03-07 Thread Alexander Kanavin
On Thu, 7 Mar 2024 at 10:19, Changqing Li wrote: > ++for arg in args: > ++if arg.startswith("--installroot="): > ++root=arg.split("=")[1] > ++if os.path.exists(os.path.join(root, "log_lock.pid")): > ++

Re: [OE-core] [PATCH V2] dnf: remove log_lock.pid before exit

2024-03-07 Thread Alexander Kanavin
On Thu, 7 Mar 2024 at 10:19, Changqing Li wrote: > +Upstream-Status: Inappropriate [oe specific workaround] You *just* said you will send this upstream as requested. Why is it suddenly Inappropriate? Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [OE-core] [PATCH V7] rxvt-unicode: Fix installing of terminfo

2024-03-07 Thread Alexander Kanavin
Thanks, this is fine. Alex On Thu, 7 Mar 2024 at 07:50, Changqing Li wrote: > > From: Changqing Li > > For cross compile, TIC will be native tic in recipe-sysroot-native, and > the terminfo path will be native path, the rxvt-unicode terminfo will be > wrongly installed to native path. > >

Re: [OE-core] [PATCH] dnf: remove log_lock.pid before exit

2024-03-07 Thread Alexander Kanavin
Thanks, the patch is ok, but you need to actually open a dnf pull request with the patch, and not just the ticket (also 'Submitted' means that the patch was actually provided to upstream). It's okay if upstream then rejects the patch. We'll at least try to convince them :) Alex On Thu, 7 Mar

[OE-core] [PATCH 46/47] vulkan: upgrade 1.3.268.0 -> 1.3.275.0

2024-03-06 Thread Alexander Kanavin
Add vulkan-volk recipe to support building latest vulkan-tools. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-generate-glslang-pkg-config.patch| 13 +++ ...lang_1.3.268.0.bb => glslang_1.3.275.0.bb} | 2 +- 3.268.0.bb =>

[OE-core] [PATCH 47/47] webkitgtk: upgrade 2.42.2 -> 2.42.5

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...able-to-control-macro-__PAS_ALWAYS_I.patch | 11 ++ ...spection.cmake-prefix-variables-obta.patch | 4 +- ...44e17d258106617b0e6d783d073b188a2548.patch | 3 +- .../webkit/webkitgtk/no-musttail-arm.patch| 11 +- .../webkit/webkitgtk

[OE-core] [PATCH 44/47] update-rc.d: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb index 043cb3f13ea..ba622fe716c 100644

[OE-core] [PATCH 45/47] vala: upgrade 0.56.13 -> 0.56.15

2024-03-06 Thread Alexander Kanavin
gobject-introspection is added as configure checks for its pkg-config file. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala.inc| 2 +- meta/recipes-devtools/vala/vala_0.56.13.bb | 3 --- meta/recipes-devtools/vala/vala_0.56.15.bb | 3 +++ 3 files changed, 4

[OE-core] [PATCH 42/47] taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + .../taglib/{taglib_1.13.1.bb => taglib_2.0.bb} | 4 ++-- meta/recipes-support/utfcpp/utfcpp_4.0.5.bb | 16 3 files changed, 19 insertions(+), 2 deletions(-) rename meta/reci

[OE-core] [PATCH 43/47] ttyrun: upgrade 2.30.0 -> 2.31.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ttyrun/{ttyrun_2.30.0.bb => ttyrun_2.31.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ttyrun/{ttyrun_2.30.0.bb => ttyrun_2.31.0.bb} (93%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb

[OE-core] [PATCH 38/47] python3-wcwidth: upgrade 0.2.12 -> 0.2.13

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-wcwidth_0.2.12.bb => python3-wcwidth_0.2.13.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-wcwidth_0.2.12.bb => python3-wcwidth_0.2.13.bb} (72%) diff --git a/meta/recipes-de

[OE-core] [PATCH 40/47] shaderc: update 2023.7 -> 2023.8

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...rop-OSDependent-OGLCompiler-from-lis.patch | 76 --- ...sable-building-external-dependencies.patch | 13 ++-- ...til-fix-glslang-header-file-location.patch | 5 +- .../{shaderc_2023.7.bb => shaderc_2023.8.bb} | 3 +- 4 files changed

[OE-core] [PATCH 41/47] systemd: upgrade 255.1 -> 255.4

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ystemd-boot-native_254.4.bb => systemd-boot-native_255.4.bb} | 0 .../systemd/{systemd-boot_255.1.bb => systemd-boot_255.4.bb}| 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../recipes-core/systemd/{systemd_25

[OE-core] [PATCH 36/47] python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.1

[OE-core] [PATCH 39/47] repo: upgrade 2.41 -> 2.42

2024-03-06 Thread Alexander Kanavin
Drop patch as issue fixed upstream: https://gerrit.googlesource.com/git-repo/+/b8139bdcf87540fbe88a8b9180c052f5cc3a91b7 Signed-off-by: Alexander Kanavin --- .../repo/repo/0001-python3-shebang.patch | 26 --- .../repo/{repo_2.41.bb => repo_2.42.bb} | 3 +-- 2 fi

[OE-core] [PATCH 37/47] python3-setuptools: upgrade 69.0.3 -> 69.1.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...distutils-sysconfig.py-make-it-possible-to-substite.patch | 3 +-- ...001-conditionally-do-not-fetch-code-by-easy_install.patch | 5 ++--- ...on3-setuptools_69.0.3.bb => python3-setuptools_69.1.1.bb} | 2 +- 3 files changed, 4 insertions(+), 6 deleti

[OE-core] [PATCH 33/47] python3-build: upgrade 1.0.3 -> 1.1.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-build_1.0.3.bb => python3-build_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-build_1.0.3.bb => python3-build_1.1.1.bb} (89%) diff --git a/meta/recipes-devtools/

[OE-core] [PATCH 34/47] python3-dtschema: upgrade 2023.7 -> 2024.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2023.7.bb => python3-dtschema_2024.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-dtschema_2023.7.bb => python3-dtschema_2024.2.bb} (78%) diff --git a/meta/recipes-de

[OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 3 + ...on3-jsonschema-specifications_2023.12.1.bb | 18 + ...4.17.3.bb => python3-jsonschema_4.21.1.bb} | 4 +- .../python/python3-referencing_0.33.0.bb | 14 .../python/python3-rpds

[OE-core] [PATCH 29/47] nghttp2: upgrade 1.59.0 -> 1.60.0

2024-03-06 Thread Alexander Kanavin
Drop patch as issue addressed upstream. Signed-off-by: Alexander Kanavin --- ...0001-fetch-ocsp-response-use-python3.patch | 27 --- .../{nghttp2_1.59.0.bb => nghttp2_1.60.0.bb} | 7 ++--- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 meta/reci

[OE-core] [PATCH 32/47] puzzles: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index ab4b2394b8b

[OE-core] [PATCH 31/47] piglit: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-tests-Fix-narrowing-errors-seen-with-clang.patch | 5 + ...utils-Include-libgen.h-on-musl-linux-systems.patch | 5 + ...ake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | 7 ++- ...il-piglit-shader.c-do-not-hardcode-build-pat.patch | 11

[OE-core] [PATCH 30/47] orc: upgrade 0.4.37 -> 0.4.38

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/orc/{orc_0.4.37.bb => orc_0.4.38.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.37.bb => orc_0.4.38.bb} (92%) diff --git a/meta/recipes-devtools/orc/orc_0.4.37.bb b/meta/r

[OE-core] [PATCH 27/47] mesa: upgrade 24.0.1 -> 24.0.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mesa/files/0001-gallium-Fix-build-with-llvm-17.patch | 3 +-- ...01-meson-misdetects-64bit-atomics-on-mips-clang.patch | 3 +-- build-check-for-all-linux-host_os-combinations.patch | 9 - .../mesa/{mesa-gl_24.0.1.bb => mesa-gl_24.0.2

[OE-core] [PATCH 26/47] mc: upgrade 4.8.30 -> 4.8.31

2024-03-06 Thread Alexander Kanavin
Fish vfs was renamed to shell vfs: https://github.com/MidnightCommander/mc/commit/6ca4ab4b4ef0f42e9b56103038b7f45e146cbdc8 Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/no-gplv3.inc | 2 +- .../packagegroups/packagegroup-self-hosted.bb | 2

[OE-core] [PATCH 28/47] minicom: upgrade 2.8 -> 2.9

2024-03-06 Thread Alexander Kanavin
Adjust selftest to git-add the directory with newly added patches, as the new minicom recipe has no default patches, and thus no directory with them (and the selftest assumed it does). Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/devtool.py | 5 +-- ...ix-minicom-h-v

[OE-core] [PATCH 20/47] librsvg: upgrade 2.56.3 -> 2.57.1

2024-03-06 Thread Alexander Kanavin
Drop 0001-Add-riscv32-support.patch (merged upstream). Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/librsvg/librsvg-crates.inc | 696 .../librsvg/0001-Add-riscv32-support.patch| 1511 - ...-rust-target-to-cargo-also-when-not-.patch | 13

[OE-core] [PATCH 25/47] man-pages: upgrade 6.05.01 -> 6.06

2024-03-06 Thread Alexander Kanavin
License-Update: formatting, file names, http -> https, additional license snippets (which are all BSD-type). Signed-off-by: Alexander Kanavin --- .../0001-man.ml-do-not-use-dev-stdin.patch| 33 +++ ...man-pages_6.05.01.bb => man-pages_6.06.bb} | 15 ++--- 2 files c

[OE-core] [PATCH 24/47] lsof: upgrade 4.98.0 -> 4.99.3

2024-03-06 Thread Alexander Kanavin
Convert from handcrafted makefiles to autotools (added in 4.97.0). Signed-off-by: Alexander Kanavin --- .../lsof/files/remove-host-information.patch | 44 +++-- meta/recipes-extended/lsof/lsof_4.98.0.bb | 48 --- meta/recipes-extended/lsof/lsof_4.99.3.bb

[OE-core] [PATCH 22/47] libxml2: upgrade 2.11.5 -> 2.12.5

2024-03-06 Thread Alexander Kanavin
License-Update: hash.c is rewritten and no longer carries a special copyright notice, but dict.c still does (Copyright file updated to reflect that) Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2/install-tests.patch | 9 - .../libxml/{libxml2_2.11.5.bb

[OE-core] [PATCH 23/47] linux-firmware: upgrade 20231211 -> 20240220

2024-03-06 Thread Alexander Kanavin
License-Update: additional files Signed-off-by: Alexander Kanavin --- ...inux-firmware_20231211.bb => linux-firmware_20240220.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20231211.bb => linux-firmware_20240

[OE-core] [PATCH 21/47] libusb1: upgrade 1.0.26 -> 1.0.27

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...k-with-latomic-only-if-no-atomic-bui.patch | 46 --- .../{libusb1_1.0.26.bb => libusb1_1.0.27.bb} | 7 ++- 2 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 meta/recipes-support/libusb/libusb1/0001-configure.ac-L

[OE-core] [PATCH 18/47] libpcre2: upgrade 10.42 -> 10.43

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../glib-2.0/glib-2.0/fix-regex.patch | 54 +++ meta/recipes-core/glib-2.0/glib-2.0_2.78.4.bb | 1 + .../{libpcre2_10.42.bb => libpcre2_10.43.bb} | 4 +- 3 files changed, 57 insertions(+)

[OE-core] [PATCH 17/47] libpciaccess: upgrade 0.17 -> 0.18

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Convert to meson, drop xorg-lib-common include (it's too autotools-specific). Signed-off-by: Alexander Kanavin --- ...pwrite-pread-instead-of-64bit-versio.patch | 39 --- .../xorg-lib/libpciaccess_0.17.bb | 17 .../xorg-lib

[OE-core] [PATCH 19/47] librepo: update 1.16.0 -> 1.17.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...me.c-fix-build-errors-with-older-gcc.patch | 36 +++ ...tain-PYTHON_INSTALL_DIR-by-running-p.patch | 5 +-- ...les-with-pkg-config-not-with-cmake-m.patch | 16 - .../{librepo_1.16.0.bb => librepo_1.17.0.bb} | 4 ++- 4 fi

[OE-core] [PATCH 16/47] libdnf: update 0.72.0 -> 0.73.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ake-drop-the-requirement-for-GTKDOC_SCA.patch | 9 +++-- ...s-for-both-libsolv-and-libsolvext-libdn.patch | 3 +-- .../0001-drop-FindPythonInstDir.cmake.patch | 5 + ...ariables-with-pkg-config-cmake-s-own-mo.patch | 3 +-- .../recipes

[OE-core] [PATCH 14/47] kmscube: upgrade to latest revision

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-cube-gears-Change-header-file-to-GLES3-gl3.h.patch | 10 -- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/recipes-graphics/kmscube/kmscube/0001-cube-gears

[OE-core] [PATCH 13/47] glib-networking: upgrade 2.78.0 -> 2.78.1

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-networking/glib-networking/eagain.patch | 3 +-- .../{glib-networking_2.78.0.bb => glib-networking_2.78.1.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.7

[OE-core] [PATCH 15/47] libbsd: upgrade 0.11.8 -> 0.12.1

2024-03-06 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.11.8.bb => libbsd_0.12.1.bb} (91%) diff --git

[OE-core] [PATCH 12/47] glib-2.0: upgrade 2.78.3 -> 2.78.4

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...t-write-bindir-into-pkg-config-files.patch | 3 +-- ...0001-Fix-DATADIRNAME-on-uclibc-Linux.patch | 3 +-- ...-gio-querymodules-as-libexec_PROGRAM.patch | 3 +-- ...ng-about-deprecated-paths-in-schemas.patch | 3 +-- ...-correctly-when-building

[OE-core] [PATCH 11/47] gettext: upgrade 0.22.4 -> 0.22.5

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0.22.4.bb => gettext-minimal-native_0.22.5.bb} | 0 meta/recipes-core/gettext/gettext-sources.inc | 2 +- ...-init-env.in-do-not-add-C-CXX-parameters.patch | 2 +- .../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 6 +++--- meta/recipes-c

[OE-core] [PATCH 10/47] epiphany: upgrade 45.1 -> 45.3

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{epiphany_45.1.bb => epiphany_45.3.bb} | 2 +- ...p-meson.build-disable-the-use-of-yelp.patch | 3 +-- .../epiphany/files/distributor.patch | 17 - .../epiphany/files/migrator.patch | 18 +-

[OE-core] [PATCH 09/47] ell: upgrade 0.62 -> 0.63

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ell/{ell_0.62.bb => ell_0.63.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.62.bb => ell_0.63.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.62.bb b/meta/recipes-core/ell/ell_0

[OE-core] [PATCH 08/47] elfutils: upgrade 0.189 -> 0.191

2024-03-06 Thread Alexander Kanavin
Drop backports: 0001-Add-helper-function-for-basename.patch 0001-tests-fix-build-against-upcoming-gcc-14-Werror-callo.patch Signed-off-by: Alexander Kanavin --- .../{elfutils_0.189.bb => elfutils_0.191.bb} | 7 +- ...001-Add-helper-function-for-basename.patch |

[OE-core] [PATCH 07/47] dnf: upgrade 4.18.2 -> 4.19.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-Corretly-install-tmpfiles.d-configuration.patch | 8 ++-- ...t-hardcode-etc-and-systemd-unit-directories.patch | 5 ++--- .../dnf/0001-dnf-write-the-log-lock-to-root.patch| 3 +-- .../0001-set-python-path-for-completion_helper.patch | 7

[OE-core] [PATCH 03/47] appstream: upgrade 1.0.0 -> 1.0.2

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../appstream/0001-remove-hardcoded-path.patch| 11 --- .../{appstream_1.0.0.bb => appstream_1.0.2.bb}| 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/appstream/{appstream_1.0.0

[OE-core] [PATCH 04/47] boost: upgrade 1.83.0 -> 1.84.0

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../boost/{boost-1.83.0.inc => boost-1.84.0.inc} | 2 +- ...ive_1.83.0.bb => boost-build-native_1.84.0.bb} | 0 ...-arch-instruction-set-flags-we-do-that-o.patch | 7 +++ .../0001-dont-setup-compiler-flags-m32-m64.patch

[OE-core] [PATCH 06/47] diffoscope: upgrade 253 -> 259

2024-03-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_253.bb => diffoscope_259.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_253.bb => diffoscope_259.bb} (93%) diff --git a/meta/recipes-support/diff

  1   2   3   4   5   6   7   8   9   10   >