[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5813/8267] python.inc: Fix python2/3 hosttools path references



commit 31be35c248033258aed65ae3aa013289c0b6caf9
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu May 4 11:58:05 2017 +0100

    python.inc: Fix python2/3 hosttools path references
    
    Both native and target versions of this file reference mkdir and install
    in hosttools paths. Use the version from PATH instead.
    
    (From OE-Core rev: 080197bf3bdf612da8104c2ae7f0b2c8dea32a0b)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/python/python.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index b9ec692..b4bce24 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -30,3 +30,9 @@ EXTRA_OECONF = "\
   ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \
   ${PYTHONLSBOPTS} \
 "
+
+do_install_append () {
+       sed -i -e 's:${HOSTTOOLS_DIR}/install:install:g' \
+               -e 's:${HOSTTOOLS_DIR}/mkdir:mkdir:g' \
+               ${D}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]