diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-07-28 17:04:32 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:45 +0200 |
commit | 5cac5b03386e38860b813acc8fba277fe827060d (patch) | |
tree | d4c67d8f0d8daf8b8c73356e8d6d27b9ac3b1fe5 /meta-oe | |
parent | a09bbab909f39c8b43f62c657f42a9fbc87c3b21 (diff) | |
download | meta-openembedded-5cac5b03386e38860b813acc8fba277fe827060d.tar.gz |
font-misc-misc: add recipe
Adding a recipe for the X.org misc-misc fonts.
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb new file mode 100644 index 000000000..685d647db --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-graphics/xorg-font/xorg-font-common.inc | ||
2 | |||
3 | SUMMARY = "X.org miscellaneous fonts" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/misc-misc/" | ||
5 | SECTION = "x11/font" | ||
6 | LICENSE = "PD" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" | ||
8 | |||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | ||
10 | RDEPENDS_${PN} = "encodings font-util" | ||
11 | |||
12 | SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623" | ||
13 | SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794" | ||