summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ab4c6a2d9c..3f583668f6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -307,12 +307,14 @@ BB_MULTI_PROVIDER_ALLOWED = "virtual/libintl virtual/libintl-native virtual/nati
307 307
308SOLIBS = ".so.*" 308SOLIBS = ".so.*"
309SOLIBS:darwin = ".dylib" 309SOLIBS:darwin = ".dylib"
310SOLIBS:mingw32 = ".dll"
310 311
311SOLIBSDEV = ".so" 312SOLIBSDEV = ".so"
312# Due to the ordering of PACKAGES and the naming of the dev symlinks on darwin, 313# Due to the ordering of PACKAGES and the naming of the dev symlinks on darwin,
313# we can't make the symlinks end up in the -dev packages easily at this point. This hack 314# we can't make the symlinks end up in the -dev packages easily at this point. This hack
314# at least means builds aren't completely broken and symlinks don't take up much space. 315# at least means builds aren't completely broken and symlinks don't take up much space.
315SOLIBSDEV:darwin = ".dylibbroken" 316SOLIBSDEV:darwin = ".dylibbroken"
317SOLIBSDEV:mingw32 = ".dll"
316 318
317PACKAGE_DEBUG_SPLIT_STYLE ?= "debug-with-srcpkg" 319PACKAGE_DEBUG_SPLIT_STYLE ?= "debug-with-srcpkg"
318 320