Fix python-idna egg-info permissions

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Maxime Borges
2018-09-18 15:06:54 +00:00
committed by Khem Raj
parent f352612e77
commit 79bb019852

View File

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