Package the .dll and .exe files into their expected packages. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-support/libpcre/libpcre_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-support/libpcre/libpcre_%.bbappend
diff --git a/recipes-support/libpcre/libpcre_%.bbappend b/recipes-support/libpcre/libpcre_%.bbappend new file mode 100644 index 0000000000..b154f8d3b6 --- /dev/null +++ b/recipes-support/libpcre/libpcre_%.bbappend @@ -0,0 +1,6 @@ + +FILES_libpcrecpp_mingw32 = "${bindir}/libpcrecpp*.dll" +FILES_libpcreposix_mingw32 = "${bindir}/libpcreposix*.dll" +FILES_pcregrep_mingw32 = "${bindir}/pcregrep.exe" +FILES_pcretest_mingw32 = "${bindir}/pcretest.exe" + -- 2.11.0 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto