All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][master][PATCH] lxc: Update python3.5 reference to latest python version
@ 2020-05-01  4:52 Chandana kalluri
  2020-05-02 15:08 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chandana kalluri @ 2020-05-01  4:52 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield, Sai Hari Chandana Kalluri

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][master][PATCH] lxc: Update python3.5 reference to latest python version
  2020-05-01  4:52 [meta-virtualization][master][PATCH] lxc: Update python3.5 reference to latest python version Chandana kalluri
@ 2020-05-02 15:08 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-05-02 15:08 UTC (permalink / raw)
  To: Sai Hari Chandana Kalluri; +Cc: meta-virtualization

merged!

Bruce

In message: [meta-virtualization][master][PATCH] lxc: Update python3.5 reference to latest python version
on 30/04/2020 Sai Hari Chandana Kalluri wrote:

> 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>
> ---
>  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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-02 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01  4:52 [meta-virtualization][master][PATCH] lxc: Update python3.5 reference to latest python version Chandana kalluri
2020-05-02 15:08 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.