Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 15 Jul 2004 19:03:14 +0000 (19:03 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 15 Jul 2004 19:03:14 +0000 (19:03 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/07/15 21:02:10+02:00 uni-frankfurt.de!mickey
make applications include the proper wireless.h

BKrev: 40f6d4f2L1bTRLIJX6M5B6olaQGMZA

glibc/glibc_cvs.oe

index deaa2da..3e981a5 100644 (file)
@@ -152,6 +152,8 @@ do_stage() {
 
        install -d ${STAGING_INCDIR}/asm
        cp -a ${HEADERS_DIR}/include/linux ${STAGING_INCDIR}/
+       rm -f ${STAGING_INCDIR}/linux/wireless.h
+       ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h
        cp -a ${HEADERS_DIR}/include/asm/* ${STAGING_INCDIR}/asm/
 
        install -d ${STAGING_INCDIR}/gnu \