summaryrefslogtreecommitdiff
path: root/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-01 12:33:20 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-01 12:33:20 +0000
commitc6a46d9fc00dccc78b3543ee6c5b62f856bc4c86 (patch)
treefa46636f8c4430d89af0ff3559a98d42345bd07c /packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
parent5aaaaa5942b4a928a34bf3804a3cf8cc302be4f8 (diff)
parent0758358b14b63d166784e5163682f9dc72b49a0e (diff)
merge of 'e7fcaa386e6ece8257005e7222964138b4ee8773'
and 'f68cd62e66ec1f6d24dc3d4588abbc23993878da'
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index 898bb120ae..0dba90dc97 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -61,13 +61,6 @@ do_stage () {
cp -pfLR include/linux ${STAGING_INCDIR}/
cp -pfLR include/asm ${STAGING_INCDIR}/
cp -pfLR include/asm-generic ${STAGING_INCDIR}/
- rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/linux
- rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm
- rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm-generic
- install -d ${CROSS_DIR}/${TARGET_SYS}/include
- cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/
- cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/
- cp -pfLR include/asm-generic ${CROSS_DIR}/${TARGET_SYS}/include/
}
do_install() {