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 = "Interactive process viewer"
|
||||
HOMEPAGE = "https://htop.dev"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "ncurses"
|
||||
|
||||
SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \
|
||||
file://0001-Use-pkg-config.patch \
|
||||
"
|
||||
SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
unicode \
|
||||
affinity \
|
||||
delayacct \
|
||||
"
|
||||
PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode"
|
||||
PACKAGECONFIG[affinity] = "--enable-affinity,--disable-affinity,,,,hwloc"
|
||||
PACKAGECONFIG[unwind] = "--enable-unwind,--disable-unwind,libunwind"
|
||||
PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc,,,affinity"
|
||||
PACKAGECONFIG[openvz] = "--enable-openvz,--disable-openvz"
|
||||
PACKAGECONFIG[vserver] = "--enable-vserver,--disable-vserver"
|
||||
PACKAGECONFIG[ancient-vserver] = "--enable-ancient-vserver,--disable-ancient-vserver"
|
||||
PACKAGECONFIG[capabilities] = "--enable-capabilities,--disable-capabilities,libcap"
|
||||
PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl"
|
||||
PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"
|
||||
|
||||
FILES:${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg"
|
||||
|
||||
RDEPENDS:${PN} += "ncurses-terminfo-base"
|
||||
Reference in New Issue
Block a user