libgcc-external: don't package includes that gcc-runtime does

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2021-09-30 16:08:05 +00:00
parent a81f04f908
commit 162c152822

View File

@@ -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"