[oe-commits] [meta-openembedded] 03/19: python-idna: Avoid removing executing bit from `.egg-info/` directory

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 19:36:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e01bd4b54c6abbf546894850143ad4fb8510cac1
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Fri Mar 1 14:54:56 2019 -0300

    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 at ossystems.com.br>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-idna.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 436b586..519812d 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list