diff mbox series

[meta-oe,002/109] xorg-sgml-doctools: upgrade 1.12 -> 1.12.1

Message ID 20260814224539.1523174-2-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:43 p.m. UTC
Upstream 1.12.1 adds a meson build system alongside autotools (with CI
checks comparing the installed file list against xorgproto), aligns the
meson settables with the autotools ones, refreshes the gitlab CI
templates, and drops the "All rights reserved" phrasing from the Oracle
copyright notices.  That copyright change alters COPYING, so
LIC_FILES_CHKSUM is updated accordingly (license terms themselves, MIT,
are unchanged).  Upstream also switched the release tarball compression
from bzip2 to xz, so SRC_URI_EXT is set to "xz".  The recipe continues
to build with autotools.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 ...g-sgml-doctools_1.12.bb => xorg-sgml-doctools_1.12.1.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-doc/{xorg-sgml-doctools_1.12.bb => xorg-sgml-doctools_1.12.1.bb} (44%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb
similarity index 44%
rename from meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb
rename to meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb
index 21a0ed74fa..bb8feba64b 100644
--- a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb
+++ b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb
@@ -4,8 +4,10 @@  PE = "1"
 
 SUMMARY = "SGML entities and XML/CSS stylesheets used in X.Org docs"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=c8c6c808cd3c797a07b24e443af1c449"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4cd7c44828c87cd91077a7d85098f117"
 
-SRC_URI[sha256sum] = "65a9fdddedc17bd5e9c0b00d904960f03f047c3a62de5458989d493c29fec806"
+SRC_URI_EXT = "xz"
+
+SRC_URI[sha256sum] = "0a5d54c0706b4e89d5acd4d455db3745ab4ad26be627cce015b90ad403b56d6f"
 
 FILES:${PN} += "${datadir}/sgml/X11"