diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-03 09:32:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 10:43:12 +0100 |
commit | 303ae98b5f1be8d6a27e6ef73ceaef737cb9bcac (patch) | |
tree | 237eb475f142d27b972efefc42dd31696b6e3613 /recipes/xorg-font/encodings_1.0.2.bb | |
parent | a0fb85891d24df07bd140f0b9f277e9ebb3768d7 (diff) |
xorg-font: Add INC_PR to all the Xorg fonts.
Diffstat (limited to 'recipes/xorg-font/encodings_1.0.2.bb')
-rw-r--r-- | recipes/xorg-font/encodings_1.0.2.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/xorg-font/encodings_1.0.2.bb b/recipes/xorg-font/encodings_1.0.2.bb index da67d037aa..68cc2b5293 100644 --- a/recipes/xorg-font/encodings_1.0.2.bb +++ b/recipes/xorg-font/encodings_1.0.2.bb @@ -1,8 +1,5 @@ require xorg-font-common.inc PE = "1" - -#DESCRIPTION = "" +PR = "${INC_PR}.0" DEPENDS = "mkfontscale-native" -RDEPENDS = "" - |