lxc: Update python3.5 reference to latest python version

Python3.5 is no longer supported, update references to latest python version
using variables from python3-dir bbclass

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Sai Hari Chandana Kalluri 2020-04-30 21:52:26 -07:00 committed by Bruce Ashfield
parent 22e3282ee2
commit 0bf60a7198

View File

@ -121,8 +121,8 @@ FILES_${PN}-networking += " \
CACHED_CONFIGUREVARS += " \ CACHED_CONFIGUREVARS += " \
ac_cv_path_PYTHON='${STAGING_BINDIR_NATIVE}/python3-native/python3' \ ac_cv_path_PYTHON='${STAGING_BINDIR_NATIVE}/python3-native/python3' \
am_cv_python_pyexecdir='${exec_prefix}/${libdir}/python3.5/site-packages' \ am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
am_cv_python_pythondir='${prefix}/${libdir}/python3.5/site-packages' \ am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \
" "
do_install_append() { do_install_append() {