diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 21:53:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-04 21:53:38 +0000 |
commit | da1cd58685490b155011fe1d123662239feae9db (patch) | |
tree | d783560432e6f6ec0b0c337d892c62afb89e9e16 /python | |
parent | c1c37e77f34bfead3157fd28e0e3ac6f069ddb77 (diff) |
fix python-2.3.3 do_install()
BKrev: 407083e224dGALmxCNDchlHqYv2Z_g
Diffstat (limited to 'python')
-rw-r--r-- | python/python_2.3.3.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index 04d703f2d0..6348286dad 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -50,6 +50,8 @@ do_install() { oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ HOSTPYTHON=${STAGING_BINDIR}/python \ STAGING_DIR=${STAGING_DIR} \ + BUILD_SYS=${BUILD_SYS} \ + HOST_SYS=${HOST_SYS} \ DESTDIR=${D} install } |