Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wayland* to *1.23.0* has Succeeded.
Next steps:
- apply the patch: git am 0001-wayland-upgrade-1.22.0-1.23.0.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 e424903aa1cd85ca12d209da67e973649a0e07cc Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 1 Jun 2024 14:08:18 +0000
Subject: [PATCH] wayland: upgrade 1.22.0 -> 1.23.0
---
...build-Fix-strndup-detection-on-MinGW.patch | 9 ++--
...der-pkgconfig-sysroot-for-pkgdatadir.patch | 46 -------------------
.../{wayland_1.22.0.bb => wayland_1.23.0.bb} | 3 +-
3 files changed, 4 insertions(+), 54 deletions(-)
delete mode 100644
meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch
rename meta/recipes-graphics/wayland/{wayland_1.22.0.bb => wayland_1.23.0.bb}
(93%)
diff --git
a/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch
b/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch
index bc753de113..c6ddf8a1f9 100644
---
a/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch
+++
b/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch
@@ -1,4 +1,4 @@
-From b4c64b6f07743e3fb63ce52359bc664ab7d60df0 Mon Sep 17 00:00:00 2001
+From a90bfa622f7323074c715674b368cba80bc7d196 Mon Sep 17 00:00:00 2001
From: Joshua Watt <[email protected]>
Date: Thu, 20 Feb 2020 15:20:45 -0600
Subject: [PATCH] build: Fix strndup detection on MinGW
@@ -20,10 +20,10 @@ Signed-off-by: Denys Dmytriyenko <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
-index 3bc25c9..adde7b9 100644
+index 8e28f2a..b56ba91 100644
--- a/meson.build
+++ b/meson.build
-@@ -38,11 +38,11 @@ have_funcs = [
+@@ -45,11 +45,11 @@ have_funcs = [
'prctl',
'memfd_create',
'mremap',
@@ -36,6 +36,3 @@ index 3bc25c9..adde7b9 100644
config_h.set10('HAVE_XUCRED_CR_PID', cc.has_member('struct xucred', 'cr_pid',
prefix : '#include <sys/ucred.h>'))
have_broken_msg_cmsg_cloexec = false
if host_machine.system() == 'freebsd'
---
-2.7.4
-
diff --git
a/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch
b/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch
deleted file mode 100644
index 4573bb635a..0000000000
---
a/meta/recipes-graphics/wayland/wayland/0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From ff8ecbe8891d592e645927659318720f9e190054 Mon Sep 17 00:00:00 2001
-From: Andreas Cord-Landwehr <[email protected]>
-Date: Sun, 6 Feb 2022 17:23:46 +0100
-Subject: [PATCH] Consider pkgconfig sysroot for pkgdatadir
-
-For libs/cflags this is done automatically, but not for manually accessed
-variables. This matches what wayland-protocols does.
-
-Upstream-Status: Submitted
[https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/272]
----
- src/meson.build | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/meson.build b/src/meson.build
-index a8a1d2b..721e151 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -65,7 +65,7 @@ if get_option('scanner')
- version: meson.project_version(),
- variables: [
- 'datarootdir=' + join_paths('${prefix}',
get_option('datadir')),
-- 'pkgdatadir=' + join_paths('${datarootdir}',
meson.project_name()),
-+ 'pkgdatadir=' +
join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()),
- 'bindir=' + join_paths('${prefix}',
get_option('bindir')),
- 'wayland_scanner=${bindir}/wayland-scanner'
- ],
-@@ -211,7 +211,7 @@ if get_option('libraries')
- filebase: 'wayland-server',
- variables: [
- 'datarootdir=' + join_paths('${prefix}',
get_option('datadir')),
-- 'pkgdatadir=' + join_paths('${datarootdir}',
meson.project_name())
-+ 'pkgdatadir=' +
join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
- ]
- )
-
-@@ -250,7 +250,7 @@ if get_option('libraries')
- filebase: 'wayland-client',
- variables: [
- 'datarootdir=' + join_paths('${prefix}',
get_option('datadir')),
-- 'pkgdatadir=' + join_paths('${datarootdir}',
meson.project_name())
-+ 'pkgdatadir=' +
join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name())
- ]
- )
-
---
-2.37.2
diff --git a/meta/recipes-graphics/wayland/wayland_1.22.0.bb
b/meta/recipes-graphics/wayland/wayland_1.23.0.bb
similarity index 93%
rename from meta/recipes-graphics/wayland/wayland_1.22.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.23.0.bb
index e7babc9ec6..8ff47ac171 100644
--- a/meta/recipes-graphics/wayland/wayland_1.22.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.23.0.bb
@@ -15,9 +15,8 @@ DEPENDS = "expat libffi wayland-native"
SRC_URI =
"https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz
\
file://run-ptest \
file://0001-build-Fix-strndup-detection-on-MinGW.patch \
- file://0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch \
"
-SRC_URI[sha256sum] =
"1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842"
+SRC_URI[sha256sum] =
"05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2"
UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/tags"
UPSTREAM_CHECK_REGEX = "releases/(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
--
2.44.0
packages/core2-64-poky-linux/wayland: SRC_URI changed from "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.22.0/downloads/wayland-1.22.0.tar.xz file://run-ptest file://0001-build-Fix-strndup-detection-on-MinGW.patch file://0002-Consider-pkgconfig-sysroot-for-pkgdatadir.patch" to "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.0/downloads/wayland-1.23.0.tar.xz file://run-ptest file://0001-build-Fix-strndup-detection-on-MinGW.patch" packages/core2-64-poky-linux/wayland: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland: PKGV changed from 1.22.0 [default] to 1.23.0 [default] Changes to packages/core2-64-poky-linux/wayland (sysroot): /usr/lib/libwayland-client.so.0 changed symlink target from libwayland-client.so.0.22.0 to libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0 changed symlink target from libwayland-cursor.so.0.22.0 to libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1 changed symlink target from libwayland-egl.so.1.22.0 to libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0 changed symlink target from libwayland-server.so.0.22.0 to libwayland-server.so.0.23.0 /usr/lib/libwayland-client.so.0.22.0 moved to /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0.22.0 moved to /usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1.22.0 moved to /usr/lib/libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0.22.0 moved to /usr/lib/libwayland-server.so.0.23.0 packages/core2-64-poky-linux/wayland/wayland-dbg: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-dbg: FILELIST: removed "/usr/lib/.debug/libwayland-cursor.so.0.22.0 /usr/lib/.debug/libwayland-egl.so.1.22.0 /usr/lib/.debug/libwayland-client.so.0.22.0 /usr/lib/.debug/libwayland-server.so.0.22.0", added "/usr/lib/.debug/libwayland-server.so.0.23.0 /usr/lib/.debug/libwayland-cursor.so.0.23.0 /usr/lib/wayland/ptest/tests/.debug/enum-validator-test /usr/lib/.debug/libwayland-client.so.0.23.0 /usr/lib/.debug/libwayland-egl.so.1.23.0 /usr/lib/wayland/ptest/tests/.debug/proxy-test" packages/core2-64-poky-linux/wayland/wayland-dbg: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-dbg: PKGSIZE changed from 2138776 to 2280544 (+7%) packages/core2-64-poky-linux/wayland/wayland-dev: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-dev: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-dev: PKGSIZE changed from 427808 to 457288 (+7%) packages/core2-64-poky-linux/wayland/wayland-doc: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-doc: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-locale: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-locale: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-ptest: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-ptest: FILELIST: added "/usr/lib/wayland/ptest/tests/proxy-test /usr/lib/wayland/ptest/tests/data/empty.xml /usr/lib/wayland/ptest/tests/enum-validator-test /usr/lib/wayland/ptest/tests/data/empty-server.h /usr/lib/wayland/ptest/tests/data/empty-client.h /usr/lib/wayland/ptest/tests/data/example-enum.h /usr/lib/wayland/ptest/tests/data/README.md /usr/lib/wayland/ptest/tests/data/empty-code.c" packages/core2-64-poky-linux/wayland/wayland-ptest: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-ptest: PKGSIZE changed from 1264726 to 1360708 (+8%) packages/core2-64-poky-linux/wayland/wayland-src: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-src: FILELIST: directory renamed /usr/src/debug/wayland/1.22.0/src -> /usr/src/debug/wayland/1.23.0/src, directory renamed /usr/src/debug/wayland/1.22.0/egl -> /usr/src/debug/wayland/1.23.0/egl, directory renamed /usr/src/debug/wayland/1.22.0/cursor -> /usr/src/debug/wayland/1.23.0/cursor, removed "/usr/src/debug/wayland/1.22.0/tests/test-helpers.c /usr/src/debug/wayland/1.22.0/tests/compositor-introspection-test.c /usr/src/debug/wayland/1.22.0/tests/protocol-logger-test.c /usr/src/debug/wayland/1.22.0/tests/newsignal-test.c /usr/src/debug/wayland/1.22.0/tests/exec-fd-leak-checker.c /usr/src/debug/wayland/1.22.0/tests/os-wrappers-test.c /usr/src/debug/wayland/1.22.0/tests/list-test.c /usr/src/debug/wayland/1.22.0/tests/sanity-test.c /usr/src/debug/wayland/1.22.0/tests/event-loop-test.c /usr/src/debug/wayland/1.22.0/tests/map-test.c /usr/src/debug/wayland/1.22.0/tests/resources-test.c /usr/src/debug/wayland/1.22.0/tests/test-runner.h /usr/s rc/debug/wayland/1.22.0/tests/client-test.c /usr/src/debug/wayland/1.22.0/tests/test-compositor.c /usr/src/debug/wayland/1.22.0/tests/cpp-compile-test.cpp /usr/src/debug/wayland/1.22.0/tests/test-compositor.h /usr/src/debug/wayland/1.22.0/tests/headers-test.c /usr/src/debug/wayland/1.22.0/tests/test-runner.c /usr/src/debug/wayland/1.22.0/tests/queue-test.c /usr/src/debug/wayland/1.22.0/tests/display-test.c /usr/src/debug/wayland/1.22.0/tests/tests-protocol.c /usr/src/debug/wayland/1.22.0/tests/tests-client-protocol.h /usr/src/debug/wayland/1.22.0/tests/message-test.c /usr/src/debug/wayland/1.22.0/tests/tests-server-protocol.h /usr/src/debug/wayland/1.22.0/tests/array-test.c /usr/src/debug/wayland/1.22.0/tests/socket-test.c /usr/src/debug/wayland/1.22.0/tests/signal-test.c /usr/src/debug/wayland/1.22.0/tests/connection-test.c /usr/src/debug/wayland/1.22.0/tests/fixed-test.c /usr/src/debug/wayland/1.22.0/tests/interface-test.c", added "/usr/src/debug/wayland/1.23.0/tests/test-helpers. c /usr/src/debug/wayland/1.23.0/tests/compositor-introspection-test.c /usr/src/debug/wayland/1.23.0/tests/protocol-logger-test.c /usr/src/debug/wayland/1.23.0/tests/newsignal-test.c /usr/src/debug/wayland/1.23.0/tests/data/small-server-core.h /usr/src/debug/wayland/1.23.0/tests/exec-fd-leak-checker.c /usr/src/debug/wayland/1.23.0/tests/os-wrappers-test.c /usr/src/debug/wayland/1.23.0/tests/list-test.c /usr/src/debug/wayland/1.23.0/tests/sanity-test.c /usr/src/debug/wayland/1.23.0/tests/event-loop-test.c /usr/src/debug/wayland/1.23.0/tests/map-test.c /usr/src/debug/wayland/1.23.0/tests/enum-validator-test.c /usr/src/debug/wayland/1.23.0/tests/resources-test.c /usr/src/debug/wayland/1.23.0/tests/test-runner.h /usr/src/debug/wayland/1.23.0/tests/client-test.c /usr/src/debug/wayland/1.23.0/tests/test-compositor.c /usr/src/debug/wayland/1.23.0/tests/cpp-compile-test.cpp /usr/src/debug/wayland/1.23.0/tests/test-compositor.h /usr/src/debug/wayland/1.23.0/tests/headers-test.c /usr/src/debug /wayland/1.23.0/tests/test-runner.c /usr/src/debug/wayland/1.23.0/tests/queue-test.c /usr/src/debug/wayland/1.23.0/tests/display-test.c /usr/src/debug/wayland/1.23.0/tests/tests-protocol.c /usr/src/debug/wayland/1.23.0/tests/tests-client-protocol.h /usr/src/debug/wayland/1.23.0/tests/message-test.c /usr/src/debug/wayland/1.23.0/tests/tests-server-protocol.h /usr/src/debug/wayland/1.23.0/tests/array-test.c /usr/src/debug/wayland/1.23.0/tests/proxy-test.c /usr/src/debug/wayland/1.23.0/tests/socket-test.c /usr/src/debug/wayland/1.23.0/tests/signal-test.c /usr/src/debug/wayland/1.23.0/tests/connection-test.c /usr/src/debug/wayland/1.23.0/tests/fixed-test.c /usr/src/debug/wayland/1.23.0/tests/interface-test.c" packages/core2-64-poky-linux/wayland/wayland-src: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-src: PKGSIZE changed from 1032719 to 1102120 (+7%) packages/core2-64-poky-linux/wayland/wayland-staticdev: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-staticdev: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland-tools: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland-tools: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland: PV changed from "1.22.0" to "1.23.0" packages/core2-64-poky-linux/wayland/wayland: FILELIST: removed "/usr/lib/libwayland-server.so.0.22.0 /usr/lib/libwayland-cursor.so.0.22.0 /usr/lib/libwayland-client.so.0.22.0 /usr/lib/libwayland-egl.so.1.22.0", added "/usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-server.so.0.23.0 /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-egl.so.1.23.0" packages/core2-64-poky-linux/wayland/wayland: PKGV changed from 1.22.0 [default] to 1.23.0 [default] packages/core2-64-poky-linux/wayland/wayland: PKGSIZE changed from 356690 to 362290 (+2%) Changes to packages/x86_64-linux/wayland-native (sysroot): /usr/lib/libwayland-client.so.0 changed symlink target from libwayland-client.so.0.22.0 to libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0 changed symlink target from libwayland-cursor.so.0.22.0 to libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1 changed symlink target from libwayland-egl.so.1.22.0 to libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0 changed symlink target from libwayland-server.so.0.22.0 to libwayland-server.so.0.23.0 /usr/lib/libwayland-client.so.0.22.0 moved to /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0.22.0 moved to /usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1.22.0 moved to /usr/lib/libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0.22.0 moved to /usr/lib/libwayland-server.so.0.23.0
0001-wayland-upgrade-1.22.0-1.23.0.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/wayland (sysroot): /usr/lib/libwayland-client.so.0 changed symlink target from libwayland-client.so.0.22.0 to libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0 changed symlink target from libwayland-cursor.so.0.22.0 to libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1 changed symlink target from libwayland-egl.so.1.22.0 to libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0 changed symlink target from libwayland-server.so.0.22.0 to libwayland-server.so.0.23.0 /usr/lib/libwayland-client.so.0.22.0 moved to /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0.22.0 moved to /usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1.22.0 moved to /usr/lib/libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0.22.0 moved to /usr/lib/libwayland-server.so.0.23.0 packages/core2-64-poky-linux/wayland/wayland-ptest: FILELIST: added "/usr/lib/wayland/ptest/tests/data/empty-client.h /usr/lib/wayland/ptest/tests/data/empty.xml /usr/lib/wayland/ptest/tests/data/empty-code.c /usr/lib/wayland/ptest/tests/data/empty-server.h /usr/lib/wayland/ptest/tests/data/example-enum.h /usr/lib/wayland/ptest/tests/data/README.md /usr/lib/wayland/ptest/tests/enum-validator-test /usr/lib/wayland/ptest/tests/proxy-test" packages/core2-64-poky-linux/wayland/wayland: FILELIST: removed "/usr/lib/libwayland-client.so.0.22.0 /usr/lib/libwayland-cursor.so.0.22.0 /usr/lib/libwayland-server.so.0.22.0 /usr/lib/libwayland-egl.so.1.22.0", added "/usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1.23.0 /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-server.so.0.23.0" Changes to packages/x86_64-linux/wayland-native (sysroot): /usr/lib/libwayland-client.so.0 changed symlink target from libwayland-client.so.0.22.0 to libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0 changed symlink target from libwayland-cursor.so.0.22.0 to libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1 changed symlink target from libwayland-egl.so.1.22.0 to libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0 changed symlink target from libwayland-server.so.0.22.0 to libwayland-server.so.0.23.0 /usr/lib/libwayland-client.so.0.22.0 moved to /usr/lib/libwayland-client.so.0.23.0 /usr/lib/libwayland-cursor.so.0.22.0 moved to /usr/lib/libwayland-cursor.so.0.23.0 /usr/lib/libwayland-egl.so.1.22.0 moved to /usr/lib/libwayland-egl.so.1.23.0 /usr/lib/libwayland-server.so.0.22.0 moved to /usr/lib/libwayland-server.so.0.23.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#200163): https://lists.openembedded.org/g/openembedded-core/message/200163 Mute This Topic: https://lists.openembedded.org/mt/106431286/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
