aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-10 17:06:16 +0000
committerKhem Raj <raj.khem@gmail.com>2019-12-11 16:22:40 -0800
commit28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d (patch)
treea676486ca0a9fe9aaafda2d597eae2b2c1e44645 /meta-python
parent4f3e44d4ac9fd52e4be8b42d5b2cd14ffea3cd8d (diff)
downloadmeta-openembedded-contrib-28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-coloredlogs.inc2
1 files changed, 1 insertions, 1 deletions
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() {