Message ID | 20241118112007.3120799-1-fiona.klute@gmx.de |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/bmap-tools: select host-python3 if building host package | expand |
>>>>> "Fiona" == Fiona Klute via buildroot <buildroot@buildroot.org> writes: > From: "Fiona Klute (WIWA)" <fiona.klute@gmx.de> > Host bmap-tools runs using host-python3, but did not select it, > leading to the confusing situation that BR2_PACKAGE_HOST_PYTHON3=n > even though it was built and working. > Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Committed, thanks.
>>>>> "Fiona" == Fiona Klute via buildroot <buildroot@buildroot.org> writes: > From: "Fiona Klute (WIWA)" <fiona.klute@gmx.de> > Host bmap-tools runs using host-python3, but did not select it, > leading to the confusing situation that BR2_PACKAGE_HOST_PYTHON3=n > even though it was built and working. > Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Committed to 2024.02.x and 2024.08.x, thanks.
diff --git a/package/bmap-tools/Config.in.host b/package/bmap-tools/Config.in.host index cb4d35a437..499f9d177d 100644 --- a/package/bmap-tools/Config.in.host +++ b/package/bmap-tools/Config.in.host @@ -1,5 +1,6 @@ config BR2_PACKAGE_HOST_BMAP_TOOLS bool "host bmap-tools" + select BR2_PACKAGE_HOST_PYTHON3 # runtime select BR2_PACKAGE_HOST_PYTHON_SIX # runtime help Tool to flash image files to block devices using the block map