package/busybox: invert dependency with debianutils
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
78b42e9e55
commit
00d8894dfc
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
||||
|
||||
# Packages that provide commands that may also be busybox applets:
|
||||
BUSYBOX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
|
||||
$(if $(BR2_PACKAGE_DIFFUTILS),diffutils) \
|
||||
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
||||
$(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
|
||||
|
@ -8,8 +8,6 @@ DEBIANUTILS_VERSION = 4.8.1
|
||||
DEBIANUTILS_SOURCE = debianutils_$(DEBIANUTILS_VERSION).tar.xz
|
||||
DEBIANUTILS_SITE = http://snapshot.debian.org/archive/debian/20161118T033019Z/pool/main/d/debianutils
|
||||
DEBIANUTILS_CONF_OPTS = --exec-prefix=/
|
||||
# Make sure we override the busybox tools, such as which
|
||||
DEBIANUTILS_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
DEBIANUTILS_LICENSE = GPL-2.0+, SMAIL (savelog)
|
||||
DEBIANUTILS_LICENSE_FILES = debian/copyright
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user