mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/busybox: invert dependency with wget
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
f13a12e2c9
commit
0e3240ddcc
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_WGET),wget) \
|
||||||
$(if $(BR2_PACKAGE_WHOIS),whois)
|
$(if $(BR2_PACKAGE_WHOIS),whois)
|
||||||
|
|
||||||
# Link against libtirpc if available so that we can leverage its RPC
|
# Link against libtirpc if available so that we can leverage its RPC
|
||||||
|
@ -11,11 +11,6 @@ WGET_DEPENDENCIES = host-pkgconf
|
|||||||
WGET_LICENSE = GPL-3.0+
|
WGET_LICENSE = GPL-3.0+
|
||||||
WGET_LICENSE_FILES = COPYING
|
WGET_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# Prefer full-blown wget over busybox
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
WGET_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
WGET_CONF_OPTS += --with-ssl=gnutls
|
WGET_CONF_OPTS += --with-ssl=gnutls
|
||||||
WGET_DEPENDENCIES += gnutls
|
WGET_DEPENDENCIES += gnutls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user