Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
19
bsp/buildroot/package/waf/waf.mk
Normal file
19
bsp/buildroot/package/waf/waf.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# waf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAF_VERSION = 1.9.5
|
||||
WAF_SOURCE = waf-$(WAF_VERSION)
|
||||
WAF_SITE = https://waf.io/
|
||||
|
||||
define HOST_WAF_EXTRACT_CMDS
|
||||
$(INSTALL) -D -m 0755 $(DL_DIR)/waf-$(WAF_VERSION) $(@D)/waf
|
||||
endef
|
||||
|
||||
define HOST_WAF_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/waf $(HOST_DIR)/usr/bin/waf
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user