mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
linux-libc-headers: Gross hack until gccs include paths are fixed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2760 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -61,4 +61,12 @@ do_stage () {
|
||||
cp -pfLR ${STAGE_TEMP}${includedir}/linux ${STAGING_INCDIR}/
|
||||
cp -pfLR ${STAGE_TEMP}${includedir}/asm ${STAGING_INCDIR}/
|
||||
cp -pfLR ${STAGE_TEMP}${includedir}/asm-generic ${STAGING_INCDIR}/
|
||||
|
||||
rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/linux
|
||||
rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm
|
||||
rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm-generic
|
||||
install -d ${CROSS_DIR}/${TARGET_SYS}/include
|
||||
ln -s ${STAGING_INCDIR}/linux ${CROSS_DIR}/${TARGET_SYS}/include/linux
|
||||
ln -s ${STAGING_INCDIR}/asm ${CROSS_DIR}/${TARGET_SYS}/include/asm
|
||||
ln -s ${STAGING_INCDIR}/asm-generic ${CROSS_DIR}/${TARGET_SYS}/include/asm-generic
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user