aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-03 10:57:14 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-03 10:57:14 +0000
commitcdd9d29f4f33a1f892ec36e823ad9999ce140877 (patch)
treed00b20c21332904006514e3bca1acb6ef3413973 /packages/linux-libc-headers
parent6392e5088b85c194462794c20f373421ec4814b0 (diff)
downloadopenembedded-cdd9d29f4f33a1f892ec36e823ad9999ce140877.tar.gz
linux-libc headers 2.6.18+2.6.19-r1: fix install for powerpc
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
index be8074907d..8fb2600550 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
@@ -24,7 +24,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 ;;