* [Buildroot] [PATCH] package/waf: add Config.in.host
@ 2018-12-12 2:56 Carlos Santos
2018-12-13 20:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Santos @ 2018-12-12 2:56 UTC (permalink / raw)
To: buildroot
Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
package/Config.in.host | 1 +
package/waf/Config.in.host | 6 ++++++
2 files changed, 7 insertions(+)
create mode 100644 package/waf/Config.in.host
diff --git a/package/Config.in.host b/package/Config.in.host
index 2211345a7b..cd9dae3a5f 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -66,6 +66,7 @@ menu "Host utilities"
source "package/uboot-tools/Config.in.host"
source "package/util-linux/Config.in.host"
source "package/vboot-utils/Config.in.host"
+ source "package/waf/Config.in.host"
source "package/xorriso/Config.in.host"
source "package/zip/Config.in.host"
source "package/zstd/Config.in.host"
diff --git a/package/waf/Config.in.host b/package/waf/Config.in.host
new file mode 100644
index 0000000000..39d5bb0fe2
--- /dev/null
+++ b/package/waf/Config.in.host
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HOST_WAF
+ bool "host waf"
+ help
+ WAF, the meta build system
+
+ https://waf.io/
--
2.19.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-13 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-12 2:56 [Buildroot] [PATCH] package/waf: add Config.in.host Carlos Santos
2018-12-13 20:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox