diff options
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index 887e02e1c3..b560b82754 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
@@ -61,7 +61,7 @@ do_compile() { | |||
61 | cd - | 61 | cd - |
62 | 62 | ||
63 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 | 63 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 |
64 | sed -i -e s,ccache,'$(CCACHE)', Makefile | 64 | sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile |
65 | 65 | ||
66 | # remove any bogus LD_LIBRARY_PATH | 66 | # remove any bogus LD_LIBRARY_PATH |
67 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile | 67 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile |