- 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)
23 lines
700 B
BlitzBasic
23 lines
700 B
BlitzBasic
require ttf.inc
|
|
|
|
SUMMARY = "Ubuntu Font Family - TTF Version"
|
|
HOMEPAGE = "http://font.ubuntu.com"
|
|
LICENSE = "UFL"
|
|
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b"
|
|
|
|
SHA1SUM = "0cef8205"
|
|
|
|
SRC_URI = "https://assets.ubuntu.com/v1/${SHA1SUM}-ubuntu-font-family-${PV}.zip"
|
|
|
|
|
|
SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32"
|
|
SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf"
|
|
|
|
S = "${WORKDIR}/ubuntu-font-family-${PV}"
|
|
|
|
PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
|
|
FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
|
|
|
|
FILES:ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
|
|
FILES:ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"
|