forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-07 b7c0d7ef5080a876d1e2a044d0a51dcb0e0bcf1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)/bin/waf
endef
 
$(eval $(host-generic-package))