mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-coloredlogs: don't use relative paths
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e
|
||||
inherit pypi
|
||||
|
||||
do_compile_prepend() {
|
||||
sed -ie "s/find_pth_directory(),/'',/g" setup.py
|
||||
sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user