diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-04-30 21:52:26 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-02 11:08:24 -0400 |
commit | 0bf60a7198cbb4abdd2bee24c255569f920d5e7a (patch) | |
tree | 789239682c2c7e71281b60d3d3beabcd73165b2f | |
parent | 22e3282ee238ca7b81bfb2a182dc316331f6b493 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/lxc/lxc_4.0.2.bb | 4 |
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 | ||
122 | CACHED_CONFIGUREVARS += " \ | 122 | CACHED_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 | ||
128 | do_install_append() { | 128 | do_install_append() { |