mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/glibc: install locale utility when NLS is enabled
Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8ef18c3b81
commit
fb1ee93ca4
@ -14,7 +14,7 @@ config BR2_PACKAGE_GLIBC_UTILS
|
|||||||
depends on BR2_PACKAGE_BASH
|
depends on BR2_PACKAGE_BASH
|
||||||
help
|
help
|
||||||
Enabling this option will compile and install the getconf,
|
Enabling this option will compile and install the getconf,
|
||||||
ldconfig and ldd glibc utilities for the target.
|
ldconfig, ldd and locale glibc utilities for the target.
|
||||||
|
|
||||||
comment "glibc utilities need bash"
|
comment "glibc utilities need bash"
|
||||||
depends on !BR2_PACKAGE_BASH
|
depends on !BR2_PACKAGE_BASH
|
||||||
|
@ -146,7 +146,10 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_GLIBC_UTILS),y)
|
ifeq ($(BR2_PACKAGE_GLIBC_UTILS),y)
|
||||||
GLIBC_TARGET_UTILS_USR_BIN = posix/getconf elf/ldd
|
GLIBC_TARGET_UTILS_USR_BIN = posix/getconf elf/ldd
|
||||||
GLIBC_TARGET_UTILS_SBIN = elf/ldconfig
|
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
|
define GLIBC_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user