Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
24
sources/poky/meta/classes-recipe/texinfo.bbclass
Normal file
24
sources/poky/meta/classes-recipe/texinfo.bbclass
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Copyright OpenEmbedded Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
# This class is inherited by recipes whose upstream packages invoke the
|
||||
# texinfo utilities at build-time. Native and cross recipes are made to use the
|
||||
# dummy scripts provided by texinfo-dummy-native, for improved performance.
|
||||
# Target architecture recipes use the genuine Texinfo utilities. By default,
|
||||
# they use the Texinfo utilities on the host system. If you want to use the
|
||||
# Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and
|
||||
# makeinfo from SANITY_REQUIRED_UTILITIES.
|
||||
|
||||
TEXDEP = "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}"
|
||||
TEXDEP:class-native = "texinfo-dummy-native"
|
||||
TEXDEP:class-cross = "texinfo-dummy-native"
|
||||
TEXDEP:class-crosssdk = "texinfo-dummy-native"
|
||||
TEXDEP:class-cross-canadian = "texinfo-dummy-native"
|
||||
DEPENDS:append = " ${TEXDEP}"
|
||||
|
||||
# libtool-cross doesn't inherit cross
|
||||
TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
|
||||
|
||||
Reference in New Issue
Block a user