mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
linux-libc-headers: Fix further ARCH references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1369 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = " \
|
||||
${KERNELORG_MIRROR}/pub/linux/kernel/people/dwmw2/kernel-headers/snapshot/linux-kernel-headers-2.6.19-rc1.tar.bz2 \
|
||||
@@ -52,6 +52,6 @@ do_stage () {
|
||||
rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm-generic
|
||||
install -d ${CROSS_DIR}/${TARGET_SYS}/include
|
||||
cp -pfLR ${S}${includedir}/linux ${CROSS_DIR}/${TARGET_SYS}/include/
|
||||
cp -pfLR ${S}${includedir}/asm-${ARCH} ${CROSS_DIR}/${TARGET_SYS}/include/asm
|
||||
cp -pfLR ${S}${includedir}/asm-$ARCH ${CROSS_DIR}/${TARGET_SYS}/include/asm
|
||||
cp -pfLR ${S}${includedir}/asm-generic ${CROSS_DIR}/${TARGET_SYS}/include/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user