From: Michael Lauer Date: Sun, 4 Apr 2004 21:53:38 +0000 (+0000) Subject: fix python-2.3.3 do_install() X-Git-Tag: Release-2010-05/1~19762 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1cd58685490b155011fe1d123662239feae9db;p=openembedded.git fix python-2.3.3 do_install() BKrev: 407083e224dGALmxCNDchlHqYv2Z_g --- 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 }