aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-15 15:40:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 11:56:30 +0000
commite0890b662e590d18a4eb7229b469f0078f97b1e7 (patch)
tree68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-devtools/gcc
parentb7766e4bbe61d025346365de4cbafcae56909c27 (diff)
downloadopenembedded-core-contrib-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz
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. (From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc5
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc4
2 files changed, 0 insertions, 9 deletions
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} \