From fab045d8b264692c7926ca3a32278dd53986e074 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Aug 2026 06:47:37 +0000 Subject: [PATCH] xorg-docs: upgrade 1.7.2 -> 1.7.3 Upstream 1.7.3 is a documentation-content release: it refreshes the MAINTAINERS file (Xnest and Xft pick up new maintainers), drops the "All rights reserved" phrasing from Oracle copyright notices, and updates the gitlab CI templates and build-system boilerplate. Upstream also switched the release tarball compression from bzip2 to xz for this release, so SRC_URI_EXT is set to "xz". general/License.xml is unchanged, so LIC_FILES_CHKSUM stays as-is. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj --- .../xorg-doc/{xorg-docs_1.7.2.bb => xorg-docs_1.7.3.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-doc/{xorg-docs_1.7.2.bb => xorg-docs_1.7.3.bb} (60%) diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb b/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.3.bb similarity index 60% rename from meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb rename to meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.3.bb index 4cef981bc8..0bd399795e 100644 --- a/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb +++ b/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.3.bb @@ -4,4 +4,6 @@ SUMMARY = "Documentation for the X Window System" LIC_FILES_CHKSUM = "file://general/License.xml;md5=f2677c20a4066714e233e9bbd8659aa2" -SRC_URI[sha256sum] = "2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3" +SRC_URI_EXT = "xz" + +SRC_URI[sha256sum] = "28a2f2eeb5d9ff58b85961ff3ed7baaaf1ffa132e2a81f8b2bb97cb499bcddef"