From c37037df6580a4a00919310da29a755acbfed585 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jan 2010 21:10:47 +0000 Subject: gettext.bbclass: Set the gettext dependencies correctly for target, cross and native packages Signed-off-by: Richard Purdie --- meta/classes/cross.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/cross.bbclass') 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. -- cgit 1.2.3-korg