diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-05-12 12:31:51 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:30:19 +0200 |
commit | 9be5eaee11d283290bb4383d72cd3aa6c883a2b7 (patch) | |
tree | a18f206406687bed8df7824d033306425ddfb20b /meta-oe/recipes-graphics | |
parent | b1163daf15ec97fd890f0d168221c754eb835ca4 (diff) | |
download | meta-openembedded-9be5eaee11d283290bb4383d72cd3aa6c883a2b7.tar.gz |
font-bh-100dpi: add recipe
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb new file mode 100644 index 000000000..3ee91cef4 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require recipes-graphics/xorg-font/xorg-font-common.inc | ||
2 | |||
3 | SUMMARY = "Bigelow & Holmes 100 DPI fonts" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-100dpi/" | ||
5 | SECTION = "x11/font" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cffd5e9c4b61b3d74166ca74b99e460e" | ||
8 | |||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | ||
10 | RDEPENDS_${PN} = "encodings font-util" | ||
11 | RDEPENDS_${PN}_class-native = "font-util-native" | ||
12 | |||
13 | SRC_URI[md5sum] = "9f11ade089d689b9d59e0f47d26f39cd" | ||
14 | SRC_URI[sha256sum] = "23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481" | ||