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:
33
sources/poky/meta/recipes-extended/libsolv/libsolv_0.7.28.bb
Normal file
33
sources/poky/meta/recipes-extended/libsolv/libsolv_0.7.28.bb
Normal file
@@ -0,0 +1,33 @@
|
||||
SUMMARY = "Library for solving packages and reading repositories"
|
||||
DESCRIPTION = "This is libsolv, a free package dependency solver using a satisfiability algorithm for solving packages and reading repositories"
|
||||
HOMEPAGE = "https://github.com/openSUSE/libsolv"
|
||||
BUGTRACKER = "https://github.com/openSUSE/libsolv/issues"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
|
||||
|
||||
DEPENDS = "expat zlib zstd"
|
||||
|
||||
SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
|
||||
file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
|
||||
"
|
||||
|
||||
SRCREV = "c8dbb3a77c86600ce09d4f80a504cf4e78a3c359"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGE_CLASSES','package_rpm','rpm','',d)}"
|
||||
PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm"
|
||||
|
||||
EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON -DENABLE_ZSTD_COMPRESSION=ON"
|
||||
|
||||
PACKAGES =+ "${PN}-tools ${PN}ext"
|
||||
|
||||
FILES:${PN}-tools = "${bindir}/*"
|
||||
FILES:${PN}ext = "${libdir}/${PN}ext.so.*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user