diff options
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.11.bb b/meta/recipes-devtools/python/python-native_2.7.11.bb index 4c204a4f0f..abb69fcd20 100644 --- a/meta/recipes-devtools/python/python-native_2.7.11.bb +++ b/meta/recipes-devtools/python/python-native_2.7.11.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python.inc | 1 | require python.inc |
2 | 2 | ||
3 | EXTRANATIVEPATH += "bzip2-native" | 3 | EXTRANATIVEPATH += "bzip2-native" |
4 | DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native" | 4 | DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native expat-native" |
5 | PR = "${INC_PR}.1" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | SRC_URI += "\ | 7 | SRC_URI += "\ |
@@ -27,7 +27,7 @@ inherit native | |||
27 | 27 | ||
28 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" | 28 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" |
29 | 29 | ||
30 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" | 30 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --with-system-expat=${STAGING_DIR_HOST}" |
31 | 31 | ||
32 | EXTRA_OEMAKE = '\ | 32 | EXTRA_OEMAKE = '\ |
33 | BUILD_SYS="" \ | 33 | BUILD_SYS="" \ |