diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-03 09:33:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 10:43:12 +0100 |
commit | 197b0cb11c6f1c4fd9da29ed2c18bbd70fc48b3e (patch) | |
tree | b4a6a0bb5d0bce23a337042417c339b6cb3845aa /recipes/xorg-font | |
parent | 303ae98b5f1be8d6a27e6ef73ceaef737cb9bcac (diff) |
font-alias: Add 1.0.2
Diffstat (limited to 'recipes/xorg-font')
-rw-r--r-- | recipes/xorg-font/font-alias_1.0.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xorg-font/font-alias_1.0.2.bb b/recipes/xorg-font/font-alias_1.0.2.bb new file mode 100644 index 0000000000..5314cbc5db --- /dev/null +++ b/recipes/xorg-font/font-alias_1.0.2.bb @@ -0,0 +1,9 @@ +require xorg-font-common.inc + +DESCRIPTION = "X font aliases." + +DEPENDS = "virtual/xserver font-util" +RDEPENDS = "encodings font-util" + +PE = "1" +PR = "${INC_PR}.0" |