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,22 @@
|
||||
SUMMARY = "OSCam: Open Source Conditional Access Module"
|
||||
HOMEPAGE = "http://www.streamboard.tv/oscam/"
|
||||
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "libusb1 openssl pcsc-lite"
|
||||
|
||||
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
|
||||
"
|
||||
SRCREV = "11718"
|
||||
PV = "1.10+"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e '1 s|${TOPDIR}|<TOPDIR>|g' ${B}/config.c
|
||||
}
|
||||
Reference in New Issue
Block a user