From: Marcin Juszkiewicz Date: Mon, 28 Jul 2008 15:13:08 +0000 (+0000) Subject: python-scons-native: fix after staging layout change X-Git-Tag: 2011-1~8533 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c4d370a0c788caacc4fff27d5dda712169c4fe78;p=openembedded-core.git python-scons-native: fix after staging layout change git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4969 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/python/python-scons-native_0.97.bb b/meta-extras/packages/python/python-scons-native_0.97.bb index 31bce5583d..45eeee117a 100644 --- a/meta-extras/packages/python/python-scons-native_0.97.bb +++ b/meta-extras/packages/python/python-scons-native_0.97.bb @@ -4,6 +4,8 @@ DEPENDS = "python-native" RDEPENDS = "" do_stage() { + STAGING_LIBDIR=${STAGING_LIBDIR} \ + STAGING_INCDIR=${STAGING_INCDIR} \ BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \ oefatal "python setup.py install execution failed."