From 6979ee5db031caecec362d908cca17952c0b1e4a Mon Sep 17 00:00:00 2001 From: "Yevhen Babiichuk (DustDFG)" Date: Wed, 12 Mar 2025 20:19:24 +0100 Subject: [PATCH] package/{odb,sdbusplus}: use "host " prompt For consistency with the other host packages. Signed-off-by: Yevhen Babiichuk (DustDFG) Signed-off-by: Peter Korsgaard --- package/odb/Config.in.host | 2 +- package/sdbusplus/Config.in.host | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/odb/Config.in.host b/package/odb/Config.in.host index e80a141be6..bff3142ee5 100644 --- a/package/odb/Config.in.host +++ b/package/odb/Config.in.host @@ -1,5 +1,5 @@ config BR2_PACKAGE_HOST_ODB - bool "host-odb" + bool "host odb" select BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT help This is a compiler that takes a specially crafted c++ header diff --git a/package/sdbusplus/Config.in.host b/package/sdbusplus/Config.in.host index 2b1d1ce31d..a9f8afe02b 100644 --- a/package/sdbusplus/Config.in.host +++ b/package/sdbusplus/Config.in.host @@ -1,5 +1,5 @@ config BR2_PACKAGE_HOST_SDBUSPLUS - bool "host-sdbusplus" + bool "host sdbusplus" select BR2_PACKAGE_HOST_PKGCONF help A C++ library for sd-bus with a bindings and doc generator.