[oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

Ben Shelton ben.shelton at ni.com
Mon Jul 28 19:26:36 UTC 2014


Adding a packagegroup recipe to build both the misc-misc and cursor-misc
X.org fonts.

Signed-off-by: Ben Shelton <ben.shelton at ni.com>
---
 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
new file mode 100644
index 0000000..b2d1db7
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
@@ -0,0 +1,11 @@
+SUMMARY = "X.org misc font set"
+LICENSE = "PD"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN} = "\
+	font-cursor-misc \
+	font-misc-misc \
+"
-- 
2.0.3




More information about the Openembedded-devel mailing list