- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
36 lines
911 B
BlitzBasic
36 lines
911 B
BlitzBasic
SUMMARY = "Xlib: Compose data files for libx11"
|
|
DESCRIPTION = "This package provides the compose data files for libx11."
|
|
|
|
python () {
|
|
if bb.utils.contains('DISTRO_FEATURES', 'x11', True, False, d):
|
|
raise bb.parse.SkipRecipe("libx11-compose-data is incompatible with x11 distro feature, use libx11 instead.")
|
|
}
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT & BSD-1-Clause & HPND & HPND-sell-variant & ISC"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1d49cdd2b386c5db11ec636d680b7116"
|
|
|
|
XORG_PN = "libX11"
|
|
|
|
SRC_URI += "file://0001-Drop-x11-dependencies.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518"
|
|
|
|
REQUIRED_DISTRO_FEATURES = ""
|
|
|
|
EXTRA_OECONF += "--disable-xkb"
|
|
|
|
do_compile() {
|
|
oe_runmake -C nls
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake DESTDIR=${D} -C nls install
|
|
}
|
|
|
|
PACKAGES = "${PN}"
|
|
|
|
FILES:${PN} = "${datadir}/X11/locale ${libdir}/X11/locale"
|