From db1f53f73e95499a5f0b0edc45dd9cc9718d3c8a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Sep 2024 13:29:47 +0100 Subject: zlib/zstd: Add correction of SOLIBS/SOLIBSDEV for mingw The zlib/zstd recipes will always use .so suffixes when much of the system will use .dll. Reset the values for this recipe so that the code can set them more appropriate for the majority of cases. Signed-off-by: Richard Purdie --- recipes-core/zlib/zlib_1.3%.bbappend | 2 ++ recipes-extended/zstd/zstd_%.bbappend | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-core/zlib/zlib_1.3%.bbappend b/recipes-core/zlib/zlib_1.3%.bbappend index d03721a..d08daec 100644 --- a/recipes-core/zlib/zlib_1.3%.bbappend +++ b/recipes-core/zlib/zlib_1.3%.bbappend @@ -1 +1,3 @@ EXTRA_OEMAKE:append:mingw32 = " LDSHAREDLIBC=''" +SOLIBS:mingw32 = ".so.*" +SOLIBSDEV:mingw32 = ".so" diff --git a/recipes-extended/zstd/zstd_%.bbappend b/recipes-extended/zstd/zstd_%.bbappend index 11a2d4e..ce7e01a 100644 --- a/recipes-extended/zstd/zstd_%.bbappend +++ b/recipes-extended/zstd/zstd_%.bbappend @@ -1,2 +1,4 @@ EXTRA_OEMAKE:append:mingw32 = " OS=Windows" FILES:${PN}:append:mingw32 = " ${libdir}/*.dll" +SOLIBS:mingw32 = ".so.*" +SOLIBSDEV:mingw32 = ".so" -- cgit v1.2.3-54-g00ecf