[Buildroot] [PATCH v2 2/3] package/bmap-tools: rename Kconfig prompt to bmaptool

Dario Binacchi dario.binacchi at amarulasolutions.com
Sun Apr 14 13:05:19 UTC 2024


Historically, the package was named bmap-tools, and that's the name
under which it was introduced in Buildroot. Since then, it has moved to
a new home (i. e. to https://github.com/yoctoproject/bmaptool) under the
Yocto Project umbrella, and got renamed to bmaptool. To avoid useless
churn, we keep the old symbols, and just refer to bmaptool in the
prompt.

Link: https://patchwork.ozlabs.org/project/buildroot/patch/20240413131757.3627575-2-dario.binacchi@amarulasolutions.com
Suggested-by: Yann E. Morin <yann.morin.1998 at free.fr>
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>

---

Changes v1 -> v2:
- Don't change the BMAP_TOOLS symbols into BMAPTOOL, but change
  only the Kconfig prompt from bmap-tools to bmaptool.

 package/bmap-tools/Config.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/bmap-tools/Config.in b/package/bmap-tools/Config.in
index 425b7dfb9e07..b5ccce786e58 100644
--- a/package/bmap-tools/Config.in
+++ b/package/bmap-tools/Config.in
@@ -1,5 +1,9 @@
+# Historically, the package was named bmap-tools, and that's the name
+# under which it was introduced in Buildroot. Since then, it has moved
+# to a new home, and got renamed to bmaptool. To avoid useless churn,
+# we keep the old symbols, and just refer to bmaptool in the prompt.
 config BR2_PACKAGE_BMAP_TOOLS
-	bool "bmap-tools"
+	bool "bmaptool (formerly bmap-tools)"
 	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources
-- 
2.43.0




More information about the buildroot mailing list