diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:10:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:41:34 +0100 |
commit | a128b3b68dbb19cb86c887830a4aa65994335438 (patch) | |
tree | d78a35dcf6b6b881c9bdb140b66814391ca0b23f | |
parent | 8d987394eada55afe325132c1da94928d2bfe007 (diff) | |
download | openembedded-core-a128b3b68dbb19cb86c887830a4aa65994335438.tar.gz openembedded-core-a128b3b68dbb19cb86c887830a4aa65994335438.tar.bz2 openembedded-core-a128b3b68dbb19cb86c887830a4aa65994335438.zip |
util-macros_1.11.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | 2 |
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" PR = "r0" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies -DEPENDS = "gettext libgpg-error" +DEPENDS = "libgpg-error" DEPENDS_virtclass-native = "gettext" DEPENDS_virtclass-nativesdk = "gettext" |