diff options
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 8cf45da5cb..53e994f4b5 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require python.inc | 1 | require python.inc |
2 | DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" |
3 | PR = "${INC_PR}.9" | 3 | PR = "${INC_PR}.10" |
4 | 4 | ||
5 | DISTRO_SRC_URI ?= "file://sitecustomize.py" | 5 | DISTRO_SRC_URI ?= "file://sitecustomize.py" |
6 | DISTRO_SRC_URI_linuxstdbase = "" | 6 | DISTRO_SRC_URI_linuxstdbase = "" |
@@ -62,6 +62,9 @@ do_compile() { | |||
62 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 | 62 | # remove hardcoded ccache, see http://bugs.openembedded.net/show_bug.cgi?id=4144 |
63 | sed -i -e s,ccache,'$(CCACHE)', Makefile | 63 | sed -i -e s,ccache,'$(CCACHE)', Makefile |
64 | 64 | ||
65 | # remove any bogus LD_LIBRARY_PATH | ||
66 | sed -i -e s,RUNSHARED=.*,RUNSHARED=, Makefile | ||
67 | |||
65 | install -m 0644 Makefile Makefile.orig | 68 | install -m 0644 Makefile Makefile.orig |
66 | sed -i -e 's,${includedir},${STAGING_INCDIR},' Makefile | 69 | sed -i -e 's,${includedir},${STAGING_INCDIR},' Makefile |
67 | sed -i -e 's,${libdir},${STAGING_LIBDIR},' Makefile | 70 | sed -i -e 's,${libdir},${STAGING_LIBDIR},' Makefile |