From d609536003715f61564c41e81bd04ca9113d968d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Jan 2025 15:25:36 +0000 Subject: mingw-64: Update for core virtual providers change With OE-Core changing virtual/XXX-gcc provider names, we need to update to match. Signed-off-by: Richard Purdie --- recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb | 2 +- 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 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 -- cgit v1.2.3-54-g00ecf