Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0
@ 2025-11-05 23:46 Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 02/29] barebox-tools: upgrade 2025.09.0 -> 2025.10.0 Wang Mingyu
                   ` (27 more replies)
  0 siblings, 28 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- symbolic: night light
- symbolic: battery rendered as square
- symbolic: plugged variants of battery status
- symbolic: vpn metaphor
- symbolic: gtk rendering optimizations
- cursors: fleur -> all-resize
- cursors: DND cleanup

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{adwaita-icon-theme_48.0.bb => adwaita-icon-theme_49.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_48.0.bb => adwaita-icon-theme_49.0.bb} (91%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_48.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_49.0.bb
similarity index 91%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_48.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_49.0.bb
index 38b5410086..a12faeb8fd 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_48.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_49.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \
 
 inherit gnomebase allarch gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = "847068888650d9673115be6dbf2bfdc31a46aebc528a6a9db4420e60e656b8d4"
+SRC_URI[archive.sha256sum] = "65166461d1b278aa942f59aa8d0fccf1108d71c65f372c6266e172449791755c"
 
 DEPENDS += "librsvg-native"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 02/29] barebox-tools: upgrade 2025.09.0 -> 2025.10.0
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 03/29] bash-completion: upgrade 2.16.0 -> 2.17.0 Wang Mingyu
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-bsp/barebox/barebox-common.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc
index e41d0858fd..8ad8e133a8 100644
--- a/meta/recipes-bsp/barebox/barebox-common.inc
+++ b/meta/recipes-bsp/barebox/barebox-common.inc
@@ -3,6 +3,6 @@ SECTION = "bootloaders"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
 
-PV = "2025.09.0"
+PV = "2025.10.0"
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "7df1aa47bb7bf1763a729137ac773e69a4052812af094475d739fc63a9295f0d"
+SRC_URI[sha256sum] = "f7587d576637e46151333dff5bff0423869a5f9f6a9e4439c19c2429d983b84e"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 03/29] bash-completion: upgrade 2.16.0 -> 2.17.0
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 02/29] barebox-tools: upgrade 2025.09.0 -> 2025.10.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 04/29] btrfs-tools: upgrade 6.16 -> 6.17 Wang Mingyu
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{bash-completion_2.16.0.bb => bash-completion_2.17.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/bash-completion/{bash-completion_2.16.0.bb => bash-completion_2.17.0.bb} (92%)

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb
similarity index 92%
rename from meta/recipes-support/bash-completion/bash-completion_2.16.0.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.17.0.bb
index d1a8f5e0cc..843b5b831d 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb
@@ -14,7 +14,7 @@ SECTION = "console/utils"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "3369bd5e418a75fb990863925aed5b420398acebb320ec4c0306b3eae23f107a"
+SRC_URI[sha256sum] = "dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58"
 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
 
 PARALLEL_MAKE = ""
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 04/29] btrfs-tools: upgrade 6.16 -> 6.17
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 02/29] barebox-tools: upgrade 2025.09.0 -> 2025.10.0 Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 03/29] bash-completion: upgrade 2.16.0 -> 2.17.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 05/29] ccache: upgrade 4.12 -> 4.12.1 Wang Mingyu
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* inspect list-chunks: more sorting keys, descending order
* fi resize: add support for offline (unmounted) growing of single device
* device stats: add support for offline (unmounted) reads
* quota status: new command, overview what mode is enabled, tunables
* fi commit-stats: new command, print various commit stats from sysfs (since
  kernel 6.1)
* balance start: print warning and delay start if there's a missing device
  in the filesystem
* mkfs:
   * print zoned mode (native, emulated)
* check:
   * verify device bytes in super block item and in chunk tree
* other
   * updated CI, new and updated tests
   * cleanups, refactoring
   * documentation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../btrfs-tools/{btrfs-tools_6.16.bb => btrfs-tools_6.17.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.16.bb => btrfs-tools_6.17.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb
index ef809d384b..bb72cb0c04 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "54694de98fdc4ea5678cdd77b920c044bbf64f26"
+SRCREV = "c03e29f083678f47a7d7d810db4d21d905979b77"
 
 PACKAGECONFIG ??= " \
     programs \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 05/29] ccache: upgrade 4.12 -> 4.12.1
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (2 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 04/29] btrfs-tools: upgrade 6.16 -> 6.17 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ccache/{ccache_4.12.bb => ccache_4.12.1.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.12.bb => ccache_4.12.1.bb} (93%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.12.bb b/meta/recipes-devtools/ccache/ccache_4.12.1.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.12.bb
rename to meta/recipes-devtools/ccache/ccache_4.12.1.bb
index 52643c4bff..2d0b83e244 100644
--- a/meta/recipes-devtools/ccache/ccache_4.12.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.12.1.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "e884c62cbacae2e9488b8641a671a79fb7a1221db01310dacef61c9e55c2e55b"
+SRC_URI[sha256sum] = "a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c"
 
 inherit cmake github-releases
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (3 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 05/29] ccache: upgrade 4.12 -> 4.12.1 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-07 11:51   ` Mathieu Dubois-Briand
  2025-11-05 23:46 ` [OE-core] [PATCH 07/29] dos2unix: upgrade 7.5.2 -> 7.5.3 Wang Mingyu
                   ` (22 subsequent siblings)
  27 siblings, 1 reply; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
refreshed for 4.24.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...1-Do-not-hardcode-etc-and-systemd-unit-directories.patch | 6 +++---
 meta/recipes-devtools/dnf/{dnf_4.23.0.bb => dnf_4.24.0.bb}  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/dnf/{dnf_4.23.0.bb => dnf_4.24.0.bb} (98%)

diff --git a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
index 37359a5765..9d978cdc5f 100644
--- a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
+++ b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
@@ -1,4 +1,4 @@
-From 3ca6d14fbc6419ff6239b4ba16f77da20fb31d03 Mon Sep 17 00:00:00 2001
+From c2b2b91b58f4531d4baf0a01f5d868d71e577a84 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Thu, 26 Jan 2017 16:25:47 +0200
 Subject: [PATCH] Do not hardcode /etc and systemd unit directories
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4aee99fb..9e2e9e9e 100644
+index e71e9517..8fcb2069 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.4)
+@@ -3,8 +3,8 @@ PROJECT (dnf NONE)
  
  INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
  
diff --git a/meta/recipes-devtools/dnf/dnf_4.23.0.bb b/meta/recipes-devtools/dnf/dnf_4.24.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.23.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.24.0.bb
index 927a8d8930..d40b85c4b0 100644
--- a/meta/recipes-devtools/dnf/dnf_4.23.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.24.0.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
 
 SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
 
-SRCREV = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed"
+SRCREV = "e47634fbe3565d0580e89ec21adb7c1b308642ce"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 inherit cmake gettext bash-completion setuptools3-base systemd
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 07/29] dos2unix: upgrade 7.5.2 -> 7.5.3
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (4 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 08/29] ell: upgrade 0.79 -> 0.80 Wang Mingyu
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dos2unix/{dos2unix_7.5.2.bb => dos2unix_7.5.3.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/dos2unix/{dos2unix_7.5.2.bb => dos2unix_7.5.3.bb} (88%)

diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.3.bb
similarity index 88%
rename from meta/recipes-support/dos2unix/dos2unix_7.5.2.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.3.bb
index c3803f457b..ae69110c39 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.3.bb
@@ -6,12 +6,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html"
 SECTION = "support"
 
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=49ec74e0139712398b9ddb06d824929a"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0802ff257bfeb9bb07ae4e4de04e3223"
 
 SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "c16a0b31a64c7eb6b2d76960e5144732b57f2993"
+SRCREV = "9df44447947a7b311c62ea0383be94080edcaf85"
 
 S = "${UNPACKDIR}/${BP}/dos2unix"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 08/29] ell: upgrade 0.79 -> 0.80
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (5 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 07/29] dos2unix: upgrade 7.5.2 -> 7.5.3 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 09/29] fastfloat: upgrade 8.0.2 -> 8.1.0 Wang Mingyu
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
  Fix issue with ECDHE client key exchange.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-core/ell/{ell_0.79.bb => ell_0.80.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.79.bb => ell_0.80.bb} (88%)

diff --git a/meta/recipes-core/ell/ell_0.79.bb b/meta/recipes-core/ell/ell_0.80.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.79.bb
rename to meta/recipes-core/ell/ell_0.80.bb
index 8bd0f8badd..90474dadae 100644
--- a/meta/recipes-core/ell/ell_0.79.bb
+++ b/meta/recipes-core/ell/ell_0.80.bb
@@ -15,4 +15,4 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "28dabdb1966fd2e47363c44e041de507e9420411b846947efa01b4cb0cda0d6b"
+SRC_URI[sha256sum] = "6efc70ae6d3e2ca1ec255ecd855a3d5fadefe59897f4307816e3ba7a771f3d00"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 09/29] fastfloat: upgrade 8.0.2 -> 8.1.0
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (6 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 08/29] ell: upgrade 0.79 -> 0.80 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 10/29] gi-docgen: upgrade 2025.4 -> 2025.5 Wang Mingyu
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../fastfloat/{fastfloat_8.0.2.bb => fastfloat_8.1.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/fastfloat/{fastfloat_8.0.2.bb => fastfloat_8.1.0.bb} (84%)

diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb
similarity index 84%
rename from meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb
rename to meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb
index ca69a4238f..84bf90dac9 100644
--- a/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb
+++ b/meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \
 	file://LICENSE-BOOST;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \
 "
 
-SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main"
+SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v${PV}"
 
-SRCREV = "50a80a73ab2ab256ba1c3bf86923ddd8b4202bc7"
+SRCREV = "88b1e5321c6918cbe091afd76728296290668403"
 
 inherit cmake
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 10/29] gi-docgen: upgrade 2025.4 -> 2025.5
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (7 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 09/29] fastfloat: upgrade 8.0.2 -> 8.1.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 11/29] git: upgrade 2.51.0 -> 2.51.2 Wang Mingyu
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Fixed
- Make sure to escape query strings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../gi-docgen/{gi-docgen_2025.4.bb => gi-docgen_2025.5.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gi-docgen/{gi-docgen_2025.4.bb => gi-docgen_2025.5.bb} (94%)

diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2025.4.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.5.bb
similarity index 94%
rename from meta/recipes-gnome/gi-docgen/gi-docgen_2025.4.bb
rename to meta/recipes-gnome/gi-docgen/gi-docgen_2025.5.bb
index 19aacb765e..5338bca214 100644
--- a/meta/recipes-gnome/gi-docgen/gi-docgen_2025.4.bb
+++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.5.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
 
-SRCREV = "0517026e0bf51b3776efa4689da44ea0c99e343e"
+SRCREV = "9eedfa6572cc9929583f926493751adb85805ffb"
 
 inherit python_setuptools_build_meta
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 11/29] git: upgrade 2.51.0 -> 2.51.2
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (8 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 10/29] gi-docgen: upgrade 2025.4 -> 2025.5 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0 Wang Mingyu
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/git/{git_2.51.0.bb => git_2.51.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/git/{git_2.51.0.bb => git_2.51.2.bb} (98%)

diff --git a/meta/recipes-devtools/git/git_2.51.0.bb b/meta/recipes-devtools/git/git_2.51.2.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.51.0.bb
rename to meta/recipes-devtools/git/git_2.51.2.bb
index aeb8c54aa0..14d5a3d60e 100644
--- a/meta/recipes-devtools/git/git_2.51.0.bb
+++ b/meta/recipes-devtools/git/git_2.51.2.bb
@@ -170,4 +170,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
                  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = "3d531799d2cf2cac8e294ec6e3229e07bfca60dc6c783fe69e7712738bef7283"
+SRC_URI[tarball.sha256sum] = "9b44c2b337ec838e10aad42439d390963904449710d30c9e7e4ba449f45da98f"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (9 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 11/29] git: upgrade 2.51.0 -> 2.51.2 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-06  0:12   ` Patchtest results for " patchtest
  2025-11-05 23:46 ` [OE-core] [PATCH 13/29] gsettings-desktop-schemas: upgrade 48.0 -> 49.1 Wang Mingyu
                   ` (16 subsequent siblings)
  27 siblings, 1 reply; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- giscanner: Added ability to add wrapper script arguments
- g-ir-tools: Support reading @rspfiles for arguments
- Update gobject-introspection-tests
- giscanner: support alignof expressions
- dumper: Fix introspection binaries missing rpaths for uninstalled ELF shlibs
- meson: Fix fs.copyfile semantics breaking GIR build with Ninja 1.12+
- giscanner: Deduplicate arguments and use response files for MSVC
- scanner: Prefer some getters over others
- girepository: Initialize the async functions parameters

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-introspection_1.84.0.bb => gobject-introspection_1.86.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.84.0.bb => gobject-introspection_1.86.0.bb} (99%)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb
similarity index 99%
rename from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb
rename to meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb
index f6797cd2e5..2fff132b1d 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \
            "
 
-SRC_URI[sha256sum] = "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779"
+SRC_URI[sha256sum] = "920d1a3fcedeadc32acff95c2e203b319039dd4b4a08dd1a2dfd283d19c0b9ae"
 
 SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 13/29] gsettings-desktop-schemas: upgrade 48.0 -> 49.1
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (10 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 14/29] gst-devtools: upgrade 1.26.5 -> 1.26.7 Wang Mingyu
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix build with meson >1.9.0
- Support keypad page up/down keys in relevant keycombos
- Increase document font size to 12pt
- Use xdg-terminal-exec as default terminal launcher
- Switch to JXL for background image
- Add option to configure restart/shutdown options being available in the
  lockscreen
- Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...esktop-schemas_48.0.bb => gsettings-desktop-schemas_49.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_48.0.bb => gsettings-desktop-schemas_49.1.bb} (84%)

diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_48.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_49.1.bb
similarity index 84%
rename from meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_48.0.bb
rename to meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_49.1.bb
index 30ab992db4..6705c967ca 100644
--- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_48.0.bb
+++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_49.1.bb
@@ -11,4 +11,4 @@ DEPENDS = "glib-2.0"
 
 inherit gnomebase gsettings gobject-introspection gettext
 
-SRC_URI[archive.sha256sum] = "e68f155813bf18f865a8b2c8e9d473588b6ccadcafbb666ab788857c6c2d1bd3"
+SRC_URI[archive.sha256sum] = "777a7f83d5e5a8076b9bf809cb24101b1b1ba9c230235e3c3de8e13968ed0e63"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 14/29] gst-devtools: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (11 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 13/29] gsettings-desktop-schemas: upgrade 48.0 -> 49.1 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 15/29] gst-examples: " Wang Mingyu
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-devtools_1.26.5.bb => gst-devtools_1.26.7.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.26.5.bb => gst-devtools_1.26.7.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.7.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.26.7.bb
index b0de19c10d..dab66c3c9c 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.7.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
            file://0001-connect-has-a-different-signature-on-musl.patch \
            "
 
-SRC_URI[sha256sum] = "63d46a8effa8a225e25a464ba7538ace853fe0dc1e70366b27c208135e5401ce"
+SRC_URI[sha256sum] = "6912330ecfaf4f4f1329defbe97b9daf92e9aeaf8375e327a0dd30524d79f0a0"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS:${PN} = "git"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 15/29] gst-examples: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (12 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 14/29] gst-devtools: upgrade 1.26.5 -> 1.26.7 Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:46 ` [OE-core] [PATCH 16/29] gstreamer1.0-libav: " Wang Mingyu
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-examples_1.26.5.bb => gst-examples_1.26.7.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.5.bb => gst-examples_1.26.7.bb} (96%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.7.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.26.7.bb
index 2fa4ef11fe..6790f0b038 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.7.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b
            file://gst-player.desktop \
            "
 
-SRCREV = "82cbccedf7946a32d28a5aaec8ebbcb627770c19"
+SRCREV = "c5a5c302f5e7218182c0633decec16b25de82add"
 
 S = "${UNPACKDIR}/${BP}/subprojects/gst-examples"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 16/29] gstreamer1.0-libav: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (13 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 15/29] gst-examples: " Wang Mingyu
@ 2025-11-05 23:46 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 17/29] gstreamer1.0-plugins-bad: " Wang Mingyu
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...streamer1.0-libav_1.26.5.bb => gstreamer1.0-libav_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.26.5.bb => gstreamer1.0-libav_1.26.7.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.7.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.7.bb
index c3ee529497..aa6c431daa 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
                     "
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d6de05884ef42376dd8cde89940f7b50ced96f4f6f52888e764cd8233e74f052"
+SRC_URI[sha256sum] = "91d4a7a14527d97fe0ce7ccedb3554e8f692b216429ef2b1850944bbf5435c09"
 
 S = "${UNPACKDIR}/gst-libav-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 17/29] gstreamer1.0-plugins-bad: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (14 preceding siblings ...)
  2025-11-05 23:46 ` [OE-core] [PATCH 16/29] gstreamer1.0-libav: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 18/29] gstreamer1.0-plugins-base: " Wang Mingyu
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...plugins-bad_1.26.5.bb => gstreamer1.0-plugins-bad_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.26.5.bb => gstreamer1.0-plugins-bad_1.26.7.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.7.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.7.bb
index c1d416c2bc..f19979c4b4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.7.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
            file://0002-avoid-including-sys-poll.h-directly.patch \
            file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
            "
-SRC_URI[sha256sum] = "9890f262f3b2a9564dcb629e9eb697d77b93d1f71897eda1a8170b7dcfe73294"
+SRC_URI[sha256sum] = "a0ab17dddd4c029ecd7a423c30badd5a3c7599ea42707016d1d57545f5723ccf"
 
 S = "${UNPACKDIR}/gst-plugins-bad-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 18/29] gstreamer1.0-plugins-base: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (15 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 17/29] gstreamer1.0-plugins-bad: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 19/29] gstreamer1.0-plugins-good: " Wang Mingyu
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-base_1.26.5.bb => gstreamer1.0-plugins-base_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.26.5.bb => gstreamer1.0-plugins-base_1.26.7.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.7.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.7.bb
index f12d81cda9..4dfd0a207c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.7.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
            file://0003-viv-fb-Make-sure-config.h-is-included.patch \
            file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
            "
-SRC_URI[sha256sum] = "f0c0e26cbedaa57732cb6a578e8cc13a1164bf18d737d55c333061c52f0c48d7"
+SRC_URI[sha256sum] = "969e3cbf05dfab92cf37e94840fbe398517d7ba3275331d1c216a2e30a7208d0"
 
 S = "${UNPACKDIR}/gst-plugins-base-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 19/29] gstreamer1.0-plugins-good: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (16 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 18/29] gstreamer1.0-plugins-base: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 20/29] gstreamer1.0-plugins-ugly: " Wang Mingyu
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-good_1.26.5.bb => gstreamer1.0-plugins-good_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26.5.bb => gstreamer1.0-plugins-good_1.26.7.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.7.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.7.bb
index 4adbc982b7..9ba288a410 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.7.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "eb0862e93404b073e98ec50350ece7e6685ea2936cab8118c2b8e938e2cbea8b"
+SRC_URI[sha256sum] = "82af18a1f3e4a060db61d2630fbb975269b80b55bb2fdcfddfab5c6440d30781"
 
 S = "${UNPACKDIR}/gst-plugins-good-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 20/29] gstreamer1.0-plugins-ugly: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (17 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 19/29] gstreamer1.0-plugins-good: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 21/29] gstreamer1.0-python: " Wang Mingyu
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-ugly_1.26.5.bb => gstreamer1.0-plugins-ugly_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.26.5.bb => gstreamer1.0-plugins-ugly_1.26.7.bb} (94%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.7.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.7.bb
index 5583c2f128..fa34912a06 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.7.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
             https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
             "
 
-SRC_URI[sha256sum] = "3dfc43435be97e110816bac6d602b0f206a038546279683d9d25372ff127db52"
+SRC_URI[sha256sum] = "11f2e4f34bb2e841dc60edc95581572bc47be0c11e577d12bed98bb1f80a661b"
 
 S = "${UNPACKDIR}/gst-plugins-ugly-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 21/29] gstreamer1.0-python: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (18 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 20/29] gstreamer1.0-plugins-ugly: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 22/29] gstreamer1.0-rtsp-server: " Wang Mingyu
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...reamer1.0-python_1.26.5.bb => gstreamer1.0-python_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.26.5.bb => gstreamer1.0-python_1.26.7.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.7.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.7.bb
index 12340245e8..9a3a86fcbb 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.7.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "86e2fe2b1bba7ffc18b1d4abe1035fe1c33b20fe4e077cce2f90dbfa445b2341"
+SRC_URI[sha256sum] = "7a544b7968b181c2965e979f2ce889db36397790de9a7c312cf468b51d26428c"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject gstreamer1.0-plugins-bad"
 RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 22/29] gstreamer1.0-rtsp-server: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (19 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 21/29] gstreamer1.0-python: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 23/29] gstreamer1.0: " Wang Mingyu
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...rtsp-server_1.26.5.bb => gstreamer1.0-rtsp-server_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.26.5.bb => gstreamer1.0-rtsp-server_1.26.7.bb} (90%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.7.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.7.bb
index a6bfd1d2b0..0bc858a03b 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.7.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "328dff2457419683f2a4f06ca119cfd22beb632cee1ad6830591213325353c44"
+SRC_URI[sha256sum] = "4f234594aea692e3c1bfaa969965039aaf7483bdfc5862b31d614a59e6718abf"
 
 S = "${UNPACKDIR}/${PNREAL}-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 23/29] gstreamer1.0: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (20 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 22/29] gstreamer1.0-rtsp-server: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 24/29] gstreamer1.0-vaapi: " Wang Mingyu
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gstreamer1.0_1.26.5.bb => gstreamer1.0_1.26.7.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.5.bb => gstreamer1.0_1.26.7.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.7.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.7.bb
index 4c800c22d4..444165a869 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.7.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
            file://0003-tests-use-a-dictionaries-for-environment.patch \
            file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
            "
-SRC_URI[sha256sum] = "0a7edb0e7b42dbe6b575fce61a4808a3f6b20e085a1eaecbc025d0ec21f1e774"
+SRC_URI[sha256sum] = "18a5e214114dc501407697dd458514bba62cadd5414c60f793cf70141a4d0bb3"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
                    check \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 24/29] gstreamer1.0-vaapi: upgrade 1.26.5 -> 1.26.7
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (21 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 23/29] gstreamer1.0: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 25/29] libcap: upgrade 2.76 -> 2.77 Wang Mingyu
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...streamer1.0-vaapi_1.26.5.bb => gstreamer1.0-vaapi_1.26.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.26.5.bb => gstreamer1.0-vaapi_1.26.7.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.7.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.5.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.7.bb
index f61125105d..e9515405ce 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.7.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "b42d44db63f3195a6f33296e1ead32c14d01ef27452b7068f1a2d86624f55ea9"
+SRC_URI[sha256sum] = "4885d4a02bb2f17c2af618879b5e77f1acdcedcba859aabd3b970550e2940a38"
 
 S = "${UNPACKDIR}/${REALPN}-${PV}"
 DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 25/29] libcap: upgrade 2.76 -> 2.77
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (22 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 24/29] gstreamer1.0-vaapi: " Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 26/29] libcomps: upgrade 0.1.22 -> 0.1.23 Wang Mingyu
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-libcap-Add-build-ldflags-to-_makenames-rule.patch
removed since it's included in 2.77

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...Add-build-ldflags-to-_makenames-rule.patch | 29 -------------------
 .../libcap/{libcap_2.76.bb => libcap_2.77.bb} |  6 ++--
 2 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch
 rename meta/recipes-support/libcap/{libcap_2.76.bb => libcap_2.77.bb} (91%)

diff --git a/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch b/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch
deleted file mode 100644
index 10ddf64935..0000000000
--- a/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e52d3232882c263f5bd4b1980195ac633d706a53 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 21 Oct 2025 18:27:51 -0700
-Subject: [PATCH] libcap: Add build ldflags to _makenames rule
-
-its calling compiler and linker in single step
-ensure that build ldflags are respected as it
-might have important information like which runtime
-to use.
-
-Upstream-Status: Backport [https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=c3ddf45d9afaab85d3b7db0dc7bfd1aafb8fde50]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- libcap/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libcap/Makefile b/libcap/Makefile
-index e90a950..f0eb87e 100644
---- a/libcap/Makefile
-+++ b/libcap/Makefile
-@@ -80,7 +80,7 @@ $(PSXTITLE).pc: $(PSXTITLE).pc.in
- 		$< >$@
-
- _makenames: _makenames.c cap_names.list.h
--	$(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@
-+	$(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ $(BUILD_LDFLAGS)
-
- cap_names.h: _makenames
- 	./_makenames > cap_names.h
diff --git a/meta/recipes-support/libcap/libcap_2.76.bb b/meta/recipes-support/libcap/libcap_2.77.bb
similarity index 91%
rename from meta/recipes-support/libcap/libcap_2.76.bb
rename to meta/recipes-support/libcap/libcap_2.77.bb
index 27093ff3e7..9968cd5f50 100644
--- a/meta/recipes-support/libcap/libcap_2.76.bb
+++ b/meta/recipes-support/libcap/libcap_2.77.bb
@@ -12,13 +12,11 @@ LIC_FILES_CHKSUM = "file://License;md5=2965a646645b72ecee859b43c592dcaa \
 
 DEPENDS = "hostperl-runtime-native gperf-native"
 
-SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz \
-           file://0001-libcap-Add-build-ldflags-to-_makenames-rule.patch \
-		   "
+SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz"
 SRC_URI:append:class-nativesdk = " \
            file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
            "
-SRC_URI[sha256sum] = "629da4ab29900d0f7fcc36227073743119925fd711c99a1689bbf5c9b40c8e6f"
+SRC_URI[sha256sum] = "897bc18b44afc26c70e78cead3dbb31e154acc24bee085a5a09079a88dbf6f52"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 26/29] libcomps: upgrade 0.1.22 -> 0.1.23
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (23 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 25/29] libcap: upgrade 2.76 -> 2.77 Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 27/29] libdrm: upgrade 2.4.125 -> 2.4.128 Wang Mingyu
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcomps/{libcomps_0.1.22.bb => libcomps_0.1.23.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libcomps/{libcomps_0.1.22.bb => libcomps_0.1.23.bb} (94%)

diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.22.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.23.bb
similarity index 94%
rename from meta/recipes-devtools/libcomps/libcomps_0.1.22.bb
rename to meta/recipes-devtools/libcomps/libcomps_0.1.23.bb
index 796b78ef65..0a9608297a 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.22.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.23.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;t
            file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
            "
 
-SRCREV = "3f0d19b3c3273db4bf0497f08f22317835c1d426"
+SRCREV = "e75e85ffd2c7f2a2a96d8eaf45d8dc4f2c73153d"
 
 inherit cmake setuptools3-base
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 27/29] libdrm: upgrade 2.4.125 -> 2.4.128
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (24 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 26/29] libcomps: upgrade 0.1.22 -> 0.1.23 Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1 Wang Mingyu
  2025-11-05 23:47 ` [OE-core] [PATCH 29/29] libevdev: upgrade 1.13.4 -> 1.13.5 Wang Mingyu
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../drm/{libdrm_2.4.125.bb => libdrm_2.4.128.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.125.bb => libdrm_2.4.128.bb} (97%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.125.bb b/meta/recipes-graphics/drm/libdrm_2.4.128.bb
similarity index 97%
rename from meta/recipes-graphics/drm/libdrm_2.4.125.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.128.bb
index a256f73145..8796a7a3d0 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.125.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.128.bb
@@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs"
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
           "
 
-SRC_URI[sha256sum] = "d4bae92797a50f81a93524762e0410a49cd84cfa0f997795bc0172ac8fb1d96a"
+SRC_URI[sha256sum] = "3bb35db8700c2a0b569f2c6729a53f5495786856b310854c8de57782a22bddac"
 
 inherit meson pkgconfig manpages
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (25 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 27/29] libdrm: upgrade 2.4.125 -> 2.4.128 Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  2025-11-06  2:53   ` Khem Raj
  2025-11-05 23:47 ` [OE-core] [PATCH 29/29] libevdev: upgrade 1.13.4 -> 1.13.5 Wang Mingyu
  27 siblings, 1 reply; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libedit_20250104-3.1.bb => libedit_20251016-3.1.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/libedit/{libedit_20250104-3.1.bb => libedit_20251016-3.1.bb} (87%)

diff --git a/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb b/meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
similarity index 87%
rename from meta/recipes-devtools/libedit/libedit_20250104-3.1.bb
rename to meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
index cad24d8d65..39dbf432b6 100644
--- a/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
@@ -13,13 +13,12 @@ inherit autotools
 SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
            file://stdc-predef.patch \
           "
-SRC_URI[sha256sum] = "23792701694550a53720630cd1cd6167101b5773adddcb4104f7345b73a568ac"
+SRC_URI[sha256sum] = "21362b00653bbfc1c71f71a7578da66b5b5203559d43134d2dd7719e313ce041"
 
 # configure hardcodes /usr/bin search path bypassing HOSTTOOLS
 CACHED_CONFIGUREVARS += "ac_cv_path_NROFF=/bin/false"
 
 # remove at next version upgrade or when output changes
-PR = "r1"
 HASHEQUIV_HASH_VERSION .= ".1"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [OE-core] [PATCH 29/29] libevdev: upgrade 1.13.4 -> 1.13.5
  2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
                   ` (26 preceding siblings ...)
  2025-11-05 23:47 ` [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1 Wang Mingyu
@ 2025-11-05 23:47 ` Wang Mingyu
  27 siblings, 0 replies; 33+ messages in thread
From: Wang Mingyu @ 2025-11-05 23:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libevdev/{libevdev_1.13.4.bb => libevdev_1.13.5.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libevdev/{libevdev_1.13.4.bb => libevdev_1.13.5.bb} (87%)

diff --git a/meta/recipes-support/libevdev/libevdev_1.13.4.bb b/meta/recipes-support/libevdev/libevdev_1.13.5.bb
similarity index 87%
rename from meta/recipes-support/libevdev/libevdev_1.13.4.bb
rename to meta/recipes-support/libevdev/libevdev_1.13.5.bb
index 3ff64bd04b..a42bd38489 100644
--- a/meta/recipes-support/libevdev/libevdev_1.13.4.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.13.5.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
                     "
 
 SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
-SRC_URI[sha256sum] = "f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd"
+SRC_URI[sha256sum] = "89918ae7b7c13936e6482604a77a2bfbbb74544c5d039fde01c3fa1bdf639987"
 
 inherit autotools pkgconfig
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* Patchtest results for [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0
  2025-11-05 23:46 ` [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0 Wang Mingyu
@ 2025-11-06  0:12   ` patchtest
  0 siblings, 0 replies; 33+ messages in thread
From: patchtest @ 2025-11-06  0:12 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3054 bytes --]

Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:

---
Testing patch /home/patchtest/share/mboxes/12-29-gobject-introspection-upgrade-1.84.0---1.86.0.patch

FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags)

PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test lic files chksum modified not mentioned (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)

SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)

---

Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1
  2025-11-05 23:47 ` [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1 Wang Mingyu
@ 2025-11-06  2:53   ` Khem Raj
  0 siblings, 0 replies; 33+ messages in thread
From: Khem Raj @ 2025-11-06  2:53 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2058 bytes --]

On Wed, Nov 5, 2025 at 3:48 PM wangmy via lists.openembedded.org <wangmy=
fujitsu.com@lists.openembedded.org> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{libedit_20250104-3.1.bb => libedit_20251016-3.1.bb}       | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta/recipes-devtools/libedit/{libedit_20250104-3.1.bb =>
> libedit_20251016-3.1.bb} (87%)
>
> diff --git a/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb
> b/meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
> similarity index 87%
> rename from meta/recipes-devtools/libedit/libedit_20250104-3.1.bb
> rename to meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
> index cad24d8d65..39dbf432b6 100644
> --- a/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb
> +++ b/meta/recipes-devtools/libedit/libedit_20251016-3.1.bb
> @@ -13,13 +13,12 @@ inherit autotools
>  SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
>             file://stdc-predef.patch \
>            "
> -SRC_URI[sha256sum] =
> "23792701694550a53720630cd1cd6167101b5773adddcb4104f7345b73a568ac"
> +SRC_URI[sha256sum] =
> "21362b00653bbfc1c71f71a7578da66b5b5203559d43134d2dd7719e313ce041"
>
>  # configure hardcodes /usr/bin search path bypassing HOSTTOOLS
>  CACHED_CONFIGUREVARS += "ac_cv_path_NROFF=/bin/false"
>
>  # remove at next version upgrade or when output changes
> -PR = "r1"
>  HASHEQUIV_HASH_VERSION .= ".1"
>

Drop all the three lines above.


>
>  BBCLASSEXTEND = "native nativesdk"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#225958):
> https://lists.openembedded.org/g/openembedded-core/message/225958
> Mute This Topic: https://lists.openembedded.org/mt/116144938/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 4235 bytes --]

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0
  2025-11-05 23:46 ` [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
@ 2025-11-07 11:51   ` Mathieu Dubois-Briand
  2025-11-11  7:58     ` Mingyu Wang (Fujitsu)
  0 siblings, 1 reply; 33+ messages in thread
From: Mathieu Dubois-Briand @ 2025-11-07 11:51 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Thu Nov 6, 2025 at 12:46 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
> refreshed for 4.24.0
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi Wang,

Thanks for the update.

It look likes this is breaking dnf while generating images:

ERROR: core-image-minimal-1.0-r0 do_rootfs: Could not invoke dnf. Command '/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosity=info -y -c /srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/rootfs/etc/dnf/dnf.conf --setopt=reposdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/rootfs/etc/yum.repos.d --installroot=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/rootfs --setopt=logdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/temp --repofrompath=oe-repo,/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/oe-rootfs-repo makecache --refresh' returned 1:
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/bin/dnf.real", line 56, in <module>
    from dnf.cli import main
  File "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13/site-packages/dnf/__init__.py", line 30, in <module>
    import dnf.base
  File "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13/site-packages/dnf/base.py", line 35, in <module>
    from dnf.db.history import SwdbInterface
  File "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13/site-packages/dnf/db/history.py", line 287, in <module>
    class SwdbInterface(object):
    ...<243 lines>...
            return result
  File "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13/site-packages/dnf/db/history.py", line 430, in SwdbInterface
    persistence=libdnf.transaction.TransactionPersistence_UNKNOWN):
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'libdnf.transaction' has no attribute 'TransactionPersistence_UNKNOWN'. Did you mean: 'TransactionItemState_UNKNOWN'?


https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/2699
https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2745

Can you have a look at this error?

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 33+ messages in thread

* RE: [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0
  2025-11-07 11:51   ` Mathieu Dubois-Briand
@ 2025-11-11  7:58     ` Mingyu Wang (Fujitsu)
  0 siblings, 0 replies; 33+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2025-11-11  7:58 UTC (permalink / raw)
  To: Mathieu Dubois-Briand, openembedded-core@lists.openembedded.org

I have summited another patch of libdnf to solve this problem.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> Sent: Friday, November 7, 2025 7:51 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0
> 
> On Thu Nov 6, 2025 at 12:46 AM CET, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
> > refreshed for 4.24.0
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> 
> Hi Wang,
> 
> Thanks for the update.
> 
> It look likes this is breaking dnf while generating images:
> 
> ERROR: core-image-minimal-1.0-r0 do_rootfs: Could not invoke dnf. Command
> '/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/bin/dnf -v
> --rpmverbosity=info -y -c
> /srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_6
> 4-poky-linux/core-image-minimal/1.0/rootfs/etc/dnf/dnf.conf
> --setopt=reposdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/
> work/genericx86_64-poky-linux/core-image-minimal/1.0/rootfs/etc/yum.repos.
> d
> --installroot=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/
> genericx86_64-poky-linux/core-image-minimal/1.0/rootfs
> --setopt=logdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/wo
> rk/genericx86_64-poky-linux/core-image-minimal/1.0/temp
> --repofrompath=oe-repo,/srv/pokybuild/yocto-worker/genericx86-64/build/build
> /tmp/work/genericx86_64-poky-linux/core-image-minimal/1.0/oe-rootfs-repo
> makecache --refresh' returned 1:
> Traceback (most recent call last):
>   File
> "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/bin/dnf.real",
> line 56, in <module>
>     from dnf.cli import main
>   File
> "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13
> /site-packages/dnf/__init__.py", line 30, in <module>
>     import dnf.base
>   File
> "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13
> /site-packages/dnf/base.py", line 35, in <module>
>     from dnf.db.history import SwdbInterface
>   File
> "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13
> /site-packages/dnf/db/history.py", line 287, in <module>
>     class SwdbInterface(object):
>     ...<243 lines>...
>             return result
>   File
> "/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_
> 64-poky-linux/core-image-minimal/1.0/recipe-sysroot-native/usr/lib/python3.13
> /site-packages/dnf/db/history.py", line 430, in SwdbInterface
>     persistence=libdnf.transaction.TransactionPersistence_UNKNOWN):
> 
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'libdnf.transaction' has no attribute
> 'TransactionPersistence_UNKNOWN'. Did you mean:
> 'TransactionItemState_UNKNOWN'?
> 
> 
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/2699
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2745
> 
> Can you have a look at this error?
> 
> Thanks,
> Mathieu
> 
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2025-11-11  7:58 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 23:46 [OE-core] [PATCH 01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 02/29] barebox-tools: upgrade 2025.09.0 -> 2025.10.0 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 03/29] bash-completion: upgrade 2.16.0 -> 2.17.0 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 04/29] btrfs-tools: upgrade 6.16 -> 6.17 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 05/29] ccache: upgrade 4.12 -> 4.12.1 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 06/29] dnf: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
2025-11-07 11:51   ` Mathieu Dubois-Briand
2025-11-11  7:58     ` Mingyu Wang (Fujitsu)
2025-11-05 23:46 ` [OE-core] [PATCH 07/29] dos2unix: upgrade 7.5.2 -> 7.5.3 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 08/29] ell: upgrade 0.79 -> 0.80 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 09/29] fastfloat: upgrade 8.0.2 -> 8.1.0 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 10/29] gi-docgen: upgrade 2025.4 -> 2025.5 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 11/29] git: upgrade 2.51.0 -> 2.51.2 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 12/29] gobject-introspection: upgrade 1.84.0 -> 1.86.0 Wang Mingyu
2025-11-06  0:12   ` Patchtest results for " patchtest
2025-11-05 23:46 ` [OE-core] [PATCH 13/29] gsettings-desktop-schemas: upgrade 48.0 -> 49.1 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 14/29] gst-devtools: upgrade 1.26.5 -> 1.26.7 Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 15/29] gst-examples: " Wang Mingyu
2025-11-05 23:46 ` [OE-core] [PATCH 16/29] gstreamer1.0-libav: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 17/29] gstreamer1.0-plugins-bad: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 18/29] gstreamer1.0-plugins-base: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 19/29] gstreamer1.0-plugins-good: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 20/29] gstreamer1.0-plugins-ugly: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 21/29] gstreamer1.0-python: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 22/29] gstreamer1.0-rtsp-server: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 23/29] gstreamer1.0: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 24/29] gstreamer1.0-vaapi: " Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 25/29] libcap: upgrade 2.76 -> 2.77 Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 26/29] libcomps: upgrade 0.1.22 -> 0.1.23 Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 27/29] libdrm: upgrade 2.4.125 -> 2.4.128 Wang Mingyu
2025-11-05 23:47 ` [OE-core] [PATCH 28/29] libedit: upgrade 20250104-3.1 -> 20251016-3.1 Wang Mingyu
2025-11-06  2:53   ` Khem Raj
2025-11-05 23:47 ` [OE-core] [PATCH 29/29] libevdev: upgrade 1.13.4 -> 1.13.5 Wang Mingyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox