package/busybox: invert dependency with unzip
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
c4968938bb
commit
faa21d4d22
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
||||
|
||||
# Packages that provide commands that may also be busybox applets:
|
||||
BUSYBOX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_UNZIP),unzip) \
|
||||
$(if $(BR2_PACKAGE_USBUTILS),usbutils) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX),util-linux) \
|
||||
$(if $(BR2_PACKAGE_VIM),vim) \
|
||||
|
@ -7,8 +7,6 @@
|
||||
UNZIP_VERSION = 60
|
||||
UNZIP_SOURCE = unzip$(UNZIP_VERSION).tgz
|
||||
UNZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
|
||||
# take precedence over busybox implementation
|
||||
UNZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
UNZIP_LICENSE = Info-ZIP
|
||||
UNZIP_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user