diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-08-08 21:42:39 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:57 +0200 |
| commit | 59d7086e544519a3be9a633a8cd1b1ee70910829 (patch) | |
| tree | 30223ddb362737c0842080dd8c71ede3c0cd7de0 | |
| parent | 98c0577972fe6843c8b81d3751b197b4dbd62d22 (diff) | |
| download | meta-openembedded-59d7086e544519a3be9a633a8cd1b1ee70910829.tar.gz | |
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>
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index c5e74c2987..71ee2fbc0d 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -50,6 +50,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 50 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS | 50 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS |
| 51 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 51 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 52 | terminus-font->fontconfig \ | 52 | terminus-font->fontconfig \ |
| 53 | ttf-abyssinica->fontconfig \ | ||
| 53 | ttf-arphic-uming->fontconfig \ | 54 | ttf-arphic-uming->fontconfig \ |
| 54 | ttf-dejavu->fontconfig \ | 55 | ttf-dejavu->fontconfig \ |
| 55 | ttf-droid->fontconfig \ | 56 | ttf-droid->fontconfig \ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb new file mode 100644 index 0000000000..d0c3ae5e30 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require ttf.inc | ||
| 2 | |||
| 3 | SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition" | ||
| 4 | HOMEPAGE = "http://software.sil.org/abyssinica/" | ||
| 5 | LICENSE = "OFL-1.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159" | ||
| 7 | |||
| 8 | SRCNAME = "AbyssinicaSIL" | ||
| 9 | SRC_URI = "http://software.sil.org/downloads/abyssinica/${SRCNAME}-${PV}.zip" | ||
| 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e" | ||
| 13 | SRC_URI[sha256sum] = "e48a77d5ab8ee0b06464a5b29be70f292aa25dc1e73eb39ec933bd7fa47bbd86" | ||
| 14 | |||
| 15 | FONT_PACKAGES = "${PN}" | ||
| 16 | FILES_${PN} = "${datadir}" | ||
| 17 | |||
