aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMaxime Borges <maxime.borges@strataggem.com>2018-09-18 15:06:54 +0000
committerKhem Raj <raj.khem@gmail.com>2018-11-26 09:38:13 -0800
commit79bb01985260800f80b393e73b387543f86f9e62 (patch)
treeceaa2683f27934e55f791dd4b9e5115188dbd206 /meta-python
parentf352612e772ec19927278b62da153b3164ba08e8 (diff)
downloadmeta-openembedded-contrib-79bb01985260800f80b393e73b387543f86f9e62.tar.gz
Fix python-idna egg-info permissions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-idna.inc4
1 files changed, 4 insertions, 0 deletions
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