diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-31 12:19:58 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-05 15:05:40 +0100 |
commit | 12a05b660c12d2be2efd44db7372159ab62bd4fd (patch) | |
tree | b9e5cc9aa7cc90fd86ea22a1c8d82c557208ebf2 /classes/cross-canadian.bbclass | |
parent | d1a8b276c0f7c2838816071bca797bb56fcccef7 (diff) |
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 <josh@linux.intel.com>
Diffstat (limited to 'classes/cross-canadian.bbclass')
-rw-r--r-- | classes/cross-canadian.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |