mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
scripts/oe-buildenv-internal: Add pointer to scripts/install-buildtools
If the minimum python version isn't met, show a pointer to the new install-buildtools script. (From OE-Core rev: 38e3d5bd3d05ed00a2fc55e3729cb8a6d4e4132f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9333374605
commit
02eacce410
|
@ -34,7 +34,7 @@ fi
|
|||
# any other new feature use, just check the version here.
|
||||
py_v35_check=$(python3 -c 'import sys; print(sys.version_info >= (3,5,0))')
|
||||
if [ "$py_v35_check" != "True" ]; then
|
||||
echo >&2 "BitBake requires Python 3.5.0 or later as 'python3'"
|
||||
echo >&2 "BitBake requires Python 3.5.0 or later as 'python3 (scripts/install-buildtools can be used if needed)'"
|
||||
return 1
|
||||
fi
|
||||
unset py_v35_check
|
||||
|
|
Loading…
Reference in New Issue
Block a user