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>
This commit is contained in:
Khem Raj 2011-03-31 21:10:11 -07:00 committed by Richard Purdie
parent 5c494ece33
commit 16544ab32e
1 changed files with 1 additions and 1 deletions

View File

@ -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"