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:
@@ -0,0 +1,20 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
SUMMARY = "create dependencies in makefiles"
|
||||
|
||||
DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
|
||||
and parses it like a C-preprocessor, processing \
|
||||
all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
|
||||
and #else directives so that it can correctly tell which #include, \
|
||||
directives would be used in a compilation. Any #include, directives \
|
||||
can reference files having other #include directives, and parsing will \
|
||||
occur in these files as well."
|
||||
|
||||
DEPENDS = "xorgproto util-macros"
|
||||
PE = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
|
||||
|
||||
SRC_URI[sha256sum] = "bc94ffda6cd4671603a69c39dbe8f96b317707b9185b2aaa3b54b5d134b41884"
|
||||
@@ -0,0 +1,28 @@
|
||||
From 6afaaf164ab9370204856961a92ad8ee523a8293 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Fri, 3 Mar 2023 13:24:58 +0100
|
||||
Subject: [PATCH] xorg-macros.m4.in: do not run AC_CANONICAL_HOST in manpage
|
||||
section macro
|
||||
|
||||
This doesn't work when building allarch items, as it calls into
|
||||
config.sub with the host triplet, and config.sub can't match
|
||||
it against any architeture it knows.
|
||||
|
||||
Upstream-Status: Inappropriate [oe specific]
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
xorg-macros.m4.in | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
|
||||
index 3b8b8e9..6541236 100644
|
||||
--- a/xorg-macros.m4.in
|
||||
+++ b/xorg-macros.m4.in
|
||||
@@ -111,7 +111,6 @@ AC_SUBST(TRADITIONALCPPFLAGS)
|
||||
# Added AC_PROG_SED in version 1.8
|
||||
|
||||
AC_DEFUN([XORG_MANPAGE_SECTIONS],[
|
||||
-AC_REQUIRE([AC_CANONICAL_HOST])
|
||||
AC_REQUIRE([AC_PROG_SED])
|
||||
|
||||
case $host_os in
|
||||
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "X autotools macros"
|
||||
|
||||
DESCRIPTION = "M4 autotools macros used by various X.org programs."
|
||||
|
||||
require xorg-util-common.inc
|
||||
|
||||
LICENSE = "MIT & MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=42ba50748cb7ccf8739424e5e2072b02"
|
||||
|
||||
PE = "1"
|
||||
|
||||
SRC_URI += "file://0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "8daf36913d551a90fd1013cb078401375dabae021cb4713b9b256a70f00eeb74"
|
||||
|
||||
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
||||
DEV_PKG_DEPENDENCY = ""
|
||||
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -0,0 +1,13 @@
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||
|
||||
SECTION = "x11/utils"
|
||||
LICENSE = "MIT"
|
||||
|
||||
XORG_PN = "${BPN}"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user