mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:06:58 +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:
parent
4f3e44d4ac
commit
28d6b7aeeb
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user