From: Phil Blundell Date: Sat, 24 Jul 2004 19:51:16 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18055 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1ef4c761fc9d2360a1a65833acacc67024856e;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index 1d2da00b6b..7c208a36df 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -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/