summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-04-30 21:52:26 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-31 10:20:08 -0400
commitb7bd4ec2781813fcba8da62b951239ce01eb730d (patch)
tree2bba9271b7a1a828b605eedd9056bafb8ec72b5b
parentc0f482dbf88dd664fc9621735f7434269522c8f5 (diff)
downloadmeta-virtualization-b7bd4ec2781813fcba8da62b951239ce01eb730d.tar.gz
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>
-rw-r--r--recipes-containers/lxc/lxc_4.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.2.bb b/recipes-containers/lxc/lxc_4.0.2.bb
index c81d2af1..0a9d1443 100644
--- a/recipes-containers/lxc/lxc_4.0.2.bb
+++ b/recipes-containers/lxc/lxc_4.0.2.bb
@@ -121,8 +121,8 @@ FILES_${PN}-networking += " \
121 121
122CACHED_CONFIGUREVARS += " \ 122CACHED_CONFIGUREVARS += " \
123 ac_cv_path_PYTHON='${STAGING_BINDIR_NATIVE}/python3-native/python3' \ 123 ac_cv_path_PYTHON='${STAGING_BINDIR_NATIVE}/python3-native/python3' \
124 am_cv_python_pyexecdir='${exec_prefix}/${libdir}/python3.5/site-packages' \ 124 am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
125 am_cv_python_pythondir='${prefix}/${libdir}/python3.5/site-packages' \ 125 am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \
126" 126"
127 127
128do_install_append() { 128do_install_append() {