|
@@ -42,7 +42,7 @@ define inner-waf-package
|
|
# otherwise waf errors out with:
|
|
# otherwise waf errors out with:
|
|
# Waf script 'X' and library 'Y' do not match
|
|
# Waf script 'X' and library 'Y' do not match
|
|
define WAF_PACKAGE_REMOVE_WAF_LIB
|
|
define WAF_PACKAGE_REMOVE_WAF_LIB
|
|
- $(RM) -fr $$(@D)/waf $$(@D)/waflib
|
|
|
|
|
|
+ $$(RM) -fr $$(@D)/waf $$(@D)/waflib
|
|
endef
|
|
endef
|
|
|
|
|
|
# We need host-python3 to run waf
|
|
# We need host-python3 to run waf
|