Files
operating-system/buildroot/package/waf/waf.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

22 lines
532 B
Makefile

################################################################################
#
# waf
#
################################################################################
WAF_VERSION = 2.0.22
WAF_SOURCE = waf-$(WAF_VERSION)
WAF_SITE = https://waf.io
WAF_LICENSE = BSD-3-Clause
WAF_LICENSE_FILES = waf
define HOST_WAF_EXTRACT_CMDS
$(INSTALL) -D -m 0755 $(HOST_WAF_DL_DIR)/waf-$(WAF_VERSION) $(@D)/waf
endef
define HOST_WAF_INSTALL_CMDS
$(INSTALL) -D -m 0755 $(@D)/waf $(HOST_DIR)/bin/waf
endef
$(eval $(host-generic-package))