diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-05 21:10:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-05 21:10:47 +0000 |
commit | c37037df6580a4a00919310da29a755acbfed585 (patch) | |
tree | 1602e53ef2c2061f8bc2bc87164cdd5ac11e2078 /meta/classes/cross.bbclass | |
parent | f3092747b4afa7f0d2e929913d3f6bbb7e734ebd (diff) | |
download | poky-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.bbclass | 2 |
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}" | |||
25 | 25 | ||
26 | TOOLCHAIN_OPTIONS = "" | 26 | TOOLCHAIN_OPTIONS = "" |
27 | 27 | ||
28 | DEPENDS_GETTEXT = "gettext-native" | ||
29 | |||
28 | # Path mangling needed by the cross packaging | 30 | # Path mangling needed by the cross packaging |
29 | # Note that we use := here to ensure that libdir and includedir are | 31 | # Note that we use := here to ensure that libdir and includedir are |
30 | # target paths, not CROSS_DIR paths. | 32 | # target paths, not CROSS_DIR paths. |