diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-02 10:58:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-02 10:58:27 +0100 |
commit | e3ca5193b5b07b75d88a04982306af83c9a728bb (patch) | |
tree | 3829b27682ba2f5fa2c61f0e55f240449113b3b5 | |
parent | 09d8efe144c2dc91a81a57f7c168129dd391b9a3 (diff) | |
download | poky-e3ca5193b5b07b75d88a04982306af83c9a728bb.tar.gz |
poky-tiny: Fix whitespace in variable assignment
(From meta-yocto rev: b5d94e54156ed6c4188035e5925073bfd2a90eb1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index d3c0a781e4..81153b3b36 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
@@ -56,7 +56,7 @@ ENABLE_WIDEC:class-native = "true" | |||
56 | 56 | ||
57 | # Drop native language support. This removes the | 57 | # Drop native language support. This removes the |
58 | # eglibc->bash->gettext->libc-posix-clang-wchar dependency. | 58 | # eglibc->bash->gettext->libc-posix-clang-wchar dependency. |
59 | USE_NLS="no" | 59 | USE_NLS = "no" |
60 | # As we don't have native language support, don't install locales into images | 60 | # As we don't have native language support, don't install locales into images |
61 | IMAGE_LINGUAS = "" | 61 | IMAGE_LINGUAS = "" |
62 | 62 | ||