Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bash* to *5.2.37* has Succeeded.
Next steps:
- apply the patch: git am 0001-bash-upgrade-5.2.32-5.2.37.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From c8246313788ec2b02371f539999c651598aae3a4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 10 Oct 2024 02:57:47 +0000
Subject: [PATCH] bash: upgrade 5.2.32 -> 5.2.37
---
...T-handler-while-waiting-for-a-child-.patch | 2 +-
.../bash/bash/0001-fix-c99.patch | 20 +++----------------
.../bash/bash/build-tests.patch | 2 +-
.../bash/bash/fix-filesubst-errexit.patch | 2 +-
.../bash/bash/fix-run-builtins.patch | 2 +-
.../bash/bash/mkbuiltins_have_stringize.patch | 2 +-
.../bash/bash/test-output.patch | 2 +-
.../bash/bash/use_aclocal.patch | 4 ++--
.../bash/{bash_5.2.32.bb => bash_5.2.37.bb} | 2 +-
9 files changed, 12 insertions(+), 26 deletions(-)
rename meta/recipes-extended/bash/{bash_5.2.32.bb => bash_5.2.37.bb} (90%)
diff --git
a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
index 4e73edb9b3..2c5d040d8f 100644
---
a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
+++
b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
@@ -1,4 +1,4 @@
-From e4b9493ae4923595ec3ca67f85322129fb3056cf Mon Sep 17 00:00:00 2001
+From 734e2f30abe9c0f0660cfe535dc8704e818dec4a Mon Sep 17 00:00:00 2001
From: Chet Ramey <[email protected]>
Date: Mon, 30 Oct 2023 12:16:07 -0400
Subject: [PATCH] changes to SIGINT handler while waiting for a child; skip
diff --git a/meta/recipes-extended/bash/bash/0001-fix-c99.patch
b/meta/recipes-extended/bash/bash/0001-fix-c99.patch
index abd83d09af..7cd08d7831 100644
--- a/meta/recipes-extended/bash/bash/0001-fix-c99.patch
+++ b/meta/recipes-extended/bash/bash/0001-fix-c99.patch
@@ -1,4 +1,4 @@
-From e8ec2d75a52bdc93c83a679a71a68f4033033b8b Mon Sep 17 00:00:00 2001
+From 34a103b566280d751d44c6df0d3f025fe5f89b10 Mon Sep 17 00:00:00 2001
From: Ross Burton <[email protected]>
Date: Wed, 19 Jun 2024 12:57:39 +0000
Subject: [PATCH] Fix C99 problems
@@ -8,9 +8,8 @@ Backport some fixes from upstream to fix configure checks that
fail with GCC 14.
Upstream-Status: Backport [devel branch]
Signed-off-by: Ross Burton <[email protected]>
---
- aclocal.m4 | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
+ aclocal.m4 | 3 +++
+ 1 file changed, 3 insertions(+)
diff --git a/aclocal.m4 b/aclocal.m4
index cc97bd4..7423b99 100644
@@ -26,16 +25,3 @@ index cc97bd4..7423b99 100644
int
main()
{
-diff --git a/configure.ac b/configure.ac
-index a3b5bd7..2a38c6b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -842,7 +842,7 @@ AC_CHECK_DECLS([strtold], [
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <stdlib.h>]],
-- [[long double r; char *foo, bar; r = strtold(foo, &bar);]]
-+ [[long double r; char *foo, *bar; r = strtold(foo, &bar);]]
- )],
- [bash_cv_strtold_broken=no],[bash_cv_strtold_broken=yes])
- ]
diff --git a/meta/recipes-extended/bash/bash/build-tests.patch
b/meta/recipes-extended/bash/bash/build-tests.patch
index 4cce1ba993..49a44cd1ea 100644
--- a/meta/recipes-extended/bash/bash/build-tests.patch
+++ b/meta/recipes-extended/bash/bash/build-tests.patch
@@ -1,4 +1,4 @@
-From c3f58f8b4f7a359b9d9dd97a45bcaab50a89d224 Mon Sep 17 00:00:00 2001
+From 1cc5395bb32fb6a7d3696f4563c4788609c46228 Mon Sep 17 00:00:00 2001
From: Anders Roxell <[email protected]>
Date: Wed, 19 Dec 2012 17:18:31 +0100
Subject: [PATCH] Add 'ptest' target to Makefile, to run tests without checking
diff --git a/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch
b/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch
index c5082ee355..8f0b23f973 100644
--- a/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch
+++ b/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch
@@ -1,4 +1,4 @@
-From 16951b74971c7fd38fd036dac1410a9e53cbe736 Mon Sep 17 00:00:00 2001
+From f9a6fe275e0292ad28c0b0f6dc2d094ed2bcf621 Mon Sep 17 00:00:00 2001
From: Chet Ramey <[email protected]>
Date: Fri, 7 Apr 2023 00:28:46 -0700
Subject: [PATCH] $(<nosuchfile) is no longer a fatal error with errexit
diff --git a/meta/recipes-extended/bash/bash/fix-run-builtins.patch
b/meta/recipes-extended/bash/bash/fix-run-builtins.patch
index 05d0859821..bf384b9565 100644
--- a/meta/recipes-extended/bash/bash/fix-run-builtins.patch
+++ b/meta/recipes-extended/bash/bash/fix-run-builtins.patch
@@ -1,4 +1,4 @@
-From 15601c71b073a604ccda25c7f14f0bb12e9a3b28 Mon Sep 17 00:00:00 2001
+From 31fbfca752a266ae4206d30895e3a558da287f48 Mon Sep 17 00:00:00 2001
From: Dengke Du <[email protected]>
Date: Tue, 19 Apr 2016 02:57:45 -0400
Subject: [PATCH] fix run-builtins failed
diff --git a/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
b/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
index eb29e7d836..6b810592d3 100644
--- a/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
+++ b/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
@@ -1,4 +1,4 @@
-From d11685286144c2e5630545e435d11387b2908fd0 Mon Sep 17 00:00:00 2001
+From 88d1bef0a2c8d116affc037f8be6d2df6666a2ee Mon Sep 17 00:00:00 2001
From: Christopher Larson <[email protected]>
Date: Wed, 14 Nov 2012 07:55:09 -0700
Subject: [PATCH] bash: fix mkbuiltins build failure
diff --git a/meta/recipes-extended/bash/bash/test-output.patch
b/meta/recipes-extended/bash/bash/test-output.patch
index 3225907b66..142f465767 100644
--- a/meta/recipes-extended/bash/bash/test-output.patch
+++ b/meta/recipes-extended/bash/bash/test-output.patch
@@ -1,4 +1,4 @@
-From f5cbd5a4954b89857c9e397cacceda552484f5d5 Mon Sep 17 00:00:00 2001
+From f96024a49e7505570a98d67bedda2b15ecd55434 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <[email protected]>
Date: Tue, 15 Aug 2017 10:01:56 +0800
Subject: [PATCH] Add FAIL/PASS output to test output.
diff --git a/meta/recipes-extended/bash/bash/use_aclocal.patch
b/meta/recipes-extended/bash/bash/use_aclocal.patch
index e966b037a2..6d70ecea73 100644
--- a/meta/recipes-extended/bash/bash/use_aclocal.patch
+++ b/meta/recipes-extended/bash/bash/use_aclocal.patch
@@ -1,4 +1,4 @@
-From b3a64702fa1978463c01bd5d9fe711e4628aba1e Mon Sep 17 00:00:00 2001
+From 2c374ca254d70833550c2054424f4e037865072c Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Mon, 28 Dec 2020 21:04:27 +0100
Subject: [PATCH] bash: update 5.0 -> 5.1
@@ -14,7 +14,7 @@ RP 2021/1/20
1 file changed, 43 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 50a6e20..a3b5bd7 100644
+index 52d4029..2a38c6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -710,49 +710,6 @@ if test x$SIZE = x; then
diff --git a/meta/recipes-extended/bash/bash_5.2.32.bb
b/meta/recipes-extended/bash/bash_5.2.37.bb
similarity index 90%
rename from meta/recipes-extended/bash/bash_5.2.32.bb
rename to meta/recipes-extended/bash/bash_5.2.37.bb
index b159c0232f..87e0aa24ec 100644
--- a/meta/recipes-extended/bash/bash_5.2.32.bb
+++ b/meta/recipes-extended/bash/bash_5.2.37.bb
@@ -17,7 +17,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
file://0001-fix-c99.patch \
"
-SRC_URI[tarball.sha256sum] =
"d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5"
+SRC_URI[tarball.sha256sum] =
"9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS',
'-mthumb', '-fomit-frame-pointer', '', d)}"
DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS',
'-mthumb', '-fomit-frame-pointer', '', d)}"
--
2.44.1
packages/core2-64-poky-linux/bash/bash-bashbug: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-bashbug: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-dbg: PKGSIZE changed from 3769480 to 3771448 (+0%) packages/core2-64-poky-linux/bash/bash-dbg: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-dbg: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-dev: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-dev: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-doc: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-doc: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-loadable: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-loadable: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-af: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-af: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-bg: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-bg: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ca: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ca: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-cs: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-cs: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-da: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-da: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-de: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-de: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-el: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-el: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-en+boldquot: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-en+boldquot: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-en+quot: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-en+quot: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-eo: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-eo: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-es: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-es: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-et: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-et: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-fi: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-fi: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-fr: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-fr: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ga: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ga: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-gl: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-gl: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-hr: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-hr: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-hu: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-hu: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-id: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-id: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-it: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-it: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ja: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ja: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ko: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ko: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-lt: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-lt: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-nb: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-nb: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-nl: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-nl: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-pl: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-pl: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-pt-br: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-pt-br: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-pt: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-pt: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ro: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ro: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-ru: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-ru: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-sk: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-sk: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-sl: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-sl: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-sr: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-sr: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-sv: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-sv: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-tr: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-tr: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-uk: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-uk: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-vi: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-vi: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-zh-cn: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-zh-cn: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-locale-zh-tw: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-locale-zh-tw: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-ptest: PKGSIZE changed from 1585216 to 1585869 (+0%) packages/core2-64-poky-linux/bash/bash-ptest: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-ptest: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-src: PKGSIZE changed from 4393415 to 4396136 (+0%) packages/core2-64-poky-linux/bash/bash-src: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-src: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash-staticdev: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash-staticdev: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash/bash: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash/bash: PV changed from "5.2.32" to "5.2.37" packages/core2-64-poky-linux/bash: SRC_URI changed from "https://ftp.gnu.org/gnu/bash/bash-5.2.32.tar.gz;name=tarball file://mkbuiltins_have_stringize.patch file://build-tests.patch file://test-output.patch file://run-ptest file://run-bash-ptests file://fix-run-builtins.patch file://use_aclocal.patch file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch file://fix-filesubst-errexit.patch file://0001-fix-c99.patch" to "https://ftp.gnu.org/gnu/bash/bash-5.2.37.tar.gz;name=tarball file://mkbuiltins_have_stringize.patch file://build-tests.patch file://test-output.patch file://run-ptest file://run-bash-ptests file://fix-run-builtins.patch file://use_aclocal.patch file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch file://fix-filesubst-errexit.patch file://0001-fix-c99.patch" packages/core2-64-poky-linux/bash: PKGV changed from 5.2.32 [default] to 5.2.37 [default] packages/core2-64-poky-linux/bash: PV changed from "5.2.32" to "5.2.37"
0001-bash-upgrade-5.2.32-5.2.37.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205497): https://lists.openembedded.org/g/openembedded-core/message/205497 Mute This Topic: https://lists.openembedded.org/mt/108936170/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
