- 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)
28 lines
872 B
PHP
28 lines
872 B
PHP
HOMEPAGE = "http://www.x.org"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
|
|
|
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
DEPENDS = "util-macros"
|
|
|
|
XORG_PN = "${BPN}"
|
|
XORG_EXT ?= "tar.xz"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.${XORG_EXT}"
|
|
|
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
|
|
|
inherit autotools features_check pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
|
|
|
|
UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
|
|
--disable-specs --without-groff --without-ps2pdf --without-fop \
|
|
--without-xmlto --with-xmlto \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES ?= "x11"
|