summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-21 15:25:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-21 15:25:40 +0000
commitd609536003715f61564c41e81bd04ca9113d968d (patch)
tree0c7e909d76699ef04e5d35d1e026a1b8781d6561
parent220a8ad605d60247df27d3a66facc89c1854ed10 (diff)
downloadmeta-mingw-d609536003715f61564c41e81bd04ca9113d968d.tar.gz
mingw-64: Update for core virtual providers change5.2_M2
With OE-Core changing virtual/XXX-gcc provider names, we need to update to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb2
-rw-r--r--recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb
index 6d01d35..0cdbbd1 100644
--- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb
+++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb
@@ -12,7 +12,7 @@ inherit autotools nativesdk
12BUILDSDK_CPPFLAGS:append = " -isystem${STAGING_INCDIR}" 12BUILDSDK_CPPFLAGS:append = " -isystem${STAGING_INCDIR}"
13 13
14INHIBIT_DEFAULT_DEPS = "1" 14INHIBIT_DEFAULT_DEPS = "1"
15DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc " 15DEPENDS = "nativesdk-mingw-w64-headers virtual/nativesdk-cross-cc "
16 16
17PROVIDES += "virtual/nativesdk-libc" 17PROVIDES += "virtual/nativesdk-libc"
18 18
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb
index fb7e54e..6cae85e 100644
--- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb
+++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb
@@ -8,7 +8,7 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
8inherit autotools nativesdk 8inherit autotools nativesdk
9 9
10INHIBIT_DEFAULT_DEPS = "1" 10INHIBIT_DEFAULT_DEPS = "1"
11DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc" 11DEPENDS = "nativesdk-mingw-w64-runtime virtual/nativesdk-cross-cc"
12 12
13do_configure() { 13do_configure() {
14 oe_runconf 14 oe_runconf