[yocto] [meta-mingw][PATCH 1/1] i686-mingw32.conf: add provider for libc-initial

Joe Slater jslater at windriver.com
Thu Aug 18 09:28:01 PDT 2016


Make the preferred provider nativesdk-mingw-w64-runtime.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 conf/machine-sdk/i686-mingw32.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf
index 0bdedaa..db08d84 100644
--- a/conf/machine-sdk/i686-mingw32.conf
+++ b/conf/machine-sdk/i686-mingw32.conf
@@ -4,6 +4,7 @@ SDK_OS = "mingw32"
 GCCTHREADS_mingw32 = "win32"
 
 PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc = "nativesdk-mingw-w64-runtime"
+PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libc = "nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libintl = "nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libiconv = "nativesdk-libiconv"
-- 
1.7.9.5




More information about the yocto mailing list