diff options
Diffstat (limited to 'meta/recipes-devtools')
3 files changed, 2 insertions, 13 deletions
diff --git a/meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch b/meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch index ed529366c5..1cb8fea50f 100644 --- a/meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch +++ b/meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch | |||
@@ -14,17 +14,6 @@ Issue #12326: sys.platform is now always 'linux2' on Linux | |||
14 | 14 | ||
15 | Even if Python is compiled on Linux 3. | 15 | Even if Python is compiled on Linux 3. |
16 | 16 | ||
17 | diff --git a/configure b/configure | ||
18 | --- a/configure | ||
19 | +++ b/configure | ||
20 | @@ -2995,6 +2995,7 @@ then | ||
21 | MACHDEP="$ac_md_system$ac_md_release" | ||
22 | |||
23 | case $MACHDEP in | ||
24 | + linux*) MACHDEP="linux2";; | ||
25 | cygwin*) MACHDEP="cygwin";; | ||
26 | darwin*) MACHDEP="darwin";; | ||
27 | atheos*) MACHDEP="atheos";; | ||
28 | diff --git a/configure.in b/configure.in | 17 | diff --git a/configure.in b/configure.in |
29 | --- a/configure.in | 18 | --- a/configure.in |
30 | +++ b/configure.in | 19 | +++ b/configure.in |
diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb index b00e2fcc3e..175f31d94e 100644 --- a/meta/recipes-devtools/python/python-native_2.7.2.bb +++ b/meta/recipes-devtools/python/python-native_2.7.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require python.inc | 1 | require python.inc |
2 | DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native" | 2 | DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native" |
3 | PR = "${INC_PR}.3" | 3 | PR = "${INC_PR}.4" |
4 | 4 | ||
5 | SRC_URI += "file://04-default-is-optimized.patch \ | 5 | SRC_URI += "file://04-default-is-optimized.patch \ |
6 | file://05-enable-ctypes-cross-build.patch \ | 6 | file://05-enable-ctypes-cross-build.patch \ |
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 0a1708a57e..95e17a83d6 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}.11" | 3 | PR = "${INC_PR}.12" |
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 = "" |