dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加sysfs接口
hc
2023-08-30
862c27fc9920c83318c784bfdadf43a65df1ec8f
[~ljy/RK356X_SDK_RELEASE.git]
/
buildroot
/
support
/
dependencies
/
check-host-python3.mk
1
2
3
4
5
6
7
8
# Since version 2.29, glibc requires python 3.4 or later to build the GNU C Library.
# https://www.sourceware.org/ml/libc-alpha/2019-01/msg00723.html
BR2_PYTHON3_VERSION_MIN = 3.4
ifeq (,$(call suitable-host-package,python3,$(BR2_PYTHON3_VERSION_MIN) python3 python))
BR2_PYTHON3_HOST_DEPENDENCY = host-python3
endif