[oe-commits] Khem Raj : python-native_2.6.1.bb: Unset LIBC

git version control git at git.openembedded.org
Wed Aug 5 21:41:07 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug  5 14:38:23 2009 -0700

python-native_2.6.1.bb: Unset LIBC

	LIBC is used internally by python configure if it gets it from
	enviromment it honors it. Coincidently we also use LIBC in OE
	to denote one of uclibc eglibc or glibc to be system C library
	It conflicts if somehow LIBC=<something> is set in the envronment
	so we pass empty LIBC for native recipe.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/python/python-native_2.6.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index 00d87e6..cc949e1 100644
--- a/recipes/python/python-native_2.6.1.bb
+++ b/recipes/python/python-native_2.6.1.bb
@@ -1,7 +1,7 @@
 require python.inc
 DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native"
 
-PR .= ".1"
+PR .= ".2"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
@@ -21,6 +21,7 @@ exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}"
 EXTRA_OEMAKE = '\
   BUILD_SYS="" \
   HOST_SYS="" \
+  LIBC="" \
   STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \
   STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
 '





More information about the Openembedded-commits mailing list