diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-03 11:03:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-03 11:03:33 +0000 |
commit | 9f1945d930b2511d984be2333d34a6b30d52d37d (patch) | |
tree | 6a85c8f0a923c38a2174b05ba071c9dbfe2b768c /packages/linux-libc-headers | |
parent | cdd9d29f4f33a1f892ec36e823ad9999ce140877 (diff) |
linux libc headers 2.6.18: fix install for powerpc
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.18.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb index ba2afc5346..2513b4e54c 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." SECTION = "devel" LICENSE = "GPL" -DEFAULT_PREFERENCE = "-1" INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "unifdef-native" PR = "r1" @@ -21,7 +20,7 @@ set_arch() { ia64*) ARCH=ia64 ;; mips*) ARCH=mips ;; m68k*) ARCH=m68k ;; - powerpc*) ARCH=ppc ;; + powerpc*) ARCH=powerpc ;; s390*) ARCH=s390 ;; sh*) ARCH=sh ;; sparc64*) ARCH=sparc64 ;; |