linux-libc-headers 2.6.20: add avr32 support
authorKoen Kooi <koen@openembedded.org>
Fri, 1 Jun 2007 14:10:40 +0000 (14:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 1 Jun 2007 14:10:40 +0000 (14:10 +0000)
packages/linux-libc-headers/linux-libc-headers_2.6.20.bb

index 457f16c..5bad9fe 100644 (file)
@@ -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
 }