[oe-commits] Koen Kooi : angstrom: pin llh-native, just like SHR does

git version control git at git.openembedded.org
Thu Jun 17 10:07:48 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jun 17 12:01:30 2010 +0200

angstrom: pin llh-native, just like SHR does

---

 conf/distro/angstrom-2008.1.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index da48cf4..992d656 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -81,7 +81,9 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20"
 #KERNEL_INITRAMFS_PATH = "${KERNEL_INITRAMFS_DIR}/$(readlink ${KERNEL_INITRAMFS_DIR}initramfs-bootmenu-image-${MACHINE}.cpio.gz)"
 
 #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.31"
+LINUX_LIBC_HEADERS_VERSION ?= "2.6.31"
+PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
+PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
 
 #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc 			?= "2.9"





More information about the Openembedded-commits mailing list