summaryrefslogtreecommitdiff
path: root/python/python_2.3.3.oe
diff options
context:
space:
mode:
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() {