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>
This commit is contained in:
Otavio Salvador
2019-03-01 14:54:56 -03:00
committed by Khem Raj
parent a496d83cbf
commit e01bd4b54c

View File

@@ -16,7 +16,3 @@ do_compile_prepend() {
}
BBCLASSEXTEND = "native nativesdk"
do_install_append() {
chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
}