From 4f648730cb6bc4daf50ddf9e2bd6e3a3f3c42de2 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 20 Oct 2015 11:30:33 -0500 Subject: 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 --- recipes-devtools/gcc/gcc_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-devtools/gcc/gcc_%.bbappend 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" -- cgit v1.2.3