diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-01 14:10:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-01 14:10:40 +0000 |
commit | fcdbb1db35bbd3a20e9d25b8499b6a8549b5d26c (patch) | |
tree | ffd395304754e580ae0adb79af81ae7300207953 /packages | |
parent | d3914e7ca7b22dcaf3c4fdaed74582163d6477d3 (diff) |
linux-libc-headers 2.6.20: add avr32 support
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb index 457f16c1f7..5bad9fedae 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb @@ -2,7 +2,7 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "unifdef-native" -PR = "r6" +PR = "r7" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://procinfo.h" @@ -25,6 +25,7 @@ set_arch() { sparc64*) ARCH=sparc64 ;; sparc*) ARCH=sparc ;; x86_64*) ARCH=x86_64 ;; + avr32*) ARCH=avr32 ;; esac } |