[oe-commits] Khem Raj : sane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.

git version control git at git.openembedded.org
Fri Aug 7 20:14:55 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Aug  6 19:50:01 2009 -0700

sane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.

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

---

 conf/distro/include/sane-toolchain.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index dff4b9f..72fff98 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -24,7 +24,7 @@ PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 
 # This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
-PREFERRED_VERSION_linux-libc-headers = "2.6.23"
+PREFERRED_VERSION_linux-libc-headers ?= "2.6.23"
 
 # Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc)
 #KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53"





More information about the Openembedded-commits mailing list