package/bmap-tools: rename Kconfig prompt to bmaptool

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@free.fr>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Dario Binacchi 2024-04-14 15:05:19 +02:00 committed by Yann E. MORIN
parent 47027fefa4
commit 6e019fed31

View 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 config BR2_PACKAGE_BMAP_TOOLS
bool "bmap-tools" bool "bmaptool (formerly bmap-tools)"
depends on BR2_PACKAGE_PYTHON3 depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources