aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-10 17:06:16 +0000
committerTim Orling <ticotimo@gmail.com>2020-01-19 09:07:27 -0800
commitf9bbca451b99872fff704cea2c96c4b513fd2bb7 (patch)
tree5a99a0aa606eb947547f0b5872b02af6d716f78c /recipes-devtools
parent8d386367d6f36d23316c4d4ca2598fef14071ca9 (diff)
downloadmeta-python2-f9bbca451b99872fff704cea2c96c4b513fd2bb7.tar.gz
python-coloredlogs: don't use relative paths
(From meta-openembedded commit: 28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-coloredlogs_10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-coloredlogs_10.0.bb b/recipes-devtools/python/python-coloredlogs_10.0.bb
index 5a5e4d4..c7f97b3 100644
--- a/recipes-devtools/python/python-coloredlogs_10.0.bb
+++ b/recipes-devtools/python/python-coloredlogs_10.0.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e
inherit pypi setuptools
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() {