aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-24 19:51:16 +0000
committerPhil Blundell <philb@gnu.org>2004-07-24 19:51:16 +0000
commit3c1ef4c761fc9d2360a1a65833acacc67024856e (patch)
tree4cbed541c23453fe4b4693aaa4830af64a496a14
parent20e22be10cd4c9bfe58e528640c60ab9c02f27ec (diff)
downloadopenembedded-3c1ef4c761fc9d2360a1a65833acacc67024856e.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/24 20:50:44+01:00 nexus.co.uk!pb need to remove linux/wireless.h before copying kernel headers into place BKrev: 4102bdb4gSMtp-uQ93EZZev7M81NHg
-rw-r--r--glibc/glibc_cvs.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe
index 1d2da00b6b..7c208a36df 100644
--- a/glibc/glibc_cvs.oe
+++ b/glibc/glibc_cvs.oe
@@ -151,8 +151,8 @@ do_stage() {
install-headers install-lib
install -d ${STAGING_INCDIR}/asm
- cp -a ${HEADERS_DIR}/include/linux ${STAGING_INCDIR}/
rm -f ${STAGING_INCDIR}/linux/wireless.h
+ cp -a ${HEADERS_DIR}/include/linux ${STAGING_INCDIR}/
ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h
cp -a ${HEADERS_DIR}/include/asm/* ${STAGING_INCDIR}/asm/