[oe] [meta-python][PATCH 05/10] Fix python-idna egg-info permissions

Khem Raj raj.khem at gmail.com
Tue Nov 20 20:38:09 UTC 2018


From: Maxime Borges <maxime.borges at strataggem.com>

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 519812ddc6..436b58606a 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
-- 
2.19.1



More information about the Openembedded-devel mailing list