File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ config BR2_PACKAGE_HOST_PYTHON3
77
88if BR2_PACKAGE_HOST_PYTHON3
99
10- config BR2_PACKAGE_HOST_PYTHON3_BZIP2
10+ config BR2_PACKAGE_HOST_DISABLE_PYTHON3_BZIP2
1111 bool "bzip2"
1212 help
13- bz2 module for host Python3.
13+ disable bz2 module for host Python3.
1414
1515config BR2_PACKAGE_HOST_PYTHON3_SSL
1616 bool "ssl"
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ PYTHON3_DEPENDENCIES = host-python3 libffi
4141
4242HOST_PYTHON3_DEPENDENCIES = host-expat host-zlib host-libffi
4343
44- ifeq ($(BR2_PACKAGE_HOST_PYTHON3_BZIP2 ) ,y)
45- HOST_PYTHON3_DEPENDENCIES += host-bzip2
46- else
44+ ifeq ($(BR2_PACKAGE_HOST_DISABLE_PYTHON3_BZIP2 ) ,y)
4745HOST_PYTHON3_CONF_OPTS += --disable-bzip2
46+ else
47+ HOST_PYTHON3_DEPENDENCIES += host-bzip2
4848endif
4949
5050ifeq ($(BR2_PACKAGE_HOST_PYTHON3_SSL ) ,y)
You can’t perform that action at this time.
0 commit comments