distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here
authorMichael Lauer <mickey@vanille-media.de>
Sat, 4 Oct 2008 06:32:15 +0000 (06:32 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 4 Oct 2008 06:32:15 +0000 (06:32 +0000)
classes/distutils-base.bbclass

index c4551ac..7015561 100644 (file)
@@ -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 )