font-util: Add 1.1.1 target and native.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 3 Dec 2009 09:30:27 +0000 (09:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 4 Dec 2009 09:43:12 +0000 (10:43 +0100)
recipes/xorg-font/font-util-native_1.1.1.bb [new file with mode: 0644]
recipes/xorg-font/font-util_1.1.1.bb [new file with mode: 0644]

diff --git a/recipes/xorg-font/font-util-native_1.1.1.bb b/recipes/xorg-font/font-util-native_1.1.1.bb
new file mode 100644 (file)
index 0000000..431fc04
--- /dev/null
@@ -0,0 +1,9 @@
+inherit native
+require xorg-font-common.inc
+
+XORG_PN = "font-util"
+
+DEPENDS = "bdftopcf-native util-macros-native"
+
+PE = "1"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-font/font-util_1.1.1.bb b/recipes/xorg-font/font-util_1.1.1.bb
new file mode 100644 (file)
index 0000000..95c0c73
--- /dev/null
@@ -0,0 +1,11 @@
+require xorg-font-common.inc
+
+PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+
+DESCRIPTION = "X font utils."
+
+DEPENDS = "encodings util-macros"
+RDEPENDS = "mkfontdir mkfontscale encodings"
+
+PE = "1"
+PR = "${INC_PR}.1"