aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-01 14:10:40 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-01 14:10:40 +0000
commitfcdbb1db35bbd3a20e9d25b8499b6a8549b5d26c (patch)
treeffd395304754e580ae0adb79af81ae7300207953 /packages/linux-libc-headers
parentd3914e7ca7b22dcaf3c4fdaed74582163d6477d3 (diff)
downloadopenembedded-fcdbb1db35bbd3a20e9d25b8499b6a8549b5d26c.tar.gz
linux-libc-headers 2.6.20: add avr32 support
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.20.bb3
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
}