diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 12:32:24 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 12:32:24 +0000 |
commit | f3d9c4b15ac8a63090052f1f9eafc5442f2ad3da (patch) | |
tree | 0a2e447441b8c9c2c26719bbe38568e7d3f2f979 /python/python-native_2.3.3.oe | |
parent | 1f422df11f1903f0e58ae34dcaaad223e998c3f9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/04 03:29:10+02:00 uni-frankfurt.de!mickey
add python-pycodes (low density parity check (LDPC) codes).
couldn't see the binary modules at first glance - please check
2004/04/04 03:20:36+02:00 uni-frankfurt.de!mickey
catch up with the new staging scheme. read individual comments to understand the whole story
BKrev: 40700058l_qApKeSZljFtyn8B1KcvA
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 } |