mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
778 B
BlitzBasic
25 lines
778 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[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf"
|
|
|
|
UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages"
|
|
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
|
|
|
|
S = "${UNPACKDIR}/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-*"
|