From 3ab59d49dd7c18e194b58d1248b4b87709b5a738 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Dec 2015 15:40:23 +0000 Subject: meta: Drop now pointless manual -dbg packaging With the autodebug package generation logic, specifically setting FILES_${PN}-dbg isn't needed in most cases, we can remove them. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 5 ----- meta/recipes-devtools/gcc/gcc-target.inc | 4 ---- 2 files changed, 9 deletions(-) (limited to 'meta/recipes-devtools/gcc') diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 54e4881059..e1cad10a3d 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc @@ -84,11 +84,6 @@ FILES_${PN} = "\ " INSANE_SKIP_${PN} += "dev-so" -FILES_${PN}-dbg += " \ - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug \ - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug \ -" - FILES_${PN}-doc = "\ ${infodir} \ ${mandir} \ diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index d62c15afd8..b8dabe5745 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc @@ -44,10 +44,6 @@ FILES_${PN} = "\ " INSANE_SKIP_${PN} += "dev-so" -FILES_${PN}-dbg += "\ - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \ -" FILES_${PN}-dev = "\ ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ -- cgit v1.2.3