]> Git Repo - buildroot-mgba.git/commitdiff
package/bmap-tools: rename Kconfig prompt to bmaptool
authorDario Binacchi <[email protected]>
Sun, 14 Apr 2024 13:05:19 +0000 (15:05 +0200)
committerYann E. MORIN <[email protected]>
Mon, 15 Apr 2024 16:06:21 +0000 (18:06 +0200)
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/[email protected]
Suggested-by: Yann E. Morin <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
package/bmap-tools/Config.in

index 425b7dfb9e072e4cf64d99135279607ae62e667a..b5ccce786e586cf26192aac8c8ebcb6823e143fb 100644 (file)
@@ -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
This page took 0.035891 seconds and 4 git commands to generate.