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:
35
sources/poky/meta/recipes-support/lzo/lzo_2.10.bb
Normal file
35
sources/poky/meta/recipes-support/lzo/lzo_2.10.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY = "Lossless data compression library"
|
||||
DESCRIPTION = "A portable lossless data compression library written in \
|
||||
ANSI C that offers pretty fast compression and *extremely* fast decompression. "
|
||||
HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://src/lzo_init.c;beginline=5;endline=25;md5=9ae697ca01829b0a383c5d2d163e0108"
|
||||
|
||||
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
|
||||
file://0001-Use-memcpy-instead-of-reinventing-it.patch \
|
||||
file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "39d3f3f9c55c87b1e5d6888e1420f4b5"
|
||||
SRC_URI[sha256sum] = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
|
||||
|
||||
inherit autotools ptest
|
||||
|
||||
CVE_PRODUCT = "lzo oberhumer:lzo2"
|
||||
|
||||
EXTRA_OECONF = "--enable-shared"
|
||||
|
||||
do_install_ptest() {
|
||||
t=${D}${PTEST_PATH}
|
||||
cp ${S}/util/check.sh $t
|
||||
cp ${B}/minilzo/testmini $t
|
||||
for i in tests/align tests/chksum lzotest/lzotest examples/simple
|
||||
do cp ${B}/`dirname $i`/.libs/`basename $i` $t; \
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user