diff mbox series

[1/1] package/bmap-tools: select host-python3 if building host package

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

Commit Message

Fiona Klute Nov. 18, 2024, 11:20 a.m. UTC
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>
---
 package/bmap-tools/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 23, 2024, 9:45 a.m. UTC | #1
>>>>> "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.
Peter Korsgaard Dec. 6, 2024, 9:20 a.m. UTC | #2
>>>>> "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 mbox series

Patch

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