From 12a05b660c12d2be2efd44db7372159ab62bd4fd Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 31 Mar 2010 12:19:58 +0100 Subject: gettext enhancements: Make it easier to use the right gettext This patch adds a check to insane to ensure that gettext exists in the dependancy list when it is used in the configure.[ac|in] Further we enhance the gettext class to enable easy addition of the required gettext dependancies by inheriting the gettext class. Signed-off-by: Joshua Lock --- classes/cross.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/cross.bbclass') diff --git a/classes/cross.bbclass b/classes/cross.bbclass index 57b6e6057f..f95144cfcb 100644 --- a/classes/cross.bbclass +++ b/classes/cross.bbclass @@ -35,6 +35,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 v1.2.3