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,32 @@
|
||||
From fc28149b6b198042c8d29e0931415adad7ed3231 Mon Sep 17 00:00:00 2001
|
||||
From: Wang Mingyu <wangmy@fujitsu.com>
|
||||
Date: Thu, 16 Mar 2023 08:03:47 +0000
|
||||
Subject: [PATCH] Fix install conflict when enable multilib.
|
||||
|
||||
Automake defines pythondir in terms of libdir (rather than hardcode 'lib' or query it from python as automake upstream does)
|
||||
https://git.yoctoproject.org/poky/tree/meta/recipes-devtools/automake/automake/0001-automake-Update-for-python.m4-to-respect-libdir.patch
|
||||
|
||||
So libdir needs to be defined when pythondir is defined.
|
||||
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 8b57a83..580f5bc 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
SUBDIRS = src xcbgen
|
||||
|
||||
-pkgconfigdir = $(datarootdir)/pkgconfig
|
||||
+pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xcb-proto.pc
|
||||
|
||||
EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
From ed499cffabe64fc1dc5898cb69ffa7e62c19e9d8 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Tue, 5 Jul 2022 21:19:20 +0200
|
||||
Subject: [PATCH] xcb-proto.pc.in: reinstate libdir
|
||||
|
||||
Otherwise the following occurs when building libxcb:
|
||||
| checking for xcb-proto >= 1.14... no
|
||||
| configure: error: Package requirements (xcb-proto >= 1.14) were not met:
|
||||
|
|
||||
| Variable 'libdir' not defined in '/srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/libxcb/1.15-r0/recipe-sysroot/usr/share/pkgconfig/xcb-proto.pc'
|
||||
|
||||
Upstream-Status: Submitted [https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/31]
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
xcb-proto.pc.in | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in
|
||||
index 0822b18..c7c8b47 100644
|
||||
--- a/xcb-proto.pc.in
|
||||
+++ b/xcb-proto.pc.in
|
||||
@@ -2,6 +2,7 @@ prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
datadir=@datadir@
|
||||
+libdir=@libdir@
|
||||
xcbincludedir=${pc_sysrootdir}@xcbincludedir@
|
||||
PYTHON_PREFIX=@PYTHON_PREFIX@
|
||||
pythondir=${pc_sysrootdir}@pythondir@
|
||||
@@ -0,0 +1,31 @@
|
||||
SUMMARY = "XCB: The X protocol C binding headers"
|
||||
DESCRIPTION = "Function prototypes for the X protocol C-language Binding \
|
||||
(XCB). XCB is a replacement for Xlib featuring a small footprint, \
|
||||
latency hiding, direct access to the protocol, improved threading \
|
||||
support, and extensibility."
|
||||
HOMEPAGE = "http://xcb.freedesktop.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
|
||||
file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
|
||||
|
||||
SRC_URI = "https://xorg.freedesktop.org/archive/individual/proto/${BP}.tar.xz \
|
||||
file://0001-xcb-proto.pc.in-reinstate-libdir.patch \
|
||||
file://0001-Fix-install-conflict-when-enable-multilib.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119"
|
||||
|
||||
inherit autotools pkgconfig python3native
|
||||
|
||||
PACKAGES += "python-xcbgen"
|
||||
|
||||
FILES:${PN} = ""
|
||||
FILES:${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd"
|
||||
FILES:python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}"
|
||||
|
||||
DEV_PKG_DEPENDENCY = ""
|
||||
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "X Window System unified protocol definitions"
|
||||
DESCRIPTION = "This package provides the headers and specification documents defining \
|
||||
the core protocol and (many) extensions for the X Window System"
|
||||
HOMEPAGE = "http://www.x.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c"
|
||||
|
||||
inherit meson
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false"
|
||||
|
||||
# Datadir only used to install pc files, $datadir/pkgconfig
|
||||
datadir="${libdir}"
|
||||
# ${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"
|
||||
Reference in New Issue
Block a user