summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:10:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:52 +0100
commit16544ab32e9104e1fea5e31a5d4f410dda7f1cd3 (patch)
tree73a3694bb73f620cfffc8442ee8358d89df537f4 /meta/recipes-graphics/xorg-util
parent5c494ece330464898c4ca4a05b1f7beb2a51141a (diff)
downloadpoky-16544ab32e9104e1fea5e31a5d4f410dda7f1cd3.tar.gz
util-macros_1.11.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: a128b3b68dbb19cb86c887830a4aa65994335438) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
index e2c558cbef..765a577a1d 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
@@ -11,7 +11,7 @@ PE = "1"
11PR = "r0" 11PR = "r0"
12 12
13# ${PN} is empty so we need to tweak -dev and -dbg package dependencies 13# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
14DEPENDS = "gettext libgpg-error" 14DEPENDS = "libgpg-error"
15DEPENDS_virtclass-native = "gettext" 15DEPENDS_virtclass-native = "gettext"
16DEPENDS_virtclass-nativesdk = "gettext" 16DEPENDS_virtclass-nativesdk = "gettext"
17 17