Explorar o código

package/bmap-tools: select host-python3 if building host package

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit dbb019db73d8d78466c04b1847f501317a7aa214)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fiona Klute (WIWA) hai 8 meses
pai
achega
8943a028d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/bmap-tools/Config.in.host

+ 1 - 0
package/bmap-tools/Config.in.host

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_BMAP_TOOLS
 config BR2_PACKAGE_HOST_BMAP_TOOLS
 	bool "host bmap-tools"
 	bool "host bmap-tools"
+	select BR2_PACKAGE_HOST_PYTHON3 # runtime
 	select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
 	select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
 	help
 	help
 	  Tool to flash image files to block devices using the block map
 	  Tool to flash image files to block devices using the block map