summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r--meta/recipes-devtools/python/python.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index b9ec69275a..b4bce24edb 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -30,3 +30,9 @@ EXTRA_OECONF = "\
30 ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \ 30 ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \
31 ${PYTHONLSBOPTS} \ 31 ${PYTHONLSBOPTS} \
32" 32"
33
34do_install_append () {
35 sed -i -e 's:${HOSTTOOLS_DIR}/install:install:g' \
36 -e 's:${HOSTTOOLS_DIR}/mkdir:mkdir:g' \
37 ${D}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py
38}