[oe-commits] [meta-openembedded] 06/11: Fix python-idna egg-info permissions

git at git.openembedded.org git at git.openembedded.org
Tue Nov 20 16:43:51 UTC 2018


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 2d50225d915fb53ca3b03d9b6388c97e3e0a3f99
Author: Maxime Borges <maxime.borges at strataggem.com>
AuthorDate: Tue Sep 18 15:06:54 2018 +0000

    Fix python-idna egg-info permissions
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-idna.inc | 4 ++++
 1 file changed, 4 insertions(+)

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