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-canadian.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/cross-canadian.bbclass') diff --git a/classes/cross-canadian.bbclass b/classes/cross-canadian.bbclass index bd738ecd4d..a149fd44b7 100644 --- a/classes/cross-canadian.bbclass +++ b/classes/cross-canadian.bbclass @@ -31,6 +31,8 @@ CFLAGS = "${BUILDSDK_CFLAGS}" CXXFLAGS = "${BUILDSDK_CFLAGS}" LDFLAGS = "${BUILDSDK_LDFLAGS}" +DEPENDS_GETTEXT = "gettext-native gettext-nativesdk" + # Change to place files in SDKPATH prefix = "${SDKPATH}" exec_prefix = "${SDKPATH}" -- cgit v1.2.3