diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-10-20 11:30:33 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2016-02-01 16:59:08 -0600 |
commit | 4f648730cb6bc4daf50ddf9e2bd6e3a3f3c42de2 (patch) | |
tree | b6da3c11879bb1785cdb7c314c11fbe092920805 | |
parent | 967b56f5496c73df20d7e7616ad8896ea9dddd49 (diff) | |
download | meta-mingw-4f648730cb6bc4daf50ddf9e2bd6e3a3f3c42de2.tar.gz |
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>
-rw-r--r-- | recipes-devtools/gcc/gcc_%.bbappend | 6 |
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 @@ | |||
1 | FILES_${PN}_append_mingw32 = "\ | ||
2 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto_plugin-0.dll \ | ||
3 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto_plugin.dll.a \ | ||
4 | " | ||
5 | |||
6 | INSANE_SKIP_append_mingw32 = " staticdev" | ||