mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
a496d83cbf
commit
e01bd4b54c
@@ -16,7 +16,3 @@ do_compile_prepend() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
do_install_append() {
|
||||
chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
|
||||
}
|
||||
Reference in New Issue
Block a user