From e01bd4b54c6abbf546894850143ad4fb8510cac1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 Mar 2019 14:54:56 -0300 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-idna.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-idna.inc') 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 -- cgit v1.2.3-54-g00ecf