[oe] [PATCH][meta-python 3/5] python-coloredlogs: don't use relative paths
Ross Burton
ross.burton at intel.com
Tue Dec 10 17:06:16 UTC 2019
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
meta-python/recipes-devtools/python/python-coloredlogs.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python-coloredlogs.inc b/meta-python/recipes-devtools/python/python-coloredlogs.inc
index f43bea1f74..bdb1d752c5 100644
--- a/meta-python/recipes-devtools/python/python-coloredlogs.inc
+++ b/meta-python/recipes-devtools/python/python-coloredlogs.inc
@@ -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() {
--
2.20.1
More information about the Openembedded-devel
mailing list