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 <[email protected]> --- 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 bc7f88b..441cf96 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() { -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5299): https://lists.yoctoproject.org/g/meta-virtualization/message/5299 Mute This Topic: https://lists.yoctoproject.org/mt/73391539/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
