diff options
-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 c5e74c298..71ee2fbc0 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 000000000..d0c3ae5e3 --- /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 | |||