Browse Source

package/{odb,sdbusplus}: use "host <foo>" prompt

For consistency with the other host packages.

Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yevhen Babiichuk (DustDFG) 4 months ago
parent
commit
6979ee5db0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/odb/Config.in.host
  2. 1 1
      package/sdbusplus/Config.in.host

+ 1 - 1
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

+ 1 - 1
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.