* [Buildroot] [PATCH v2 1/3] package/pkg-waf: allow for override of PKG_WAF directive
@ 2020-10-13 19:49 David GOUARIN
2020-10-14 19:15 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: David GOUARIN @ 2020-10-13 19:49 UTC (permalink / raw)
To: buildroot
As suggested by Thomas for the libtalloc patch : http://patchwork.ozlabs.org/project/buildroot/patch/20200327150225.15277-1-jared.bents at rockwellcollins.com/
Signed-off-by: David GOUARIN <dgouarin@gmail.com>
---
package/pkg-waf.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/pkg-waf.mk b/package/pkg-waf.mk
index 35e56d3c13..038d89454e 100644
--- a/package/pkg-waf.mk
+++ b/package/pkg-waf.mk
@@ -46,7 +46,7 @@ ifeq ($$($(2)_NEEDS_EXTERNAL_WAF),YES)
$(2)_DEPENDENCIES += host-waf
$(2)_WAF = $$(HOST_DIR)/bin/waf
else
-$(2)_WAF = ./waf
+$(2)_WAF ?= ./waf
endif
$(2)_BUILD_OPTS ?=
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/3] package/pkg-waf: allow for override of PKG_WAF directive
2020-10-13 19:49 [Buildroot] [PATCH v2 1/3] package/pkg-waf: allow for override of PKG_WAF directive David GOUARIN
@ 2020-10-14 19:15 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-10-14 19:15 UTC (permalink / raw)
To: buildroot
On Tue, 13 Oct 2020 21:49:45 +0200
David GOUARIN <dgouarin@gmail.com> wrote:
> As suggested by Thomas for the libtalloc patch : http://patchwork.ozlabs.org/project/buildroot/patch/20200327150225.15277-1-jared.bents at rockwellcollins.com/
>
> Signed-off-by: David GOUARIN <dgouarin@gmail.com>
> ---
> package/pkg-waf.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master with an improved commit log.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-14 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 19:49 [Buildroot] [PATCH v2 1/3] package/pkg-waf: allow for override of PKG_WAF directive David GOUARIN
2020-10-14 19:15 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox