gawk: unbreak host build after auto-host-deps change
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f009b7b93e
commit
12b199c0c2
@ -13,6 +13,9 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
GAWK_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
# we don't have a host-busybox
|
||||
HOST_GAWK_DEPENDENCIES =
|
||||
|
||||
define GAWK_CREATE_SYMLINK
|
||||
ln -sf /usr/bin/gawk $(TARGET_DIR)/usr/bin/awk
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user