mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
poky-tiny: Fix whitespace in variable assignment
(From meta-yocto rev: b5d94e54156ed6c4188035e5925073bfd2a90eb1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
09d8efe144
commit
e3ca5193b5
|
@ -56,7 +56,7 @@ ENABLE_WIDEC:class-native = "true"
|
||||||
|
|
||||||
# Drop native language support. This removes the
|
# Drop native language support. This removes the
|
||||||
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
|
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
|
||||||
USE_NLS="no"
|
USE_NLS = "no"
|
||||||
# As we don't have native language support, don't install locales into images
|
# As we don't have native language support, don't install locales into images
|
||||||
IMAGE_LINGUAS = ""
|
IMAGE_LINGUAS = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user