[oe-commits] : python-native: attempt to fix python-native build (it' s more of a python-cross builds now)

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Oct 8 09:12:06 UTC 2008


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

Author:  <koen at openembedded.org>
Date:   Wed Oct  8 09:07:59 2008 +0000

python-native: attempt to fix python-native build (it's more of a python-cross builds now) 

---

 packages/python/python-native_2.5.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-native_2.5.1.bb b/packages/python/python-native_2.5.1.bb
index d43cb52..be8fc35 100644
--- a/packages/python/python-native_2.5.1.bb
+++ b/packages/python/python-native_2.5.1.bb
@@ -26,8 +26,8 @@ exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}"
 
 EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \
                 --without-cxx --with-signal-module --with-wctype-functions"
-EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR} \
-		STAGING_INCDIR=${STAGING_INCDIR}'
+EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \
+		STAGING_INCDIR=${STAGING_INCDIR_NATIVE}'
 
 do_stage_append() {
 	install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/





More information about the Openembedded-commits mailing list