summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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