[oe-commits] Robert Yang : python: remove invalid sed command

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:51:08 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 49df183ea9fd792b81f9e1d6a803a9827fa8bda0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=49df183ea9fd792b81f9e1d6a803a9827fa8bda0

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jul 10 00:14:54 2015 -0700

python: remove invalid sed command

There is no ccache in Makefile any more.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python3_3.4.3.bb | 2 --
 meta/recipes-devtools/python/python_2.7.9.bb  | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/recipes-devtools/python/python3_3.4.3.bb
index 7eb99b1..3efa7de 100644
--- a/meta/recipes-devtools/python/python3_3.4.3.bb
+++ b/meta/recipes-devtools/python/python3_3.4.3.bb
@@ -92,8 +92,6 @@ do_compile() {
         sed -e 's,${STAGING_DIR_HOST},,g' -i *.py
         cd -
 
-	# remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144
-	sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile
 
 	# remove any bogus LD_LIBRARY_PATH
 	sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb
index 7918550..19190c3 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -59,9 +59,6 @@ do_compile() {
         sed -e 's,${STAGING_DIR_HOST},,g' -i *.py
         cd -
 
-	# remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144
-	sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile
-
 	# remove any bogus LD_LIBRARY_PATH
 	sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile
 



More information about the Openembedded-commits mailing list