On 02/22/2014 07:54 AM, Chong Lu wrote:
Need to export these environment variables for python-config to work.

Can you clariy further as to what's broken? Has this not been working in the past, or is this a new test of somekine that we are failing?

Sau!

Signed-off-by: Chong Lu <[email protected]>
---
  meta/classes/pythonnative.bbclass |    4 ++++
  1 file changed, 4 insertions(+)

diff --git a/meta/classes/pythonnative.bbclass 
b/meta/classes/pythonnative.bbclass
index fdd22bb..58a5b5c 100644
--- a/meta/classes/pythonnative.bbclass
+++ b/meta/classes/pythonnative.bbclass
@@ -4,3 +4,7 @@ inherit python-dir
  PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
  EXTRANATIVEPATH += "${PYTHON_PN}-native"
  DEPENDS += " ${PYTHON_PN}-native "
+export STAGING_INCDIR
+export STAGING_LIBDIR
+export BUILD_SYS
+export HOST_SYS

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to