git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0dc9e
)
distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 4 Oct 2008 06:32:15 +0000
(06:32 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 4 Oct 2008 06:32:15 +0000
(06:32 +0000)
classes/distutils-base.bbclass
patch
|
blob
|
history
diff --git
a/classes/distutils-base.bbclass
b/classes/distutils-base.bbclass
index
c4551ac
..
7015561
100644
(file)
--- 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 )