Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *bluez5* to *5.69* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-bluez5-upgrade-5.68-5.69.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 dc67dc3358f876abb98af3fe53c1a2f27468be0b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 1 Sep 2023 07:27:07 +0000
Subject: [PATCH] bluez5: upgrade 5.68 -> 5.69

---
 meta/recipes-connectivity/bluez5/bluez5.inc   |  1 -
 .../bluez5/bluez5/fix-check-ell-path.patch    | 39 -------------------
 .../bluez5/{bluez5_5.68.bb => bluez5_5.69.bb} |  2 +-
 3 files changed, 1 insertion(+), 41 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch
 rename meta/recipes-connectivity/bluez5/{bluez5_5.68.bb => bluez5_5.69.bb} 
(94%)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc 
b/meta/recipes-connectivity/bluez5/bluez5.inc
index d2ee2b4f12..e10158a6e5 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -55,7 +55,6 @@ SRC_URI = 
"${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
            
file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
            file://0001-test-gatt-Fix-hung-issue.patch \
            file://0004-src-shared-util.c-include-linux-limits.h.patch \
-           file://fix-check-ell-path.patch \
            "
 S = "${WORKDIR}/bluez-${PV}"
 
diff --git a/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch 
b/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch
deleted file mode 100644
index 7afa63962d..0000000000
--- a/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Upstream-Status: Submitted 
[https://marc.info/?l=linux-bluetooth&m=168818474411163&w=2]
-Signed-off-by: Anuj Mittal <[email protected]>
-
-From linux-bluetooth  Sat Jul 01 04:12:52 2023
-From: Rudi Heitbaum <rudi () heitbaum ! com>
-Date: Sat, 01 Jul 2023 04:12:52 +0000
-To: linux-bluetooth
-Subject: [PATCH] configure: Fix check ell path for cross compiling
-Message-Id: <20230701041252.139338-1-rudi () heitbaum ! com>
-X-MARC-Message: https://marc.info/?l=linux-bluetooth&m=168818474411163
-
-Use of AC_CHECK_FILE prevents cross compilation.
-Instead use test to support cross compiling.
-
-Signed-off-by: Rudi Heitbaum <[email protected]>
----
- configure.ac | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index eff297960..bc7edfcd3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -298,9 +298,10 @@ if (test "${enable_external_ell}" = "yes"); then
-       AC_SUBST(ELL_LIBS)
- fi
- if (test "${enable_external_ell}" != "yes"); then
--      AC_CHECK_FILE(${srcdir}/ell/ell.h, dummy=yes,
--                      AC_CHECK_FILE(${srcdir}/../ell/ell/ell.h, dummy=yes,
--                              AC_MSG_ERROR(ELL source is required or use 
--enable-external-ell)))
-+      if (test ! -f ${srcdir}/ell/ell.h) &&
-+                      (test ! -f ${srcdir}/../ell/ell/ell.h); then
-+                              AC_MSG_ERROR(ELL source is required or use 
--enable-external-ell)
-+      fi
- fi
- AM_CONDITIONAL(EXTERNAL_ELL, test "${enable_external_ell}" = "yes" ||
-                               (test "${enable_btpclient}" != "yes" &&
--- 
-2.34.1
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.68.bb 
b/meta/recipes-connectivity/bluez5/bluez5_5.69.bb
similarity index 94%
rename from meta/recipes-connectivity/bluez5/bluez5_5.68.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.69.bb
index 7c7ad75ed8..4673000f60 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.68.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.69.bb
@@ -1,6 +1,6 @@
 require bluez5.inc
 
-SRC_URI[sha256sum] = 
"fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933"
+SRC_URI[sha256sum] = 
"bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc"
 
 CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes 
rather than bluez fixes"
 
-- 
2.39.2

packages/core2-32-poky-linux/bluez5/bluez5-dbg: PKGSIZE changed from 26853580 
to 27566888 (+3%)
packages/core2-32-poky-linux/bluez5/bluez5-dbg: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-dbg: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5-dbg: FILELIST: removed 
"/usr/lib/.debug/libbluetooth.so.3.19.9", added 
"/usr/lib/.debug/libbluetooth.so.3.19.10"
packages/core2-32-poky-linux/bluez5/bluez5-dev: PKGSIZE changed from 137082 to 
137083 (+0%)
packages/core2-32-poky-linux/bluez5/bluez5-dev: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-dev: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5-doc: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-doc: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5-locale: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-locale: PV changed from "5.68" to 
"5.69"
packages/core2-32-poky-linux/bluez5/bluez5-noinst-tools: PKGSIZE changed from 
4769496 to 4773688 (+0%)
packages/core2-32-poky-linux/bluez5/bluez5-noinst-tools: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-noinst-tools: PV changed from "5.68" 
to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5-obex: PKGSIZE changed from 610081 to 
614177 (+1%)
packages/core2-32-poky-linux/bluez5/bluez5-obex: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-obex: PV changed from "5.68" to 
"5.69"
packages/core2-32-poky-linux/bluez5/bluez5-ptest: PKGSIZE changed from 4787619 
to 4926915 (+3%)
packages/core2-32-poky-linux/bluez5/bluez5-ptest: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-ptest: PV changed from "5.68" to 
"5.69"
packages/core2-32-poky-linux/bluez5/bluez5-src: PKGSIZE changed from 8035117 to 
8107931 (+1%)
packages/core2-32-poky-linux/bluez5/bluez5-src: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-src: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5-src: FILELIST: directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/gap -> 
/usr/src/debug/bluez5/5.69-r0/profiles/gap, directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/iap -> 
/usr/src/debug/bluez5/5.69-r0/profiles/iap, directory renamed 
/usr/src/debug/bluez5/5.68-r0/btio -> /usr/src/debug/bluez5/5.69-r0/btio, 
directory renamed /usr/src/debug/bluez5/5.68-r0/profiles/deviceinfo -> 
/usr/src/debug/bluez5/5.69-r0/profiles/deviceinfo, directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/scanparam -> 
/usr/src/debug/bluez5/5.69-r0/profiles/scanparam, directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/health -> 
/usr/src/debug/bluez5/5.69-r0/profiles/health, directory renamed 
/usr/src/debug/bluez5/5.68-r0/tools/parser -> 
/usr/src/debug/bluez5/5.69-r0/tools/parser, directory renamed 
/usr/src/debug/bluez5/5.68-r0/obexd/plugins -> 
/usr/src/debug/bluez5/5.69-r0/obexd/plugins, directory renamed 
/usr/src/debug/bluez5/5.68-r0/gobex -> /
 usr/src/debug/bluez5/5.69-r0/gobex, directory renamed 
/usr/src/debug/bluez5/5.68-r0/unit -> /usr/src/debug/bluez5/5.69-r0/unit, 
directory renamed /usr/src/debug/bluez5/5.68-r0/android -> 
/usr/src/debug/bluez5/5.69-r0/android, directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/audio -> 
/usr/src/debug/bluez5/5.69-r0/profiles/audio, directory renamed 
/usr/src/debug/bluez5/5.68-r0/obexd/src -> 
/usr/src/debug/bluez5/5.69-r0/obexd/src, directory renamed 
/usr/src/debug/bluez5/5.68-r0/src -> /usr/src/debug/bluez5/5.69-r0/src, 
directory renamed /usr/src/debug/bluez5/5.68-r0/lib -> 
/usr/src/debug/bluez5/5.69-r0/lib, directory renamed 
/usr/src/debug/bluez5/5.68-r0/src/shared -> 
/usr/src/debug/bluez5/5.69-r0/src/shared, directory renamed 
/usr/src/debug/bluez5/5.68-r0/profiles/battery -> 
/usr/src/debug/bluez5/5.69-r0/profiles/battery, directory renamed 
/usr/src/debug/bluez5/5.68-r0/gdbus -> /usr/src/debug/bluez5/5.69-r0/gdbus, 
directory renamed /usr/src/debug/bluez5/5.68-r0/profiles/input 
 -> /usr/src/debug/bluez5/5.69-r0/profiles/input, directory renamed 
/usr/src/debug/bluez5/5.68-r0/attrib -> /usr/src/debug/bluez5/5.69-r0/attrib, 
directory renamed /usr/src/debug/bluez5/5.68-r0/profiles/network -> 
/usr/src/debug/bluez5/5.69-r0/profiles/network, directory renamed 
/usr/src/debug/bluez5/5.68-r0/obexd/client -> 
/usr/src/debug/bluez5/5.69-r0/obexd/client, directory renamed 
/usr/src/debug/bluez5/5.68-r0/monitor -> /usr/src/debug/bluez5/5.69-r0/monitor, 
directory renamed /usr/src/debug/bluez5/5.68-r0/plugins -> 
/usr/src/debug/bluez5/5.69-r0/plugins, directory renamed 
/usr/src/debug/bluez5/5.68-r0/tools -> /usr/src/debug/bluez5/5.69-r0/tools, 
removed "/usr/src/debug/bluez5/5.68-r0/client/adv_monitor.c 
/usr/src/debug/bluez5/5.68-r0/client/player.c 
/usr/src/debug/bluez5/5.68-r0/client/advertising.c 
/usr/src/debug/bluez5/5.68-r0/client/gatt.h 
/usr/src/debug/bluez5/5.68-r0/client/main.c 
/usr/src/debug/bluez5/5.68-r0/client/print.c 
/usr/src/debug/bluez5/5.68-r0/client/adv_monitor
 .h /usr/src/debug/bluez5/5.68-r0/client/player.h 
/usr/src/debug/bluez5/5.68-r0/client/admin.h 
/usr/src/debug/bluez5/5.68-r0/client/gatt.c 
/usr/src/debug/bluez5/5.68-r0/client/advertising.h 
/usr/src/debug/bluez5/5.68-r0/client/display.c 
/usr/src/debug/bluez5/5.68-r0/client/admin.c 
/usr/src/debug/bluez5/5.68-r0/client/agent.h 
/usr/src/debug/bluez5/5.68-r0/client/print.h 
/usr/src/debug/bluez5/5.68-r0/client/display.h 
/usr/src/debug/bluez5/5.68-r0/client/agent.c", added 
"/usr/src/debug/bluez5/5.69-r0/client/adv_monitor.c 
/usr/src/debug/bluez5/5.69-r0/client/adv_monitor.h 
/usr/src/debug/bluez5/5.69-r0/client/display.c 
/usr/src/debug/bluez5/5.69-r0/client/display.h 
/usr/src/debug/bluez5/5.69-r0/client/player.c 
/usr/src/debug/bluez5/5.69-r0/client/main.c 
/usr/src/debug/bluez5/5.69-r0/client/player.h 
/usr/src/debug/bluez5/5.69-r0/client/gatt.h 
/usr/src/debug/bluez5/5.69-r0/client/mgmt.h 
/usr/src/debug/bluez5/5.69-r0/client/print.c 
/usr/src/debug/bluez5/5.69-r0/client/gatt.c /usr/src/debug/b
 luez5/5.69-r0/client/advertising.h /usr/src/debug/bluez5/5.69-r0/client/mgmt.c 
/usr/src/debug/bluez5/5.69-r0/client/admin.h 
/usr/src/debug/bluez5/5.69-r0/client/advertising.c 
/usr/src/debug/bluez5/5.69-r0/client/admin.c 
/usr/src/debug/bluez5/5.69-r0/client/agent.h 
/usr/src/debug/bluez5/5.69-r0/client/print.h 
/usr/src/debug/bluez5/5.69-r0/client/agent.c"
packages/core2-32-poky-linux/bluez5/bluez5-staticdev: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-staticdev: PV changed from "5.68" to 
"5.69"
packages/core2-32-poky-linux/bluez5/bluez5-testtools: PKGV changed from 5.68 
[default] to 5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5-testtools: PV changed from "5.68" to 
"5.69"
packages/core2-32-poky-linux/bluez5/bluez5: PKGSIZE changed from 5871628 to 
6151957 (+5%)
packages/core2-32-poky-linux/bluez5/bluez5: PKGV changed from 5.68 [default] to 
5.69 [default]
packages/core2-32-poky-linux/bluez5/bluez5: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5/bluez5: FILELIST: directory renamed 
/etc/dbus-1/system.d -> /usr/share/dbus-1/system.d, removed 
"/usr/lib/libbluetooth.so.3.19.9", added "/usr/lib/libbluetooth.so.3.19.10"
packages/core2-32-poky-linux/bluez5: PKGV changed from 5.68 [default] to 5.69 
[default]
packages/core2-32-poky-linux/bluez5: PV changed from "5.68" to "5.69"
packages/core2-32-poky-linux/bluez5: SRC_URI changed from 
"https://cdn.kernel.org/pub/linux/bluetooth/bluez-5.68.tar.xz file://init 
file://run-ptest 
file://0001-tests-add-a-target-for-building-tests-without-runnin.patch 
file://0001-test-gatt-Fix-hung-issue.patch 
file://0004-src-shared-util.c-include-linux-limits.h.patch 
file://fix-check-ell-path.patch" to 
"https://cdn.kernel.org/pub/linux/bluetooth/bluez-5.69.tar.xz file://init 
file://run-ptest 
file://0001-tests-add-a-target-for-building-tests-without-runnin.patch 
file://0001-test-gatt-Fix-hung-issue.patch 
file://0004-src-shared-util.c-include-linux-limits.h.patch"
Changes to packages/core2-32-poky-linux/bluez5 (sysroot):
  /usr/lib/libbluetooth.so.3 changed symlink target from libbluetooth.so.3.19.9 
to libbluetooth.so.3.19.10
  /usr/lib/libbluetooth.so changed symlink target from libbluetooth.so.3.19.9 
to libbluetooth.so.3.19.10
  /usr/lib/libbluetooth.so.3.19.10 was added
  /usr/share/dbus-1/system.d was added
  /usr/share/dbus-1/system.d/bluetooth.conf was added
  /usr/lib/libbluetooth.so.3.19.9 was removed

Attachment: 0001-bluez5-upgrade-5.68-5.69.patch
Description: Binary data

packages/core2-32-poky-linux/bluez5/bluez5: FILELIST: directory renamed 
/etc/dbus-1/system.d -> /usr/share/dbus-1/system.d, removed 
"/usr/lib/libbluetooth.so.3.19.9", added "/usr/lib/libbluetooth.so.3.19.10"
Changes to packages/core2-32-poky-linux/bluez5 (sysroot):
  /usr/lib/libbluetooth.so.3 changed symlink target from libbluetooth.so.3.19.9 
to libbluetooth.so.3.19.10
  /usr/lib/libbluetooth.so changed symlink target from libbluetooth.so.3.19.9 
to libbluetooth.so.3.19.10
  /usr/lib/libbluetooth.so.3.19.10 was added
  /usr/share/dbus-1/system.d was added
  /usr/share/dbus-1/system.d/bluetooth.conf was added
  /usr/lib/libbluetooth.so.3.19.9 was removed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187029): 
https://lists.openembedded.org/g/openembedded-core/message/187029
Mute This Topic: https://lists.openembedded.org/mt/101111322/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to