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,26 @@
|
||||
require ttf.inc
|
||||
|
||||
SUMMARY = "Inconsolata font - TTF Version"
|
||||
HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html"
|
||||
LICENSE = "OFL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed"
|
||||
|
||||
SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \
|
||||
file://OFL.txt"
|
||||
|
||||
S = "${WORKDIR}/ttf-inconsolata-${PV}"
|
||||
|
||||
FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \
|
||||
${datadir}/doc/ttf-inconsolata/*"
|
||||
|
||||
do_configure() {
|
||||
cp -fr ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${datadir}/doc/ttf-inconsolata/
|
||||
install -m 0644 ${WORKDIR}/OFL.txt ${D}${datadir}/doc/ttf-inconsolata/
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "0fbe014c1f0fb5e3c71140ff0dc63edf"
|
||||
SRC_URI[sha256sum] = "1561e616c414a1b82d6e6dfbd18e5726fd65028913ade191e5fa38b6ec375a1a"
|
||||
Reference in New Issue
Block a user