diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-07-28 17:04:33 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:46 +0200 |
commit | ad51ed47ec272ef99140dc5bbfb8e33d96a2baae (patch) | |
tree | 3c19929d2ad30d40c3ae2f13e4433c86dcee4d66 /meta-oe | |
parent | 5cac5b03386e38860b813acc8fba277fe827060d (diff) | |
download | meta-openembedded-ad51ed47ec272ef99140dc5bbfb8e33d96a2baae.tar.gz |
font-cursor-misc: add recipe
Adding a recipe for the X.org cursor-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-cursor-misc_1.0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb new file mode 100644 index 000000000..7db03eb96 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-graphics/xorg-font/xorg-font-common.inc | ||
2 | |||
3 | SUMMARY = "X.org cursor fonts" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/cursor-misc/" | ||
5 | SECTION = "x11/font" | ||
6 | LICENSE = "PD" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265" | ||
8 | |||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | ||
10 | RDEPENDS_${PN} = "encodings font-util" | ||
11 | |||
12 | SRC_URI[md5sum] = "3e0069d4f178a399cffe56daa95c2b63" | ||
13 | SRC_URI[sha256sum] = "17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635" | ||