Message ID | 20250121152634.1828780-1-richard.purdie@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | [meta-mingw] mingw-64: Update for core virtual providers change | expand |
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 BUILDSDK_CPPFLAGS:append = " -isystem${STAGING_INCDIR}" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc " +DEPENDS = "nativesdk-mingw-w64-headers virtual/nativesdk-cross-cc " PROVIDES += "virtual/nativesdk-libc" 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}" inherit autotools nativesdk INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc" +DEPENDS = "nativesdk-mingw-w64-runtime virtual/nativesdk-cross-cc" do_configure() { oe_runconf
With OE-Core changing virtual/XXX-gcc provider names, we need to update to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb | 2 +- .../mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)