aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-03 11:03:33 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-03 11:03:33 +0000
commit9f1945d930b2511d984be2333d34a6b30d52d37d (patch)
tree6a85c8f0a923c38a2174b05ba071c9dbfe2b768c /packages/linux-libc-headers
parentcdd9d29f4f33a1f892ec36e823ad9999ce140877 (diff)
downloadopenembedded-9f1945d930b2511d984be2333d34a6b30d52d37d.tar.gz
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.bb3
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 ;;