summaryrefslogtreecommitdiffstats
path: root/recipes-containers
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>2020-05-02 11:08:24 -0400
commit0bf60a7198cbb4abdd2bee24c255569f920d5e7a (patch)
tree789239682c2c7e71281b60d3d3beabcd73165b2f /recipes-containers
parent22e3282ee238ca7b81bfb2a182dc316331f6b493 (diff)
downloadmeta-virtualization-0bf60a7198cbb4abdd2bee24c255569f920d5e7a.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>
Diffstat (limited to 'recipes-containers')
-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 bc7f88b2..441cf96c 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() {