summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-17 21:36:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-17 21:36:12 +0000
commit8492913025f1286c657a34996c02b2b4de19fb6a (patch)
tree67ffc9f4a3ca06ebdf2eb4b6b3b3d899255ded44 /recipes-core
parent4d5046652dec906359535c99149466572c490ea9 (diff)
downloadmeta-gplv2-8492913025f1286c657a34996c02b2b4de19fb6a.tar.gz
gettext: Update to match variable renaming in OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-core')
-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"