mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/criu: remove redundant select BR2_PACKAGE_HOST_PYTHON3
BR2_PACKAGE_HOST_PYTHON3 is now selected by python3 itself, which is a direct dependency. The select was only needed to be able to select BR2_PACKAGE_HOST_PYTHON3_SSL. Remove the redundant `select BR2_PACKAGE_HOST_PYTHON3`. Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
@@ -26,7 +26,6 @@ config BR2_PACKAGE_CRIU
|
||||
depends on BR2_INSTALL_LIBSTDCPP # protobuf
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf, libnl
|
||||
depends on BR2_USE_WCHAR # libbsd
|
||||
select BR2_PACKAGE_HOST_PYTHON3
|
||||
select BR2_PACKAGE_HOST_PYTHON3_SSL
|
||||
select BR2_PACKAGE_PROTOBUF
|
||||
select BR2_PACKAGE_PROTOBUF_C
|
||||
|
||||
Reference in New Issue
Block a user