mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/busybox: invert dependency with gawk
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
3fa18f1a44
commit
5f9d14bb75
@ -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_GAWK),gawk) \
|
||||||
$(if $(BR2_PACKAGE_GREP),grep) \
|
$(if $(BR2_PACKAGE_GREP),grep) \
|
||||||
$(if $(BR2_PACKAGE_GZIP),gzip) \
|
$(if $(BR2_PACKAGE_GZIP),gzip) \
|
||||||
$(if $(BR2_PACKAGE_I2C_TOOLS),i2c-tools) \
|
$(if $(BR2_PACKAGE_I2C_TOOLS),i2c-tools) \
|
||||||
|
@ -11,11 +11,6 @@ GAWK_DEPENDENCIES = host-gawk
|
|||||||
GAWK_LICENSE = GPL-3.0+
|
GAWK_LICENSE = GPL-3.0+
|
||||||
GAWK_LICENSE_FILES = COPYING
|
GAWK_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# Prefer full-blown gawk over busybox awk
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
GAWK_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSIGSEGV),y)
|
ifeq ($(BR2_PACKAGE_LIBSIGSEGV),y)
|
||||||
GAWK_DEPENDENCIES += libsigsegv
|
GAWK_DEPENDENCIES += libsigsegv
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user