[oe-commits] Ben Shelton : xorg-fonts-100dpi: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed May 14 09:18:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 75cd3c221f7ff891312cbf36901cb75986d8879a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=75cd3c221f7ff891312cbf36901cb75986d8879a

Author: Ben Shelton <ben.shelton at ni.com>
Date:   Mon May 12 12:31:54 2014 -0500

xorg-fonts-100dpi: add recipe

Adding a packagegroup recipe to build all the core 100dpi X fonts.

Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb
new file mode 100644
index 0000000..aacf379
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Xorg 100 DPI font set"
+LICENSE = "Custom"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN} = "\
+	font-adobe-100dpi \
+	font-adobe-utopia-100dpi \
+	font-bh-100dpi \
+	font-bh-lucidatypewriter-100dpi \
+	font-bitstream-100dpi \
+"



More information about the Openembedded-commits mailing list