mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/glibc: install locale utility only when BR2_PACKAGE_GLIBC_UTILS=y
Fixes: fb1ee93ca4
Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fb1ee93ca4
commit
283c5d474e
@@ -146,11 +146,10 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_GLIBC_UTILS),y)
|
||||
GLIBC_TARGET_UTILS_USR_BIN = posix/getconf elf/ldd
|
||||
GLIBC_TARGET_UTILS_SBIN = elf/ldconfig
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
GLIBC_TARGET_UTILS_USR_BIN += locale/locale
|
||||
endif
|
||||
endif
|
||||
|
||||
define GLIBC_INSTALL_TARGET_CMDS
|
||||
for libpattern in $(GLIBC_LIBS_LIB); do \
|
||||
|
||||
Reference in New Issue
Block a user