From: Stefan Herbrechtsmeier Date: Thu, 10 Feb 2022 16:14:04 +0000 (+0100) Subject: gcc-target: move cc1plus to g++ package X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f16c0efdeaca7cd08bd5609141b1094139e746f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc-target: move cc1plus to g++ package Move cc1plus from gcc to g++ package. Therefor, remove the duplicate FILES entry from gcc package and keep the entry in g++ package. Signed-off-by: Stefan Herbrechtsmeier Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index bcea75b2fa7..66f737c9dc1 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc @@ -44,7 +44,6 @@ FILES:${PN} = "\ ${bindir}/${TARGET_PREFIX}gcc* \ ${bindir}/${TARGET_PREFIX}lto* \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \ - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/g++-mapper-server \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \