[oe-commits] : distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Oct 4 06:44:01 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: 0f9fd425ad02eab10f21de7ffb9e54edf4ff79f7
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=0f9fd425ad02eab10f21de7ffb9e54edf4ff79f7

Author:  <mickeyl at openembedded.org>
Date:   Sat Oct  4 06:32:15 2008 +0000

distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here

---

 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 c4551ac..7015561 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 )





More information about the Openembedded-commits mailing list