diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2019-03-01 14:54:56 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-06 11:32:27 -0800 |
commit | e01bd4b54c6abbf546894850143ad4fb8510cac1 (patch) | |
tree | 1a73980bc472fb3636ad7847c4880d9f42b2f89c /meta-python/recipes-devtools/python/python-idna.inc | |
parent | a496d83cbf1f11701ff1a4235ccfe675b882a444 (diff) | |
download | meta-openembedded-e01bd4b54c6abbf546894850143ad4fb8510cac1.tar.gz |
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@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-idna.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-idna.inc | 4 |
1 files changed, 0 insertions, 4 deletions
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() { | |||
16 | } | 16 | } |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | |||
20 | do_install_append() { | ||
21 | chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/ | ||
22 | } \ No newline at end of file | ||