* [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0
@ 2025-04-08 0:51 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
` (14 more replies)
0 siblings, 15 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
no-test-timeout.patch
refreshed for 8.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-support/curl/curl/no-test-timeout.patch | 6 +++---
.../recipes-support/curl/{curl_8.12.1.bb => curl_8.13.0.bb} | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/curl/{curl_8.12.1.bb => curl_8.13.0.bb} (98%)
diff --git a/meta/recipes-support/curl/curl/no-test-timeout.patch b/meta/recipes-support/curl/curl/no-test-timeout.patch
index 677d177302..8f58277bc6 100644
--- a/meta/recipes-support/curl/curl/no-test-timeout.patch
+++ b/meta/recipes-support/curl/curl/no-test-timeout.patch
@@ -1,4 +1,4 @@
-From 42cddb52e821cfc2f09f1974742714e5f2f1856e Mon Sep 17 00:00:00 2001
+From 239c2f04d0ccb16f9ede473efa58c601e5379f3c Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@arm.com>
Date: Fri, 15 Mar 2024 14:37:37 +0000
Subject: [PATCH] Set the max-time timeout to 600 so the timeout is 10 minutes
@@ -11,10 +11,10 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/servers.pm b/tests/servers.pm
-index d4472d5..9999938 100644
+index a3e5edb..f75df79 100644
--- a/tests/servers.pm
+++ b/tests/servers.pm
-@@ -123,7 +123,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
+@@ -124,7 +124,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
my $sshderror; # for socks server, ssh daemon version error
my %doesntrun; # servers that don't work, identified by pidfile
my %PORT = (nolisten => 47); # port we use for a local non-listening service
diff --git a/meta/recipes-support/curl/curl_8.12.1.bb b/meta/recipes-support/curl/curl_8.13.0.bb
similarity index 98%
rename from meta/recipes-support/curl/curl_8.12.1.bb
rename to meta/recipes-support/curl/curl_8.13.0.bb
index dd1c89979a..cb2c42baa9 100644
--- a/meta/recipes-support/curl/curl_8.12.1.bb
+++ b/meta/recipes-support/curl/curl_8.13.0.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
file://disable-tests \
file://no-test-timeout.patch \
"
-SRC_URI[sha256sum] = "0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202"
+SRC_URI[sha256sum] = "4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025"
# Curl has used many names over the years...
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 wangmy
` (13 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Fix issue with random scalar generation.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ell/{ell_0.75.bb => ell_0.76.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ell/{ell_0.75.bb => ell_0.76.bb} (88%)
diff --git a/meta/recipes-core/ell/ell_0.75.bb b/meta/recipes-core/ell/ell_0.76.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.75.bb
rename to meta/recipes-core/ell/ell_0.76.bb
index 80a108a4b5..fcc56e02f7 100644
--- a/meta/recipes-core/ell/ell_0.75.bb
+++ b/meta/recipes-core/ell/ell_0.76.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] = "10cee84ee075d9e0fc1c65fa1acdf7f6ffc2b3ed7e09622be9fc8f8979b02bd5"
+SRC_URI[sha256sum] = "a0bf2b5a78450c0c167e3f65c18452ffe4c0f179d48c2a3661e6afaca8017ef9"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 wangmy
` (12 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Add-parameter-signatures-for-getenv-and-getopt.patch
removed since it's included in 5.3.2
0001-configure.ac-re-enable-disabled-printf-features.patch
refreshed for 5.3.2`
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ter-signatures-for-getenv-and-getopt.patch | 54 -------------------
...c-re-enable-disabled-printf-features.patch | 8 +--
.../gawk/{gawk_5.3.1.bb => gawk_5.3.2.bb} | 3 +-
3 files changed, 5 insertions(+), 60 deletions(-)
delete mode 100644 meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch
rename meta/recipes-extended/gawk/{gawk_5.3.1.bb => gawk_5.3.2.bb} (94%)
diff --git a/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch b/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch
deleted file mode 100644
index 7ed615a881..0000000000
--- a/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 4a8352eeaa99bbea3461696855c973447e87abdd Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 22 Mar 2025 15:14:16 -0700
-Subject: [PATCH] Add parameter signatures for getenv() and getopt()
-
-GCC-15 complains about it when building for musl C library
-
-Upstream-Status: Submitted [https://lists.gnu.org/archive/html/bug-gawk/2025-03/msg00027.html]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- missing_d/fnmatch.c | 2 +-
- support/getopt.c | 2 +-
- support/getopt.h | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/missing_d/fnmatch.c b/missing_d/fnmatch.c
-index ccb7e34..7f97fbf 100644
---- a/missing_d/fnmatch.c
-+++ b/missing_d/fnmatch.c
-@@ -121,7 +121,7 @@ USA. */
- whose names are inconsistent. */
-
- # if !defined _LIBC && !defined getenv
--extern char *getenv ();
-+extern char *getenv (const char*);
- # endif
-
- # ifndef errno
-diff --git a/support/getopt.c b/support/getopt.c
-index eeb71ba..e7ebd19 100644
---- a/support/getopt.c
-+++ b/support/getopt.c
-@@ -152,7 +152,7 @@ static struct _getopt_data getopt_data;
- whose names are inconsistent. */
-
- #ifndef getenv
--extern char *getenv ();
-+extern char *getenv (const char*);
- #endif
-
- #endif /* not __GNU_LIBRARY__ */
-diff --git a/support/getopt.h b/support/getopt.h
-index 8393569..06482cf 100644
---- a/support/getopt.h
-+++ b/support/getopt.h
-@@ -181,7 +181,7 @@ extern int __posix_getopt (int ___argc, char *const *___argv,
- # endif
- # endif
- #else /* not __GNU_LIBRARY__ */
--extern int getopt ();
-+extern int getopt (int, char * const*, const char *);
- #endif /* __GNU_LIBRARY__ */
-
- #ifndef __need_getopt
diff --git a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch
index 4fe60c7cb8..bcbc569531 100644
--- a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch
+++ b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch
@@ -1,4 +1,4 @@
-From 879fb11c7c006a8533a092fb75b38d84cc570d83 Mon Sep 17 00:00:00 2001
+From 9ce3184188e3fa275fde0258a165f4446a6e80f7 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Fri, 22 Nov 2024 12:13:58 +0100
Subject: [PATCH] configure.ac: re-enable disabled printf features
@@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
-index cb99ffe..5fe792f 100644
+index 0ccd460..7df7e5b 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -398,7 +398,7 @@ int main()
+@@ -400,7 +400,7 @@ int main()
])],
has_f_format=yes,
has_f_format=no,
@@ -24,7 +24,7 @@ index cb99ffe..5fe792f 100644
)
if test "$has_f_format" = yes
then
-@@ -427,7 +427,7 @@ int main()
+@@ -429,7 +429,7 @@ int main()
])],
has_a_format=yes,
has_a_format=no,
diff --git a/meta/recipes-extended/gawk/gawk_5.3.1.bb b/meta/recipes-extended/gawk/gawk_5.3.2.bb
similarity index 94%
rename from meta/recipes-extended/gawk/gawk_5.3.1.bb
rename to meta/recipes-extended/gawk/gawk_5.3.2.bb
index 1fe2f2b2a7..833fe78bf9 100644
--- a/meta/recipes-extended/gawk/gawk_5.3.1.bb
+++ b/meta/recipes-extended/gawk/gawk_5.3.2.bb
@@ -18,10 +18,9 @@ PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
file://run-ptest \
file://0001-configure.ac-re-enable-disabled-printf-features.patch \
- file://0001-Add-parameter-signatures-for-getenv-and-getopt.patch \
"
-SRC_URI[sha256sum] = "fa41b3a85413af87fb5e3a7d9c8fa8d4a20728c67651185bb49c38a7f9382b1e"
+SRC_URI[sha256sum] = "8639a1a88fb411a1be02663739d03e902a6d313b5c6fe024d0bfeb3341a19a11"
inherit autotools gettext texinfo update-alternatives
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 wangmy
` (11 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../harfbuzz/{harfbuzz_11.0.0.bb => harfbuzz_11.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.0.0.bb => harfbuzz_11.0.1.bb} (95%)
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
index ea0819af2b..8945467a00 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f16351bafe214725fe2c1d5b59f0d93e49905a4b247899fb90d70cff953a2b9b"
+SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a"
DEPENDS += "glib-2.0-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (2 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
` (10 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-support/hwdata/{hwdata_0.393.bb => hwdata_0.394.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/hwdata/{hwdata_0.393.bb => hwdata_0.394.bb} (93%)
diff --git a/meta/recipes-support/hwdata/hwdata_0.393.bb b/meta/recipes-support/hwdata/hwdata_0.394.bb
similarity index 93%
rename from meta/recipes-support/hwdata/hwdata_0.393.bb
rename to meta/recipes-support/hwdata/hwdata_0.394.bb
index 1517a1d35f..a4288eb420 100644
--- a/meta/recipes-support/hwdata/hwdata_0.393.bb
+++ b/meta/recipes-support/hwdata/hwdata_0.394.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
-SRCREV = "2b7f8370a5b3b1552d8264b8665ed99ddfea0b57"
+SRCREV = "fa1ccf4e4944bdb4110025c5c40e4fee8c8de29b"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (3 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 8:08 ` Alexander Kanavin
2025-04-08 0:51 ` [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 wangmy
` (9 subsequent siblings)
14 siblings, 1 reply; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- build both static and dynamic libraries on new suse distros
- require cmake >= 3.5
- new features:
* support the apk package and repository format (both v2 and v3)
* new dataiterator_final_{repo,solvable} functions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb} (95%)
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.31.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.32.bb
index b395ff972d..419036458a 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
"
-SRCREV = "95aef5cc57d0f51782e55b6903b30ec93afbfa15"
+SRCREV = "95f64952e3270deb6be30ae4b786cae5c114c807"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (4 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 wangmy
` (8 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* [ci] update deps pkg names for lighttpd on Cygwin
* [ci] MSYS detection kludge in tests/LightyTest.pm
* [autotools] spelling Couldn't => Could not
* [mod_openssl] revert SSL_CTX default cert assign
* [mod_openssl] spelling in comment
* [TLS] issue trace if unable to check/refresh cert
* [ci] Cygwin Invoke-WebRequest -MaximumRetryCount 3
* [ci] Cygwin prefer D:\ drive
* [ci] Cygwin remove redundant call to setup.exe
* [core] set server.max-fds = 4096 if not specified
* [core] clear Linux ambient capabilities, if any
* [core] rename remove_pid_file() -> server_pid_file_remove()
* [core] retry pidfile open on Linux
* [doc] systemd lighttpd.service hardening
* [doc] move TLS config to separate file tls.conf
* [doc] systemd lighttpd.service hardening addition
* [doc] systemd lighttpd*.socket activation examples
* [core] default listen() backlog to SOMAXCONN
* [ci] fix meson build execution selection
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../lighttpd/{lighttpd_1.4.78.bb => lighttpd_1.4.79.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.78.bb => lighttpd_1.4.79.bb} (97%)
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb
index 1d9b4e517c..cd6790dff9 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
file://lighttpd \
"
-SRC_URI[sha256sum] = "3c0739e8bc75c9e9fc1cfa89e1c304dd4b0e4abb87adc646a1d20bc6a2db2a3e"
+SRC_URI[sha256sum] = "3b29a625b3ad88702d1fea4f5f42bb7d87488f2e4efc977d7f185329ca6084bd"
DEPENDS = "virtual/crypt"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (5 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2 wangmy
` (7 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 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/llvm/{llvm_20.1.1.bb => llvm_20.1.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/llvm/{llvm_20.1.1.bb => llvm_20.1.2.bb} (99%)
diff --git a/meta/recipes-devtools/llvm/llvm_20.1.1.bb b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
similarity index 99%
rename from meta/recipes-devtools/llvm/llvm_20.1.1.bb
rename to meta/recipes-devtools/llvm/llvm_20.1.2.bb
index c60a604255..f1ef4c33d4 100644
--- a/meta/recipes-devtools/llvm/llvm_20.1.1.bb
+++ b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
@@ -38,7 +38,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
${@bb.utils.contains('PACKAGECONFIG', 'spirv-llvm-translator', '${SRC_URI_SPIRV}', '', d)} \
file://llvm-config \
"
-SRC_URI[sha256sum] = "4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0"
+SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (6 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 wangmy
` (6 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Make-CPU-family-warnings-fatal.patch
refreshed for 1.7.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../meson/0001-Make-CPU-family-warnings-fatal.patch | 10 +++++-----
.../meson/{meson_1.7.1.bb => meson_1.7.2.bb} | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/meson/{meson_1.7.1.bb => meson_1.7.2.bb} (98%)
diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
index dcc8209c31..ca2bcef1ee 100644
--- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
@@ -1,4 +1,4 @@
-From 32c4ccfbdc8649f595a79e7fd1bd39d6f8325340 Mon Sep 17 00:00:00 2001
+From 8ba2c1f596206d45e8f14d4f4d2439023a3de9e7 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@intel.com>
Date: Tue, 3 Jul 2018 13:59:09 +0100
Subject: [PATCH] Make CPU family warnings fatal
@@ -11,10 +11,10 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
-index 86bad9b..9703315 100644
+index 6726d4e..844b611 100644
--- a/mesonbuild/envconfig.py
+++ b/mesonbuild/envconfig.py
-@@ -277,8 +277,8 @@ class MachineInfo(HoldableObject):
+@@ -278,8 +278,8 @@ class MachineInfo(HoldableObject):
'but is missing {}.'.format(minimum_literal - set(literal)))
cpu_family = literal['cpu_family']
@@ -26,10 +26,10 @@ index 86bad9b..9703315 100644
endian = literal['endian']
if endian not in ('little', 'big'):
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
-index 71a2f3a..4cbeabe 100644
+index 386316e..b4a0d88 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
-@@ -416,10 +416,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
+@@ -419,10 +419,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
if compilers and not any_compiler_has_define(compilers, '__mips64'):
trial = 'mips'
diff --git a/meta/recipes-devtools/meson/meson_1.7.1.bb b/meta/recipes-devtools/meson/meson_1.7.2.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.7.1.bb
rename to meta/recipes-devtools/meson/meson_1.7.2.bb
index bc57c84cce..7e9c661818 100644
--- a/meta/recipes-devtools/meson/meson_1.7.1.bb
+++ b/meta/recipes-devtools/meson/meson_1.7.2.bb
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
file://0001-Make-CPU-family-warnings-fatal.patch \
file://0002-Support-building-allarch-recipes-again.patch \
"
-SRC_URI[sha256sum] = "155780a5be87f6dd7f427ad8bcbf0f2b2c5f62ee5fdacca7caa9de8439a24b89"
+SRC_URI[sha256sum] = "4d40d63aa748a9c139cc41ab9bffe43edd113c5639d78bde81544ca955aea890"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
inherit python_setuptools_build_meta github-releases
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (7 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
` (5 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Update build backend
- Support running tests from source distribution
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-calver_2025.04.01.bb => python3-calver_2025.04.02.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-calver_2025.04.01.bb => python3-calver_2025.04.02.bb} (89%)
diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.01.bb b/meta/recipes-devtools/python/python3-calver_2025.04.02.bb
similarity index 89%
rename from meta/recipes-devtools/python/python3-calver_2025.04.01.bb
rename to meta/recipes-devtools/python/python3-calver_2025.04.02.bb
index a05e787201..3f169e1f7c 100644
--- a/meta/recipes-devtools/python/python3-calver_2025.04.01.bb
+++ b/meta/recipes-devtools/python/python3-calver_2025.04.02.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}"
-SRCREV = "5b62e5127f9ad5bb56bd09ccd8c44283a23ddb60"
+SRCREV = "e9c8017caf3e3aff214fbb581ee7f366de55f629"
inherit python_setuptools_build_meta ptest-python-pytest
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (8 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-05-19 2:37 ` Clayton Casciato
2025-04-08 0:51 ` [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 wangmy
` (4 subsequent siblings)
14 siblings, 1 reply; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-flit-core_3.11.0.bb => python3-flit-core_3.12.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-flit-core_3.11.0.bb => python3-flit-core_3.12.0.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-flit-core_3.11.0.bb
rename to meta/recipes-devtools/python/python3-flit-core_3.12.0.bb
index 1d44b58830..e40ffd0d0f 100644
--- a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb
+++ b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb
@@ -8,7 +8,7 @@ BUGTRACKER = "https://github.com/pypa/flit/issues"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08"
-SRC_URI[sha256sum] = "58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825"
+SRC_URI[sha256sum] = "1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740"
inherit pypi python_flit_core
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (9 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 wangmy
` (3 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
* Binary wheels use libxml2 2.12.10 and libxslt 1.1.42.
* Binary wheels for Windows use a patched libxml2 2.11.9 and libxslt 1.1.39.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb} (95%)
diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_5.3.1.bb
rename to meta/recipes-devtools/python/python3-lxml_5.3.2.bb
index 8a3ec862f7..cc0d4ecd25 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
DEPENDS += "libxml2 libxslt"
-SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8"
+SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"
SRC_URI += "${PYPI_SRC_URI}"
inherit pkgconfig pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (10 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
` (2 subsequent siblings)
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate.
- Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...extensions_4.13.0.bb => python3-typing-extensions_4.13.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-typing-extensions_4.13.0.bb => python3-typing-extensions_4.13.1.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
index ea946849a7..c3d3dbc275 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
PYPI_PACKAGE = "typing_extensions"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-SRC_URI[sha256sum] = "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b"
+SRC_URI[sha256sum] = "98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"
inherit pypi python_flit_core
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (11 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 10:21 ` Gyorgy Sarvari
2025-04-08 0:51 ` [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 wangmy
2025-04-08 11:17 ` [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 Mathieu Dubois-Briand
14 siblings, 1 reply; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Using SPDX-License-Identifier: LGPL-2.1-or-later to replace the description of license
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} (80%)
diff --git a/meta/recipes-multimedia/sbc/sbc_2.0.bb b/meta/recipes-multimedia/sbc/sbc_2.1.bb
similarity index 80%
rename from meta/recipes-multimedia/sbc/sbc_2.0.bb
rename to meta/recipes-multimedia/sbc/sbc_2.1.bb
index d25be9e80c..d3b4996784 100644
--- a/meta/recipes-multimedia/sbc/sbc_2.0.bb
+++ b/meta/recipes-multimedia/sbc/sbc_2.1.bb
@@ -7,14 +7,15 @@ LICENSE:${PN} = "LGPL-2.1-or-later"
LICENSE:${PN}-examples = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
- file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \
- file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
+ file://src/sbcenc.c;beginline=1;endline=24;md5=1db4f3850f47b59e79aeedb2668f4b3e \
+ file://sbc/sbc.h;beginline=1;endline=26;md5=c5a50a7fc33c148ee362e2b46574a87f \
+ "
DEPENDS = "libsndfile1"
SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
-SRC_URI[sha256sum] = "8f12368e1dbbf55e14536520473cfb338c84b392939cc9b64298360fd4a07992"
+SRC_URI[sha256sum] = "426633cabd7c798236443516dfa8335b47e004b0ef37ff107e0c7ead3299fcc2"
inherit autotools pkgconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (12 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
@ 2025-04-08 0:51 ` wangmy
2025-04-08 11:17 ` [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 Mathieu Dubois-Briand
14 siblings, 0 replies; 23+ messages in thread
From: wangmy @ 2025-04-08 0:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ystemd-boot-native_257.4.bb => systemd-boot-native_257.5.bb} | 0
.../systemd/{systemd-boot_257.4.bb => systemd-boot_257.5.bb} | 0
...temctl-native_257.4.bb => systemd-systemctl-native_257.5.bb} | 0
meta/recipes-core/systemd/systemd.inc | 2 +-
.../recipes-core/systemd/{systemd_257.4.bb => systemd_257.5.bb} | 0
5 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/systemd/{systemd-boot-native_257.4.bb => systemd-boot-native_257.5.bb} (100%)
rename meta/recipes-core/systemd/{systemd-boot_257.4.bb => systemd-boot_257.5.bb} (100%)
rename meta/recipes-core/systemd/{systemd-systemctl-native_257.4.bb => systemd-systemctl-native_257.5.bb} (100%)
rename meta/recipes-core/systemd/{systemd_257.4.bb => systemd_257.5.bb} (100%)
diff --git a/meta/recipes-core/systemd/systemd-boot-native_257.4.bb b/meta/recipes-core/systemd/systemd-boot-native_257.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot-native_257.4.bb
rename to meta/recipes-core/systemd/systemd-boot-native_257.5.bb
diff --git a/meta/recipes-core/systemd/systemd-boot_257.4.bb b/meta/recipes-core/systemd/systemd-boot_257.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_257.4.bb
rename to meta/recipes-core/systemd/systemd-boot_257.5.bb
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb b/meta/recipes-core/systemd/systemd-systemctl-native_257.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb
rename to meta/recipes-core/systemd/systemd-systemctl-native_257.5.bb
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 55389f1050..48600ce77a 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
-SRCREV = "5ce1c02abc0cc386332384497b5939108314d80d"
+SRCREV = "1c93ed4c72a4513d9cefcd1f89d11a9dc828d06c"
SRCBRANCH = "v257-stable"
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
diff --git a/meta/recipes-core/systemd/systemd_257.4.bb b/meta/recipes-core/systemd/systemd_257.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd_257.4.bb
rename to meta/recipes-core/systemd/systemd_257.5.bb
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* Re: [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
@ 2025-04-08 8:08 ` Alexander Kanavin
0 siblings, 0 replies; 23+ messages in thread
From: Alexander Kanavin @ 2025-04-08 8:08 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On Tue, 8 Apr 2025 at 02:52, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
> @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
Can you please add the tag parameter to SRC_URI line for commit id->
tag verification? And please the same for all recipe updates that
fetch from git and use SRCREV?
Alex
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
@ 2025-04-08 10:21 ` Gyorgy Sarvari
0 siblings, 0 replies; 23+ messages in thread
From: Gyorgy Sarvari @ 2025-04-08 10:21 UTC (permalink / raw)
To: wangmy, openembedded-core
On 4/8/25 02:51, wangmy via lists.openembedded.org wrote:
> - file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \
> - file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
> + file://src/sbcenc.c;beginline=1;endline=24;md5=1db4f3850f47b59e79aeedb2668f4b3e \
> + file://sbc/sbc.h;beginline=1;endline=26;md5=c5a50a7fc33c148ee362e2b46574a87f \
Along with the text change, the "endline" parameter has changed also to
8 and 10 respectively.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
` (13 preceding siblings ...)
2025-04-08 0:51 ` [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 wangmy
@ 2025-04-08 11:17 ` Mathieu Dubois-Briand
14 siblings, 0 replies; 23+ messages in thread
From: Mathieu Dubois-Briand @ 2025-04-08 11:17 UTC (permalink / raw)
To: wangmy, openembedded-core
On Tue Apr 8, 2025 at 2:51 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> no-test-timeout.patch
> refreshed for 8.13.0
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
Hi Wang,
Thanks for your patch.
I believe the curl update is breaking nativesdk-cmake on the
autobuilder:
ERROR: nativesdk-cmake-3.31.6-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/temp/run.do_compile.1695358' failed with exit code 1
| In file included from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Utilities/cm3p/curl/curl.h:8,
| from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.h:12,
| from /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:3:
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx: In function 'std::string cmCurlSetNETRCOption(CURL*, const std::string&, const std::string&)':
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:178:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 178 | curl_netrc_level = CURL_NETRC_OPTIONAL;
| | ^~~~~~~~~~~~~~~~~~~
| | |
| | long int
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:180:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 180 | curl_netrc_level = CURL_NETRC_REQUIRED;
| | ^~~~~~~~~~~~~~~~~~~
| | |
| | long int
| /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/3.31.6/cmake-3.31.6/Source/cmCurl.cxx:182:26: error: invalid conversion from 'long int' to 'CURL_NETRC_OPTION' [-fpermissive]
| 182 | curl_netrc_level = CURL_NETRC_IGNORED;
| | ^~~~~~~~~~~~~~~~~~
| | |
| | long int
Can you have a look at this please?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
@ 2025-05-19 2:37 ` Clayton Casciato
2025-05-19 2:49 ` Clayton Casciato
0 siblings, 1 reply; 23+ messages in thread
From: Clayton Casciato @ 2025-05-19 2:37 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 9879 bytes --]
Hi, Wang!
I'm having trouble with the latest Poky builds (core-image-minimal) and believe I narrowed down the issue to this commit.
I see python3-flit-core is referenced in recipetool and believe I saw something related to this (though my scrollback wasn't enough).
See the three tests below (separated via "--").
Thank you!
Test 1 - commit previous to flit-core - success:
Build Configuration:
BB_VERSION = "2.12.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "beaglebone-yocto"
DISTRO = "poky"
DISTRO_VERSION = "5.2"
TUNE_FEATURES = "arm vfp cortexa8 neon callconvention-hard"
TARGET_FPU = "hard"
meta = "HEAD:557c12455e406571e829872fa83878510cbe94a1"
meta-selinux = "master:32adf788c70a3e75e947ea7394b9a746686bb01e"
meta-python
meta-oe = "HEAD:f3f094acd6c83c757378bae20d398cb14783e731"
meta-poky
meta-yocto-bsp = "HEAD:557c12455e406571e829872fa83878510cbe94a1"
meta-clang = "master:02e254ba1fb4937530d94a154b4c713c904c2d06"
meta-security = "master:784ca4b6584101e971b2d5d76ec7b716ad1301b5"
--
Test 2 - failure - HEAD:
Build Configuration:
BB_VERSION = "2.12.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "beaglebone-yocto"
DISTRO = "poky"
DISTRO_VERSION = "5.2"
TUNE_FEATURES = "arm vfp cortexa8 neon callconvention-hard"
TARGET_FPU = "hard"
meta = "master:e3d24e5cd8eee5d0d232abdfef33cacf0ad96787"
meta-selinux = "master:32adf788c70a3e75e947ea7394b9a746686bb01e"
meta-python
meta-oe = "master:1d6095b73fa21062fde2b347cd61b6c5104390d9"
meta-poky
meta-yocto-bsp = "master:e3d24e5cd8eee5d0d232abdfef33cacf0ad96787"
meta-clang = "master:02e254ba1fb4937530d94a154b4c713c904c2d06"
meta-security = "master:784ca4b6584101e971b2d5d76ec7b716ad1301b5"
[...]
ERROR: python3-markupsafe-native-3.0.2-r0 do_compile: Execution of '[...]/poky/build/tmp/work/x86_64-linux/python3-markupsafe-native/3.0.2/temp/run.do_compile.2646889' failed with exit code 1
ERROR: Logfile of failure stored in: [...]/poky/build/tmp/work/x86_64-linux/python3-markupsafe-native/3.0.2/temp/log.do_compile.2646889
Log data follows:
| DEBUG: Executing shell function do_compile
| * Getting build dependencies for wheel...
| [...]/poky/build/tmp/work/x86_64-linux/python3-markupsafe-native/3.0.2/recipe-sysroot-native/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
| !!
|
| ********************************************************************************
| Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
| By 2026-Feb-18, you need to update your project and remove deprecated calls
| or your builds will no longer be supported.
|
| See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
| ********************************************************************************
|
| !!
| corresp(dist, value, root_dir)
| [...]/poky/build/tmp/work/x86_64-linux/python3-markupsafe-native/3.0.2/recipe-sysroot-native/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
| !!
|
| ********************************************************************************
| Please consider removing the following classifiers in favor of a SPDX license expression:
|
| License :: OSI Approved :: BSD License
|
| See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
| ********************************************************************************
|
| !! dist._finalize_license_expression()
| [...]/poky/build/tmp/work/x86_64-linux/python3-markupsafe-native/3.0.2/recipe-sysroot-native/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
| !!
|
| ********************************************************************************
| Please consider removing the following classifiers in favor of a SPDX license expression:
|
| License :: OSI Approved :: BSD License
|
| See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
| ******************************************************************************** |
| !!
| self._finalize_license_expression()
| usage: _in_process.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
| or: _in_process.py --help [cmd1 cmd2 ...]
| or: _in_process.py --help-commands
| or: _in_process.py cmd --help
|
| error: invalid command 'egg_info'
|
| ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
| WARNING: exit code 1 from a shell command.
ERROR: Task (virtual:native:[...]/poky/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb:do_compile) failed with exit code '1'
--
Test 3 - this flit commit - failure:
Build Configuration:
BB_VERSION = "2.12.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "beaglebone-yocto"
DISTRO = "poky"
DISTRO_VERSION = "5.2"
TUNE_FEATURES = "arm vfp cortexa8 neon callconvention-hard"
TARGET_FPU = "hard"
meta = "HEAD:0034c8aac358fe613018f0456ad7c68c2da04684"
meta-selinux = "master:32adf788c70a3e75e947ea7394b9a746686bb01e"
meta-python
meta-oe = "HEAD:f3f094acd6c83c757378bae20d398cb14783e731"
meta-poky
meta-yocto-bsp = "HEAD:0034c8aac358fe613018f0456ad7c68c2da04684"
meta-clang = "master:02e254ba1fb4937530d94a154b4c713c904c2d06"
meta-security = "master:784ca4b6584101e971b2d5d76ec7b716ad1301b5"
[...]
NOTE: Executing Tasks
ERROR: python3-wheel-native-0.45.1-r0 do_compile: Execution of '[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/temp/run.do_compile.2528661' failed with exit code 1
ERROR: Logfile of failure stored in: [...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/temp/log.do_compile.2528661
Log data follows:
| DEBUG: Executing shell function do_compile
| * Getting build dependencies for wheel...
|
| Traceback (most recent call last):
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/__main__.py", line 178, in _handle_build_error
| yield
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/__main__.py", line 429, in main
| built = build_call(
| args.srcdir,
| ...<5 lines>...
| args.installer,
| )
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/__main__.py", line 238, in build_package
| out = _build(isolation, srcdir, outdir, distribution, config_settings, skip_dependency_check, installer)
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/__main__.py", line 172, in _build
| return _build_in_current_env(srcdir, outdir, distribution, config_settings, skip_dependency_check)
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/__main__.py", line 151, in _build_in_current_env
| missing = builder.check_dependencies(distribution, config_settings or {})
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/_builder.py", line 243, in check_dependencies
| return {u for d in dependencies for u in check_dependency(d)}
| ~~~~~~~~~~~~~~~~^^^
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/build/_util.py", line 53, in check_dependency
| if req.specifier and not req.specifier.contains(dist.version, prereleases=True):
| ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/packaging/specifiers.py", line 917, in contains
| item = Version(item)
| File "[...]/poky/build/tmp/work/x86_64-linux/python3-wheel-native/0.45.1/recipe-sysroot-native/usr/lib/python3.13/site-packages/packaging/version.py", line 200, in __init__
| match = self._regex.search(version)
| TypeError: expected string or bytes-like object, got 'NoneType'
|
| ERROR expected string or bytes-like object, got 'NoneType'
| WARNING: exit code 1 from a shell command.
--
Clayton Casciato
[-- Attachment #2: Type: text/html, Size: 22696 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-05-19 2:37 ` Clayton Casciato
@ 2025-05-19 2:49 ` Clayton Casciato
2025-05-27 13:48 ` Clayton Casciato
0 siblings, 1 reply; 23+ messages in thread
From: Clayton Casciato @ 2025-05-19 2:49 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
Quick followup:
I took a look upstream and found this: https://github.com/pypa/flit/issues/743
I'm not familiar with flit, but the version matches (3.12) and it mentions wheel.
[-- Attachment #2: Type: text/html, Size: 336 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-05-19 2:49 ` Clayton Casciato
@ 2025-05-27 13:48 ` Clayton Casciato
2025-05-27 16:00 ` [OE-core] " Gyorgy Sarvari
0 siblings, 1 reply; 23+ messages in thread
From: Clayton Casciato @ 2025-05-27 13:48 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
I also found this:
"[AUH] python3-flit-core: upgrading to 3.12.0 FAILED"
https://lists.openembedded.org/g/openembedded-core/message/214061
[-- Attachment #2: Type: text/html, Size: 213 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-05-27 13:48 ` Clayton Casciato
@ 2025-05-27 16:00 ` Gyorgy Sarvari
2025-05-27 18:57 ` Clayton Casciato
0 siblings, 1 reply; 23+ messages in thread
From: Gyorgy Sarvari @ 2025-05-27 16:00 UTC (permalink / raw)
To: ccasciato, openembedded-core
On 5/27/25 15:48, Clayton Casciato via lists.openembedded.org wrote:
> I also found this:
>
> "[AUH] python3-flit-core: upgrading to 3.12.0 FAILED"
>
> https://lists.openembedded.org/g/openembedded-core/message/214061
I tried to reproduce these errors in my env[1] with all your failing
packages, but they built successfully. I also tried with only oe-core,
without anything else, and that was successful too.
The AUH failure seems to match your error, but interestingly the patch
has survived autobuilder many times... I wonder if the error is rooted
in build host environment, or maybe even in sstate cache somehow? (I did
delete tmp folder, but reused sstate cache. I build my recipes in a
Debian 12 based Docker image)
[1]:
Build Configuration:
BB_VERSION = "2.12.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "poky"
DISTRO_VERSION = "5.2"
TUNE_FEATURES = "arm vfp cortexa15 neon thumb callconvention-hard"
TARGET_FPU = "hard"
meta-firefox = "master:685ae3023b8ad6e6378e41058520327439ffe6cf"
meta-clang = "HEAD:02e254ba1fb4937530d94a154b4c713c904c2d06"
meta-firefox-test = "master:7ac03919ed0036da95fa3eb6643627b41d8e73eb"
meta-multimedia
meta-networking
meta-oe
meta-python = "HEAD:1d6095b73fa21062fde2b347cd61b6c5104390d9"
meta
meta-poky
meta-yocto-bsp = "HEAD:9bc47d6a4d23bff5999b69fa2b99e1b32eaa62fb"
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0
2025-05-27 16:00 ` [OE-core] " Gyorgy Sarvari
@ 2025-05-27 18:57 ` Clayton Casciato
0 siblings, 0 replies; 23+ messages in thread
From: Clayton Casciato @ 2025-05-27 18:57 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 70 bytes --]
Thanks, Gyorgy!
I am able to build after removing tmp and sstate.
[-- Attachment #2: Type: text/html, Size: 109 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2025-05-27 18:57 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 0:51 [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 wangmy
2025-04-08 8:08 ` Alexander Kanavin
2025-04-08 0:51 ` [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 wangmy
2025-05-19 2:37 ` Clayton Casciato
2025-05-19 2:49 ` Clayton Casciato
2025-05-27 13:48 ` Clayton Casciato
2025-05-27 16:00 ` [OE-core] " Gyorgy Sarvari
2025-05-27 18:57 ` Clayton Casciato
2025-04-08 0:51 ` [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 wangmy
2025-04-08 0:51 ` [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 wangmy
2025-04-08 10:21 ` Gyorgy Sarvari
2025-04-08 0:51 ` [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 wangmy
2025-04-08 11:17 ` [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 Mathieu Dubois-Briand
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.