package/busybox: invert dependency with dos2unix
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
1561592231
commit
ae39bfe24e
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
||||
|
||||
# Packages that provide commands that may also be busybox applets:
|
||||
BUSYBOX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
||||
$(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
|
||||
$(if $(BR2_PACKAGE_FBSET),fbset) \
|
||||
$(if $(BR2_PACKAGE_GAWK),gawk) \
|
||||
|
@ -8,9 +8,7 @@ DOS2UNIX_VERSION = 7.4.0
|
||||
DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix
|
||||
DOS2UNIX_LICENSE = BSD-2-Clause
|
||||
DOS2UNIX_LICENSE_FILES = COPYING.txt
|
||||
DOS2UNIX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_BUSYBOX),busybox) \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
DOS2UNIX_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
DOS2UNIX_MAKE_OPTS += ENABLE_NLS=1
|
||||
|
Loading…
Reference in New Issue
Block a user