diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.3.3.bb b/meta/recipes-devtools/python/python3_3.3.3.bb index a1cb12078f..4497e02586 100644 --- a/meta/recipes-devtools/python/python3_3.3.3.bb +++ b/meta/recipes-devtools/python/python3_3.3.3.bb | |||
@@ -84,7 +84,7 @@ do_compile() { | |||
84 | cd - | 84 | cd - |
85 | 85 | ||
86 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 | 86 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 |
87 | sed -i -e s,ccache,'$(CCACHE)', Makefile | 87 | sed -i -e s,ccache\ ,'$(CCACHE) ', Makefile |
88 | 88 | ||
89 | # remove any bogus LD_LIBRARY_PATH | 89 | # remove any bogus LD_LIBRARY_PATH |
90 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile | 90 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile |