diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-10 00:14:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:55:44 +0100 |
commit | d3904caf3e5b8f9483aa784f84b340f96b5f45cb (patch) | |
tree | 6a299c2e8225ad16d37f50cffaa811ab4bfc14e5 /meta/recipes-devtools/python | |
parent | ee5b19d85ddbb69c859ca9b34064793b0ef86e4d (diff) | |
download | poky-d3904caf3e5b8f9483aa784f84b340f96b5f45cb.tar.gz |
python: remove invalid sed command
There is no ccache in Makefile any more.
(From OE-Core rev: 789595637afdef1efe77d8065c6026371554ef38)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.4.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.9.bb | 3 |
2 files changed, 0 insertions, 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 7eb99b1be7..3efa7deec4 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() { | |||
92 | sed -e 's,${STAGING_DIR_HOST},,g' -i *.py | 92 | sed -e 's,${STAGING_DIR_HOST},,g' -i *.py |
93 | cd - | 93 | cd - |
94 | 94 | ||
95 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 | ||
96 | sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile | ||
97 | 95 | ||
98 | # remove any bogus LD_LIBRARY_PATH | 96 | # remove any bogus LD_LIBRARY_PATH |
99 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile | 97 | 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 7918550eae..19190c3042 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() { | |||
59 | sed -e 's,${STAGING_DIR_HOST},,g' -i *.py | 59 | sed -e 's,${STAGING_DIR_HOST},,g' -i *.py |
60 | cd - | 60 | cd - |
61 | 61 | ||
62 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 | ||
63 | sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile | ||
64 | |||
65 | # remove any bogus LD_LIBRARY_PATH | 62 | # remove any bogus LD_LIBRARY_PATH |
66 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile | 63 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile |
67 | 64 | ||