mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
22e3282ee2
commit
0bf60a7198
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user