summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2015-10-20 11:30:33 -0500
committerMark Hatle <mark.hatle@windriver.com>2016-02-01 16:59:08 -0600
commit4f648730cb6bc4daf50ddf9e2bd6e3a3f3c42de2 (patch)
treeb6da3c11879bb1785cdb7c314c11fbe092920805 /recipes-devtools
parent967b56f5496c73df20d7e7616ad8896ea9dddd49 (diff)
nativesdk-gcc: Add mingw32 named libraries to files list
Also we skip the staticdev sanity check, as the '.a' file should be packaged as listed. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/gcc/gcc_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc_%.bbappend b/recipes-devtools/gcc/gcc_%.bbappend
new file mode 100644
index 0000000..a779bb9
--- /dev/null
+++ b/recipes-devtools/gcc/gcc_%.bbappend
@@ -0,0 +1,6 @@
+FILES_${PN}_append_mingw32 = "\
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto_plugin-0.dll \
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto_plugin.dll.a \
+"
+
+INSANE_SKIP_append_mingw32 = " staticdev"