diff options
-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 |