From: Chris Larson Date: Fri, 27 Aug 2004 23:35:18 +0000 (+0000) Subject: Undo the local change to linux-libc-headers that wasn't intended to go upstream. X-Git-Tag: Release-2010-05/1~17510 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472e443f3e4ff66f0aad34adc854cbdee1060f1e;p=openembedded.git Undo the local change to linux-libc-headers that wasn't intended to go upstream. BKrev: 412fc5367gdkUh0GCU98S2B-cCDVnA --- diff --git a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe index f4fc0141cf..e50bad79d3 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe @@ -49,10 +49,6 @@ do_stage () { cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/ cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/ - if [ -e "${STAGING_KERNEL_DIR}/include/linux/wireless.h" ]; then - oenote "Warning: unable to link wireless.h to a set of valid kernel sources." - oenote "Have you built a kernel?" - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h - fi + ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h + ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h }