From 4a50c10adfeb39402e9590b77f145d71abf9bc51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Aug 2026 06:47:37 +0000 Subject: [PATCH] xorg-sgml-doctools: upgrade 1.12 -> 1.12.1 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 --- .../xorg-doc/xorg-sgml-doctools_1.12.1.bb | 13 +++++++++++++ .../xorg-doc/xorg-sgml-doctools_1.12.bb | 11 ----------- 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb delete mode 100644 meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb new file mode 100644 index 0000000000..bb8feba64b --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.1.bb @@ -0,0 +1,13 @@ +require xorg-doc-common.inc + +PE = "1" + +SUMMARY = "SGML entities and XML/CSS stylesheets used in X.Org docs" + +LIC_FILES_CHKSUM = "file://COPYING;md5=4cd7c44828c87cd91077a7d85098f117" + +SRC_URI_EXT = "xz" + +SRC_URI[sha256sum] = "0a5d54c0706b4e89d5acd4d455db3745ab4ad26be627cce015b90ad403b56d6f" + +FILES:${PN} += "${datadir}/sgml/X11" 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.bb deleted file mode 100644 index 21a0ed74fa..0000000000 --- a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-doc-common.inc - -PE = "1" - -SUMMARY = "SGML entities and XML/CSS stylesheets used in X.Org docs" - -LIC_FILES_CHKSUM = "file://COPYING;md5=c8c6c808cd3c797a07b24e443af1c449" - -SRC_URI[sha256sum] = "65a9fdddedc17bd5e9c0b00d904960f03f047c3a62de5458989d493c29fec806" - -FILES:${PN} += "${datadir}/sgml/X11"