diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-native_2.7.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
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 d036eca976..7d8c597447 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}.1" | 3 | PR = "${INC_PR}.2" |
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 \ |
@@ -11,7 +11,9 @@ SRC_URI += "file://04-default-is-optimized.patch \ | |||
11 | file://debug.patch \ | 11 | file://debug.patch \ |
12 | file://unixccompiler.patch \ | 12 | file://unixccompiler.patch \ |
13 | file://nohostlibs.patch \ | 13 | file://nohostlibs.patch \ |
14 | file://multilib.patch " | 14 | file://multilib.patch \ |
15 | file://add-md5module-support.patch \ | ||
16 | " | ||
15 | S = "${WORKDIR}/Python-${PV}" | 17 | S = "${WORKDIR}/Python-${PV}" |
16 | 18 | ||
17 | inherit native | 19 | inherit native |