summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc
index f43bea1f7..bdb1d752c 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python-coloredlogs.inc
+++ b/meta-openembedded/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() {