linux-libc-headers: Sync with OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@447 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-05-27 21:50:42 +00:00
parent 3097ab0f62
commit a50e1d8600
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
INHIBIT_DEFAULT_DEPS = "1"
PR = "r1"
PR = "r2"
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
file://keyboard.patch;patch=1"
@ -41,6 +41,7 @@ do_configure () {
cp -pPR include/asm/arch-ebsa285 include/asm/arch
elif test "$ARCH" = "sh"; then
cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
cp -pPR include/asm/cpu/* include/asm
fi
}