diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-03 09:30:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 10:43:12 +0100 |
commit | a0fb85891d24df07bd140f0b9f277e9ebb3768d7 (patch) | |
tree | 9fc3dbf12a0c94dd1039d7d322a8bb77432e2b41 /recipes/xorg-font | |
parent | 9112ebc764fbffbda92f8d3205e37476763ff885 (diff) |
font-util: Add 1.1.1 target and native.
Diffstat (limited to 'recipes/xorg-font')
-rw-r--r-- | recipes/xorg-font/font-util-native_1.1.1.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-font/font-util_1.1.1.bb | 11 |
2 files changed, 20 insertions, 0 deletions
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 index 0000000000..431fc04e85 --- /dev/null +++ b/recipes/xorg-font/font-util-native_1.1.1.bb @@ -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 index 0000000000..95c0c73c1f --- /dev/null +++ b/recipes/xorg-font/font-util_1.1.1.bb @@ -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" |