[Buildroot] [PATCH 11/29 v2] package/boost: add host symbol

Yann E. MORIN yann.morin.1998 at free.fr
Wed Apr 9 20:03:26 UTC 2025


That will be necessary when we eventually add sub-options to drive the
features of the host variant. But first, we need to convert existing
host packages using host-boost, so let's got step by step and have them
select host-boost; this will be done in following commits, one package
at a time.

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Cc: Michael Nosthoff <buildroot at heine.tech>
Cc: Yegor Yefremov <yegorslists at googlemail.com>
---
 package/Config.in.host       | 1 +
 package/boost/Config.in.host | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 package/boost/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index bf04f5fa97..3e6fef9e50 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -11,6 +11,7 @@ menu "Host utilities"
 	source "package/babeltrace2/Config.in.host"
 	source "package/bmap-tools/Config.in.host"
 	source "package/bmap-writer/Config.in.host"
+	source "package/boost/Config.in.host"
 	source "package/bootgen/Config.in.host"
 	source "package/btrfs-progs/Config.in.host"
 	source "package/cbootimage/Config.in.host"
diff --git a/package/boost/Config.in.host b/package/boost/Config.in.host
new file mode 100644
index 0000000000..5ffcbe6932
--- /dev/null
+++ b/package/boost/Config.in.host
@@ -0,0 +1,2 @@
+config BR2_PACKAGE_HOST_BOOST
+	bool
-- 
2.47.0



More information about the buildroot mailing list