From 2829e21efc70e7fc7092ff4dcd1cbb8f168983d9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Sep 2011 21:13:21 +0100 Subject: gcc: Fix two QA issues a) There is a QA warning from a .so being present in a main package. In the case of the plugin library for gcc, this is allowed. b) Remove the unwanted libiberty.a file with the strange path. We don't need/want this and this removes an unpackaged file warning. (From OE-Core rev: ca36a3edf9cede9fa0d73ba1a9538ab467cb5e3c) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-package-target.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-package-target.inc') diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index a0e5da4603..f0f1a046ff 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc @@ -24,6 +24,8 @@ FILES_${PN} = "\ ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ " +INSANE_SKIP_${PN} += "dev-so" + FILES_${PN}-dbg += "\ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ " -- cgit v1.2.3-54-g00ecf