[Buildroot] [git commit] package/python3/Config.in.host: drop bogus select BR2_PACKAGE_HOST_BZIP2

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Oct 18 19:51:04 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=abb13eef20aebd45aaf07e1481c5568808d35245
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This option does not exist.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python3/Config.in.host | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python3/Config.in.host b/package/python3/Config.in.host
index 65a8df0754..77d608bdc0 100644
--- a/package/python3/Config.in.host
+++ b/package/python3/Config.in.host
@@ -9,7 +9,6 @@ if BR2_PACKAGE_HOST_PYTHON3
 
 config BR2_PACKAGE_HOST_PYTHON3_BZIP2
 	bool "bzip2"
-	select BR2_PACKAGE_HOST_BZIP2
 	help
 	  bz2 module for host Python3.
 


More information about the buildroot mailing list