diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-15 19:03:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-15 19:03:14 +0000 |
commit | db8f58977e34f8b6cdcb3f329ac16d0336523cba (patch) | |
tree | bdddf9e386923db71fd15725ec77cb807b60b78f | |
parent | 7a5c7f06814446af4615f218f1b62925211b3f31 (diff) |
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
-rw-r--r-- | glibc/glibc_cvs.oe | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |