From 28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 10 Dec 2019 17:06:16 +0000 Subject: python-coloredlogs: don't use relative paths Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-coloredlogs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') 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() { -- cgit v1.2.3-54-g00ecf