From b7bd4ec2781813fcba8da62b951239ce01eb730d Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Thu, 30 Apr 2020 21:52:26 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_4.0.2.bb | 4 ++-- 1 file 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 += " \ CACHED_CONFIGUREVARS += " \ ac_cv_path_PYTHON='${STAGING_BINDIR_NATIVE}/python3-native/python3' \ - am_cv_python_pyexecdir='${exec_prefix}/${libdir}/python3.5/site-packages' \ - am_cv_python_pythondir='${prefix}/${libdir}/python3.5/site-packages' \ + am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ + am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ " do_install_append() { -- cgit v1.2.3-54-g00ecf