diff options
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.9.bb')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.9.bb | 3 |
1 files changed, 0 insertions, 3 deletions
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 | ||