aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-idna.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-03-01 14:54:56 -0300
committerKhem Raj <raj.khem@gmail.com>2019-03-06 11:32:27 -0800
commite01bd4b54c6abbf546894850143ad4fb8510cac1 (patch)
tree1a73980bc472fb3636ad7847c4880d9f42b2f89c /meta-python/recipes-devtools/python/python-idna.inc
parenta496d83cbf1f11701ff1a4235ccfe675b882a444 (diff)
downloadmeta-openembedded-contrib-e01bd4b54c6abbf546894850143ad4fb8510cac1.tar.gz
python-idna: Avoid removing executing bit from `.egg-info/` directory
The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-idna.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-idna.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606a..519812ddc6 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
}
BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
- chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-} \ No newline at end of file