]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons-native: fix after staging layout change
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 28 Jul 2008 15:13:08 +0000 (15:13 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 28 Jul 2008 15:13:08 +0000 (15:13 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4969 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-scons-native_0.97.bb

index 31bce5583dc82225de6c55c769a8e3207c55a07b..45eeee117a3b1c21b3459ea14479ba797457a0f4 100644 (file)
@@ -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."