diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 23:43:18 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 23:43:18 +0000 |
commit | ea83ce724eaa0cbb5caf93ee90c60a7c1f89feef (patch) | |
tree | 7814962955a52571764971c4eb12c090d7873c6f /classes/distutils-base.bbclass | |
parent | c3360f247a6439638edfb05dea1848a9c8a540fb (diff) | |
parent | d9aa48e8ac4c98bb5704445ccd6d3a8ed95984b5 (diff) |
merge of '414c6691b908eaab89fe4400b49ebf0e8d47aaad'
and 'e17edbd4fcc354c30505a8c14cdc5944260864f7'
Diffstat (limited to 'classes/distutils-base.bbclass')
-rw-r--r-- | classes/distutils-base.bbclass | 3 |
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 ) |