Skip to content

Commit

Permalink
angstrom: Use linux-libc-headers 2.6.37
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
  • Loading branch information
sakoman authored and Koen Kooi committed May 8, 2011
1 parent 782d3e2 commit 422d96f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/distro/angstrom-2010.x.conf
Expand Up @@ -64,7 +64,7 @@ PCMCIA_MANAGER = "pcmciautils"
PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20"

#This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
LINUX_LIBC_HEADERS_VERSION ?= "2.6.32"
LINUX_LIBC_HEADERS_VERSION ?= "2.6.37"
PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"

Expand Down
2 changes: 2 additions & 0 deletions recipes/linux-libc-headers/linux-libc-headers_2.6.37.bb
Expand Up @@ -2,6 +2,8 @@ require linux-libc-headers.inc

# untested for non nios2 systems
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"

INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
PR = "r0"
Expand Down

0 comments on commit 422d96f

Please sign in to comment.