python-native_2.6.1.bb: Unset LIBC
authorKhem Raj <raj.khem@gmail.com>
Wed, 5 Aug 2009 21:38:23 +0000 (14:38 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 5 Aug 2009 21:38:23 +0000 (14:38 -0700)
commitc24a415882ab8ff1d8cc3d02c14ad384ab0eb965
tree8b97bb6d29a08d5ad4210560e053f2e4fc2dfd7e
parent4b3eefe53ff29779d6f1080f1f686d3eceba9fad
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@gmail.com>
recipes/python/python-native_2.6.1.bb