summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-27 21:50:42 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-27 21:50:42 +0000
commita50e1d86007a48063fe40943947de7748cb42cad (patch)
tree79556640db1db2b8f1b7b49379ef921a8e16c274 /openembedded
parent3097ab0f62233dc336dfe611fef4b8b633355190 (diff)
downloadpoky-a50e1d86007a48063fe40943947de7748cb42cad.tar.gz
linux-libc-headers: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@447 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
index 65e3f8b25b..2f471223e6 100644
--- a/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
+++ b/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
@@ -9,7 +9,7 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
9LICENSE = "GPL" 9LICENSE = "GPL"
10MAINTAINER = "Chris Larson <kergoth@handhelds.org>" 10MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
11INHIBIT_DEFAULT_DEPS = "1" 11INHIBIT_DEFAULT_DEPS = "1"
12PR = "r1" 12PR = "r2"
13 13
14SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \ 14SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
15 file://keyboard.patch;patch=1" 15 file://keyboard.patch;patch=1"
@@ -41,6 +41,7 @@ do_configure () {
41 cp -pPR include/asm/arch-ebsa285 include/asm/arch 41 cp -pPR include/asm/arch-ebsa285 include/asm/arch
42 elif test "$ARCH" = "sh"; then 42 elif test "$ARCH" = "sh"; then
43 cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" 43 cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
44 cp -pPR include/asm/cpu/* include/asm
44 fi 45 fi
45} 46}
46 47