[meta-oe,v2,1/2] font-misc-misc: add recipe
Submitted by Ben Shelton on July 28, 2014, 10:04 p.m.
|
Patch ID: 76793
Details
Commit Message
new file mode 100644
@@ -0,0 +1,13 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = "X.org miscellaneous fonts"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/misc-misc/"
+SECTION = "x11/font"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8"
+
+DEPENDS = "util-macros-native font-util-native bdftopcf-native"
+RDEPENDS_${PN} = "encodings font-util"
+
+SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623"
+SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794"
Adding a recipe for the X.org misc-misc fonts. Signed-off-by: Ben Shelton <ben.shelton@ni.com> --- meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb