mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
ttf-abyssinica: add version 1.500 to support Amharic language
Add Ethiopia and Eritrea font, which requried by Amharic language. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -50,6 +50,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
terminus-font->fontconfig \
|
||||
ttf-abyssinica->fontconfig \
|
||||
ttf-arphic-uming->fontconfig \
|
||||
ttf-dejavu->fontconfig \
|
||||
ttf-droid->fontconfig \
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
require ttf.inc
|
||||
|
||||
SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition"
|
||||
HOMEPAGE = "http://software.sil.org/abyssinica/"
|
||||
LICENSE = "OFL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159"
|
||||
|
||||
SRCNAME = "AbyssinicaSIL"
|
||||
SRC_URI = "http://software.sil.org/downloads/abyssinica/${SRCNAME}-${PV}.zip"
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e"
|
||||
SRC_URI[sha256sum] = "e48a77d5ab8ee0b06464a5b29be70f292aa25dc1e73eb39ec933bd7fa47bbd86"
|
||||
|
||||
FONT_PACKAGES = "${PN}"
|
||||
FILES_${PN} = "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user