mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00: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