summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb2
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 40d20f1f4f..fb7d1c9355 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