summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-21 17:19:02 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-30 21:05:47 +0200
commitd338b903b33507037042b4f699cef1b8ccaa11f2 (patch)
tree6182395d35e044a6f2084ecebfde497749fcde7a /meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
parenteb01b36cb3f2f686bc05c690b06d1e0680dda1f5 (diff)
downloadmeta-openembedded-d338b903b33507037042b4f699cef1b8ccaa11f2.tar.gz
bdftopcf: upgrade 1.0.4 -> 1.0.5
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
new file mode 100644
index 0000000000..35d5002392
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.5.bb
@@ -0,0 +1,13 @@
1require recipes-graphics/xorg-app/xorg-app-common.inc
2
3SUMMARY = "bdftopcf is a tool to convert BDF fonts to PCF fonts"
4HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/bdftopcf/"
5SECTION = "x11/app"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=f9a35333adf75edd1eaef84bca65a490"
8DEPENDS = "libxfont"
9
10SRC_URI[md5sum] = "53a48e1fdfec29ab2e89f86d4b7ca902"
11SRC_URI[sha256sum] = "38f447be0c61f94c473f128cf519dd0cff63b5d7775240a2e895a183a61e2026"
12
13BBCLASSEXTEND = "native"