mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-15 12:36:40 +02:00
Fix python-idna egg-info permissions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,3 +16,7 @@ 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