summaryrefslogtreecommitdiff
path: root/python/python_2.3.3.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-04 12:32:24 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-04 12:32:24 +0000
commitf3d9c4b15ac8a63090052f1f9eafc5442f2ad3da (patch)
tree0a2e447441b8c9c2c26719bbe38568e7d3f2f979 /python/python_2.3.3.oe
parent1f422df11f1903f0e58ae34dcaaad223e998c3f9 (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_2.3.3.oe')
-rw-r--r--python/python_2.3.3.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe
index 49567ec8d0..04d703f2d0 100644
--- a/python/python_2.3.3.oe
+++ b/python/python_2.3.3.oe
@@ -36,7 +36,9 @@ do_compile_prepend() {
do_compile() {
oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \
HOSTPYTHON=${STAGING_BINDIR}/python \
- STAGING_DIR=${STAGING_DIR}
+ STAGING_DIR=${STAGING_DIR} \
+ BUILD_SYS=${BUILD_SYS} \
+ HOST_SYS=${HOST_SYS}
}
do_stage() {