diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-24 19:51:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-24 19:51:16 +0000 |
commit | 3c1ef4c761fc9d2360a1a65833acacc67024856e (patch) | |
tree | 4cbed541c23453fe4b4693aaa4830af64a496a14 /glibc | |
parent | 20e22be10cd4c9bfe58e528640c60ab9c02f27ec (diff) |
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
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/glibc_cvs.oe | 2 |
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/ |