summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.4.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.4.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/recipes-devtools/python/python3_3.4.3.bb
index e2d9f796f1..6c2e21d6a9 100644
--- a/meta/recipes-devtools/python/python3_3.4.3.bb
+++ b/meta/recipes-devtools/python/python3_3.4.3.bb
@@ -162,6 +162,9 @@ do_install() {
162 ARCH=${TARGET_ARCH} \ 162 ARCH=${TARGET_ARCH} \
163 DESTDIR=${D} LIBDIR=${libdir} install 163 DESTDIR=${D} LIBDIR=${libdir} install
164 164
165 # avoid conflict with 2to3 from Python 2
166 rm -f ${D}/${bindir}/2to3
167
165 install -m 0644 Makefile.sysroot ${D}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile 168 install -m 0644 Makefile.sysroot ${D}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile
166 169
167 if [ -e ${WORKDIR}/sitecustomize.py ]; then 170 if [ -e ${WORKDIR}/sitecustomize.py ]; then