mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
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 <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user