summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-05 21:10:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-05 21:10:47 +0000
commitc37037df6580a4a00919310da29a755acbfed585 (patch)
tree1602e53ef2c2061f8bc2bc87164cdd5ac11e2078 /meta/classes/cross.bbclass
parentf3092747b4afa7f0d2e929913d3f6bbb7e734ebd (diff)
downloadopenembedded-core-c37037df6580a4a00919310da29a755acbfed585.tar.gz
gettext.bbclass: Set the gettext dependencies correctly for target, cross and native packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index e38d53ced9..4e78a11f2d 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -25,6 +25,8 @@ LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}"
TOOLCHAIN_OPTIONS = ""
+DEPENDS_GETTEXT = "gettext-native"
+
# Path mangling needed by the cross packaging
# Note that we use := here to ensure that libdir and includedir are
# target paths, not CROSS_DIR paths.