diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-21 15:25:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-21 15:25:40 +0000 |
commit | d609536003715f61564c41e81bd04ca9113d968d (patch) | |
tree | 0c7e909d76699ef04e5d35d1e026a1b8781d6561 | |
parent | 220a8ad605d60247df27d3a66facc89c1854ed10 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb | 2 |
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 | |||
12 | BUILDSDK_CPPFLAGS:append = " -isystem${STAGING_INCDIR}" | 12 | BUILDSDK_CPPFLAGS:append = " -isystem${STAGING_INCDIR}" |
13 | 13 | ||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc " | 15 | DEPENDS = "nativesdk-mingw-w64-headers virtual/nativesdk-cross-cc " |
16 | 16 | ||
17 | PROVIDES += "virtual/nativesdk-libc" | 17 | PROVIDES += "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}" | |||
8 | inherit autotools nativesdk | 8 | inherit autotools nativesdk |
9 | 9 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
11 | DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc" | 11 | DEPENDS = "nativesdk-mingw-w64-runtime virtual/nativesdk-cross-cc" |
12 | 12 | ||
13 | do_configure() { | 13 | do_configure() { |
14 | oe_runconf | 14 | oe_runconf |