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

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
(cherry picked from commit 162c152822)
This commit is contained in:
Christopher Larson
2021-09-30 16:08:05 +00:00
parent 0c9a9a9eae
commit 0b1992ea07

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"