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,28 @@
|
||||
SUMMARY = "Ultra-simple screen capture utility, aimed at handheld devices"
|
||||
HOMEPAGE = "http://www.o-hand.com"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://main.c;endline=9;md5=023e14d6404d0a961eb97cbd011fc141 \
|
||||
file://screenshot-ui.h;endline=9;md5=638d9ffa83e9325a36df224166ed6ad0"
|
||||
|
||||
DEPENDS = "matchbox-panel-2 gtk+3"
|
||||
|
||||
# SRCREV tagged 0.3
|
||||
SRCREV = "9250fa5a012d84ff45984e8c4345ee7635227756"
|
||||
SRC_URI = "git://git.yoctoproject.org/screenshot;branch=master;protocol=https"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
FILES:${PN} += "${libdir}/matchbox-panel/*.so"
|
||||
|
||||
do_install:append () {
|
||||
rm -f ${D}${libdir}/matchbox-panel/*.la
|
||||
}
|
||||
|
||||
# The matchbox-panel-2 requires x11 in DISTRO_FEATURES
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
Reference in New Issue
Block a user