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"
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 <khem.raj@oss.qualcomm.com> --- .../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%)