[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-430-ge36e0c592
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-08-16 14:48:23
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e36e0c592dde90f08f16ab435058a8c310196aa4 (commit)
via 03597758f8b279379db924bf10972701b5d19842 (commit)
from 02c299518ae1815e8c0a7263b691ccd0b3cd70c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e36e0c592dde90f08f16ab435058a8c310196aa4
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Aug 16 16:47:46 2024 +0200
[BUILDROOT] 2024.02: patches to bump weston
commit 03597758f8b279379db924bf10972701b5d19842
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Aug 14 11:23:54 2024 +0200
[BUILDROOT] 2024.02: fix uuu bump patches numbering
-----------------------------------------------------------------------
Summary of changes:
...0429-package-uuu-bump-to-version-1.5.179.patch} | 0
...0430-package-uuu-bump-to-version-1.5.181.patch} | 0
...0431-package-uuu-bump-to-version-1.5.182.patch} | 0
.../0432-package-weston-bump-to-13.0.0.patch | 87 ++++++++++++++++++++++
.../0433-package-weston-bump-to-13.0.1.patch | 43 +++++++++++
.../0434-package-weston-bump-to-13.0.3.patch | 43 +++++++++++
patches/buildroot/2024.02/cleanup_buildroot.sh | 3 +
7 files changed, 176 insertions(+)
rename patches/buildroot/2024.02/{4029-package-uuu-bump-to-version-1.5.179.patch => 0429-package-uuu-bump-to-version-1.5.179.patch} (100%)
rename patches/buildroot/2024.02/{4030-package-uuu-bump-to-version-1.5.181.patch => 0430-package-uuu-bump-to-version-1.5.181.patch} (100%)
rename patches/buildroot/2024.02/{4031-package-uuu-bump-to-version-1.5.182.patch => 0431-package-uuu-bump-to-version-1.5.182.patch} (100%)
create mode 100644 patches/buildroot/2024.02/0432-package-weston-bump-to-13.0.0.patch
create mode 100644 patches/buildroot/2024.02/0433-package-weston-bump-to-13.0.1.patch
create mode 100644 patches/buildroot/2024.02/0434-package-weston-bump-to-13.0.3.patch
diff --git a/patches/buildroot/2024.02/4029-package-uuu-bump-to-version-1.5.179.patch b/patches/buildroot/2024.02/0429-package-uuu-bump-to-version-1.5.179.patch
similarity index 100%
rename from patches/buildroot/2024.02/4029-package-uuu-bump-to-version-1.5.179.patch
rename to patches/buildroot/2024.02/0429-package-uuu-bump-to-version-1.5.179.patch
diff --git a/patches/buildroot/2024.02/4030-package-uuu-bump-to-version-1.5.181.patch b/patches/buildroot/2024.02/0430-package-uuu-bump-to-version-1.5.181.patch
similarity index 100%
rename from patches/buildroot/2024.02/4030-package-uuu-bump-to-version-1.5.181.patch
rename to patches/buildroot/2024.02/0430-package-uuu-bump-to-version-1.5.181.patch
diff --git a/patches/buildroot/2024.02/4031-package-uuu-bump-to-version-1.5.182.patch b/patches/buildroot/2024.02/0431-package-uuu-bump-to-version-1.5.182.patch
similarity index 100%
rename from patches/buildroot/2024.02/4031-package-uuu-bump-to-version-1.5.182.patch
rename to patches/buildroot/2024.02/0431-package-uuu-bump-to-version-1.5.182.patch
diff --git a/patches/buildroot/2024.02/0432-package-weston-bump-to-13.0.0.patch b/patches/buildroot/2024.02/0432-package-weston-bump-to-13.0.0.patch
new file mode 100644
index 000000000..5e7c2c63e
--- /dev/null
+++ b/patches/buildroot/2024.02/0432-package-weston-bump-to-13.0.0.patch
@@ -0,0 +1,87 @@
+From 4ee858808d132fe7d290abbdad7d1f38b47e8b6f Mon Sep 17 00:00:00 2001
+From: Thomas Devoogdt <th...@de...>
+Date: Wed, 14 Feb 2024 21:38:45 +0100
+Subject: [PATCH 1/1] package/weston: bump to 13.0.0
+
+Announce:
+ https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html
+
+Drop -Dlauncher-libseat=true, as it has been dropped upstream [1].
+
+Also drop the BR2_PACKAGE_SEATD_DAEMON, which was added in
+commit 6d677931284d58ae0e8e001cfd990eafaee5cecc
+ "package/weston: select the seatd daemon", and
+commit 9d6f966f9ad012879bb472896eb35eeda5baa9ab
+ "package/weston: don't select seatd daemon if we have logind",
+as it is not strictly needed anymore.
+
+In package/seatd/Config.in we have:
+ select BR2_PACKAGE_SEATD_BUILTIN \
+ if !BR2_PACKAGE_SYSTEMD_LOGIND && !BR2_PACKAGE_SEATD_DAEMON
+
+Here we have:
+ select BR2_PACKAGE_SEATD_DAEMON if !BR2_PACKAGE_SYSTEMD_LOGIND
+
+This makes it impossible to select BR2_PACKAGE_SEATD_BUILTIN as the -only-
+backend if not BR2_PACKAGE_SYSTEMD_LOGIND, so drop it altogether. This kind
+of logic should be selected in the device defconfigs or by packages that
+really need one specific backend.
+
+[1]: https://gitlab.freedesktop.org/wayland/weston/-/commit/e3b6ed50f1c3c259c51274c78d08b58>
+
+Signed-off-by: Thomas Devoogdt <tho...@ba...>
+Signed-off-by: Arnout Vandecappelle <ar...@mi...>
+---
+ package/weston/Config.in | 1 -
+ package/weston/weston.hash | 6 +++---
+ package/weston/weston.mk | 3 +--
+ 3 files changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/package/weston/Config.in b/package/weston/Config.in
+index db6a78ee8a2a..1b282fb362fc 100644
+--- a/package/weston/Config.in
++++ b/package/weston/Config.in
+@@ -19,7 +19,6 @@ config BR2_PACKAGE_WESTON
+ select BR2_PACKAGE_LIBINPUT
+ select BR2_PACKAGE_LIBDRM
+ select BR2_PACKAGE_SEATD
+- select BR2_PACKAGE_SEATD_DAEMON if !BR2_PACKAGE_SYSTEMD_LOGIND
+ # Runtime dependency
+ select BR2_PACKAGE_XKEYBOARD_CONFIG
+ select BR2_PACKAGE_WESTON_SHELL_DESKTOP if !BR2_PACKAGE_WESTON_HAS_SHELL
+diff --git a/package/weston/weston.hash b/package/weston/weston.hash
+index 0ecbaa4168ba..ded5d352751f 100644
+--- a/package/weston/weston.hash
++++ b/package/weston/weston.hash
+@@ -1,4 +1,4 @@
+-# From https://lists.freedesktop.org/archives/wayland-devel/2023-May/042725.html
+-sha256 b18591eab278bc191720f6c09158040b795e7118af1d5ddca6acd9a8e2039535 weston-12.0.1.tar.xz
+-sha512 3dcfa1a2a6b9a605d3ecd597bf7ac0f87b0fd1971845b6e5c44b5e34296943ac146dae6e1cfea9be14ad7a9a8b6d30dc765f9289ef80920d7c516ebba1ba4688 weston-12.0.1.tar.xz
++# From https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html
++sha256 52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a weston-13.0.0.tar.xz
++sha512 8c656cdf24ec9429c76c64ebd2d58351991f5990a6d4b5900ac913243ad8e2c9c0fb1a748f018d177fbfd7e0a8836d0434d97acec287a8f977d47335ae30eacc weston-13.0.0.tar.xz
+ sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
+diff --git a/package/weston/weston.mk b/package/weston/weston.mk
+index b07e7987650e..5ae9c2297309 100644
+--- a/package/weston/weston.mk
++++ b/package/weston/weston.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-WESTON_VERSION = 12.0.1
++WESTON_VERSION = 13.0.0
+ WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
+ WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
+ WESTON_LICENSE = MIT
+@@ -19,7 +19,6 @@ WESTON_CONF_OPTS = \
+ -Ddoc=false \
+ -Dremoting=false \
+ -Dbackend-vnc=false \
+- -Dlauncher-libseat=true \
+ -Dtools=calibrator,debug,info,terminal,touch-calibrator
+
+ ifeq ($(BR2_PACKAGE_WESTON_SIMPLE_CLIENTS),y)
+--
+2.44.2
+
diff --git a/patches/buildroot/2024.02/0433-package-weston-bump-to-13.0.1.patch b/patches/buildroot/2024.02/0433-package-weston-bump-to-13.0.1.patch
new file mode 100644
index 000000000..3a528e13b
--- /dev/null
+++ b/patches/buildroot/2024.02/0433-package-weston-bump-to-13.0.1.patch
@@ -0,0 +1,43 @@
+From 157b9d1199f9f1101e76aedc552cfa524990acd6 Mon Sep 17 00:00:00 2001
+From: Thomas Devoogdt <th...@de...>
+Date: Sat, 27 Apr 2024 15:47:47 +0200
+Subject: [PATCH 1/1] package/weston: bump to 13.0.1
+
+Announce:
+ https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html
+
+Signed-off-by: Thomas Devoogdt <th...@de...>
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/weston/weston.hash | 6 +++---
+ package/weston/weston.mk | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/package/weston/weston.hash b/package/weston/weston.hash
+index ded5d352751f..5fa0c9d2bef4 100644
+--- a/package/weston/weston.hash
++++ b/package/weston/weston.hash
+@@ -1,4 +1,4 @@
+-# From https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html
+-sha256 52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a weston-13.0.0.tar.xz
+-sha512 8c656cdf24ec9429c76c64ebd2d58351991f5990a6d4b5900ac913243ad8e2c9c0fb1a748f018d177fbfd7e0a8836d0434d97acec287a8f977d47335ae30eacc weston-13.0.0.tar.xz
++# From https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html
++sha256 ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a weston-13.0.1.tar.xz
++sha512 4a0fd0b1aec823219421d701030bc534576be64b71ede70c7d33f131e9e64c0e0dc209e62f75cecb9368df7604c1d5b2321932eccc818b529d246ec2e3114122 weston-13.0.1.tar.xz
+ sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
+diff --git a/package/weston/weston.mk b/package/weston/weston.mk
+index 5ae9c2297309..499cf45fabce 100644
+--- a/package/weston/weston.mk
++++ b/package/weston/weston.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-WESTON_VERSION = 13.0.0
++WESTON_VERSION = 13.0.1
+ WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
+ WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
+ WESTON_LICENSE = MIT
+--
+2.44.2
+
diff --git a/patches/buildroot/2024.02/0434-package-weston-bump-to-13.0.3.patch b/patches/buildroot/2024.02/0434-package-weston-bump-to-13.0.3.patch
new file mode 100644
index 000000000..97b6cdcbf
--- /dev/null
+++ b/patches/buildroot/2024.02/0434-package-weston-bump-to-13.0.3.patch
@@ -0,0 +1,43 @@
+From 224067105db10ad00ad1e7b2eb6444732323eb65 Mon Sep 17 00:00:00 2001
+From: Thomas Devoogdt <th...@de...>
+Date: Sat, 8 Jun 2024 12:25:26 +0200
+Subject: [PATCH 1/1] package/weston: bump to 13.0.3
+
+Announce:
+ https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html
+
+Signed-off-by: Thomas Devoogdt <th...@de...>
+Signed-off-by: Arnout Vandecappelle <ar...@mi...>
+---
+ package/weston/weston.hash | 6 +++---
+ package/weston/weston.mk | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/package/weston/weston.hash b/package/weston/weston.hash
+index 5fa0c9d2bef4..62322ac639ea 100644
+--- a/package/weston/weston.hash
++++ b/package/weston/weston.hash
+@@ -1,4 +1,4 @@
+-# From https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html
+-sha256 ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a weston-13.0.1.tar.xz
+-sha512 4a0fd0b1aec823219421d701030bc534576be64b71ede70c7d33f131e9e64c0e0dc209e62f75cecb9368df7604c1d5b2321932eccc818b529d246ec2e3114122 weston-13.0.1.tar.xz
++# From https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html
++sha256 27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093 weston-13.0.3.tar.xz
++sha512 60e655b57cf418902ec6e4371883354165241d9a99a712aabe2165e11ac190dec22836fd885f5178def5416dc5f00e70042b022c96a8e0aa74827bbd4563f9cb weston-13.0.3.tar.xz
+ sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING
+diff --git a/package/weston/weston.mk b/package/weston/weston.mk
+index b708d037431a..bd5a0550b122 100644
+--- a/package/weston/weston.mk
++++ b/package/weston/weston.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-WESTON_VERSION = 13.0.1
++WESTON_VERSION = 13.0.3
+ WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads
+ WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
+ WESTON_LICENSE = MIT
+--
+2.44.2
+
diff --git a/patches/buildroot/2024.02/cleanup_buildroot.sh b/patches/buildroot/2024.02/cleanup_buildroot.sh
index 3f513b458..83e6bea4e 100755
--- a/patches/buildroot/2024.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2024.02/cleanup_buildroot.sh
@@ -91,6 +91,9 @@ rm -rf buildroot/package/thingerio/thingerio.hash
rm -rf buildroot/package/thingerio/thingerio.mk
rm -rf buildroot/package/uuu/uuu.hash
rm -rf buildroot/package/uuu/uuu.mk
+rm -rf buildroot/package/weston/Config.in
+rm -rf buildroot/package/weston/weston.hash
+rm -rf buildroot/package/weston/weston.mk
rm -rf buildroot/package/wpa_supplicant/Config.in
rm -rf buildroot/package/wpa_supplicant/wpa_supplicant.mk
rm -rf buildroot/package/xc3sprog/Config.in
hooks/post-receive
--
armadeus
|