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,36 @@
|
||||
SUMMARY = "Tools for taking the MD5 sum of ISO images"
|
||||
DESCRIPTION = "Tools for taking the MD5 sum of ISO images"
|
||||
|
||||
DEPENDS = "popt python3 openssl curl popt-native"
|
||||
RDEPENDS:${BPN} = "openssl curl"
|
||||
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master;protocol=https \
|
||||
file://0001-tweak-install-prefix.patch \
|
||||
file://0002-fix-parallel-error.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
inherit python3native
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
DESTDIR='${D}' \
|
||||
PYTHONINCLUDE='-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}' \
|
||||
PYTHONSITEPACKAGES='${PYTHON_SITEPACKAGES_DIR}' \
|
||||
"
|
||||
|
||||
do_install () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
PACKAGES += "python3-${BPN}"
|
||||
|
||||
RPROVIDES:${BPN}-dbg += "python3-${BPN}-dbg"
|
||||
|
||||
FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so"
|
||||
|
||||
SRCREV = "3f4c9bd3f21ec9ac75a025dfa3fa30fe3f621831"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user