diff options
Diffstat (limited to 'python/python-native_2.3.3.oe')
-rw-r--r-- | python/python-native_2.3.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe index 5c7509aad0..a72e2996db 100644 --- a/python/python-native_2.3.3.oe +++ b/python/python-native_2.3.3.oe @@ -12,7 +12,7 @@ S = "${WORKDIR}/Python-${PV}" inherit autotools native EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc --with-prefix=${STAGING_DIR} --with-exec-prefix=${STAGING_DIR}/${BUILD_SYS}" - +EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS=""' do_configure () { oe_runconf } |