summaryrefslogtreecommitdiff
path: root/classes/distutils-base.bbclass
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-10-07 21:37:58 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-10-07 21:37:58 +0000
commitd9aa48e8ac4c98bb5704445ccd6d3a8ed95984b5 (patch)
treefe65202b2dae9a869bac2cb5d88e5fa8cff1696f /classes/distutils-base.bbclass
parent376502fa8b079d620430a9671ad22169ba85d6db (diff)
parent6f2f6d9acfc6c53adbc97893505a4fbb142d6f45 (diff)
merge of '9706988717e3c2c70303850cb12a58843a12fa20'
and 'd6e042ee5309203ac2054f2cbb7ead6cb61a4e38'
Diffstat (limited to 'classes/distutils-base.bbclass')
-rw-r--r--classes/distutils-base.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/distutils-base.bbclass b/classes/distutils-base.bbclass
index c4551ace83..70155619b3 100644
--- a/classes/distutils-base.bbclass
+++ b/classes/distutils-base.bbclass
@@ -2,6 +2,9 @@ EXTRA_OEMAKE = ""
DEPENDS += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}"
RDEPENDS += "python-core"
+export STAGING_INCDIR
+export STAGING_LIBDIR
+
def python_dir(d):
import os, bb
staging_incdir = bb.data.getVar( "STAGING_INCDIR", d, 1 )