e0a46903ee
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - using TARGET_NLS_LIBS to force linking against libintl - dropping BR2_PACKAGE_GETTEXT selection In addition, we now use BR2_SYSTEM_ENABLE_NLS instead of BR2_ENABLE_LOCALE to decide if NLS support should be enabled or disabled. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
config BR2_PACKAGE_DOS2UNIX
|
|
bool "dos2unix"
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
help
|
|
dos2unix converts text file line endings between CRLF and LF
|
|
|
|
http://waterlan.home.xs4all.nl/dos2unix.html
|