Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 24 Jul 2004 19:51:16 +0000 (19:51 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 24 Jul 2004 19:51:16 +0000 (19:51 +0000)
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

glibc/glibc_cvs.oe

index 1d2da00..7c208a3 100644 (file)
@@ -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/