diff options
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. |