summaryrefslogtreecommitdiffstats
path: root/recipes-core/gettext/gettext_0.16.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/gettext/gettext_0.16.1.bb')
-rw-r--r--recipes-core/gettext/gettext_0.16.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/gettext/gettext_0.16.1.bb b/recipes-core/gettext/gettext_0.16.1.bb
index 76c2a01..941a9d2 100644
--- a/recipes-core/gettext/gettext_0.16.1.bb
+++ b/recipes-core/gettext/gettext_0.16.1.bb
@@ -112,6 +112,6 @@ do_install:append:class-native () {
112# available, and we don't want to use older macros from the target gettext in 112# available, and we don't want to use older macros from the target gettext in
113# a non-gplv3 build, so kill them and let dependent recipes rely on 113# a non-gplv3 build, so kill them and let dependent recipes rely on
114# gettext-native. 114# gettext-native.
115SYSROOT_DIRS_BLACKLIST += "${datadir}/aclocal" 115SYSROOT_DIRS_IGNORE += "${datadir}/aclocal"
116 116
117BBCLASSEXTEND = "native nativesdk" 117BBCLASSEXTEND = "native nativesdk"