[oe-commits] [meta-openembedded] 37/52: python-coloredlogs: don't use relative paths

git at git.openembedded.org git at git.openembedded.org
Thu Dec 12 00:23:34 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Dec 10 17:06:16 2019 +0000

    python-coloredlogs: don't use relative paths
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 f43bea1..bdb1d75 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list