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,33 @@
|
||||
SUMMARY = "Proxy libintl"
|
||||
HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a92e76ec2c5167ca2e"
|
||||
|
||||
PROVIDES = "virtual/libintl"
|
||||
|
||||
SRC_URI = " \
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
|
||||
"
|
||||
SRC_URI[md5sum] = "aef407c2b97ee829383aadd867c61d1e"
|
||||
SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356f9ae91"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
PACKAGES = "${PN} ${PN}-dev"
|
||||
FILES:${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a"
|
||||
INSANE_SKIP:${PN}-dev = "staticdev"
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
CFLAGS:append = " -fPIC -Wall -I ../../include ${@['-DSTUB_ONLY', ''][d.getVar('USE_NLS') != 'no']}"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_compile() {
|
||||
cd ${WORKDIR}/src/proxy-libintl
|
||||
oe_runmake ../../lib/libintl.a
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/${includedir}
|
||||
install -d ${D}/${libdir}
|
||||
install -m 0644 ${WORKDIR}/include/libintl.h ${D}/${includedir}
|
||||
install -m 0644 ${WORKDIR}/lib/libintl.a ${D}/${libdir}
|
||||
}
|
||||
Reference in New Issue
Block a user