From: Michael Lauer Date: Thu, 15 Jul 2004 19:03:14 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18210 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8f58977e34f8b6cdcb3f329ac16d0336523cba;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index deaa2da34d..3e981a562a 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -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 \