mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
libgcc-external: don't package includes that gcc-runtime does
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -64,6 +64,9 @@ do_install_extra () {
|
||||
ln -s "${EXTERNAL_TARGET_SYS}" "${D}${libdir}/${TARGET_SYS}"
|
||||
fi
|
||||
fi
|
||||
|
||||
# This belongs in gcc-runtime
|
||||
rm -rf ${D}${libdir}/${TARGET_SYS}/${BINV}/include
|
||||
}
|
||||
|
||||
do_package[prefuncs] += "add_sys_symlink"
|
||||
|
||||
Reference in New Issue
Block a user