summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb2
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb
index 68e77fa..e2cb7ac 100644
--- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb
+++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Header files from the MingGW-w64 project"
2 2
3require mingw-w64.inc 3require mingw-w64.inc
4 4
5S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-headers" 5S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-headers"
6B = "${WORKDIR}/build-${TARGET_SYS}" 6B = "${WORKDIR}/build-${TARGET_SYS}"
7 7
8inherit autotools nativesdk 8inherit autotools nativesdk
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 0cdbbd1..b49cada 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
@@ -4,7 +4,7 @@ require mingw-w64.inc
4 4
5#SRC_URI += "file://0001-crt-Fix-a-typo-in-the-ucrt-__imp_vfscanf-assignment.patch;striplevel=2" 5#SRC_URI += "file://0001-crt-Fix-a-typo-in-the-ucrt-__imp_vfscanf-assignment.patch;striplevel=2"
6 6
7S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-crt" 7S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-crt"
8B = "${WORKDIR}/build-${TARGET_SYS}" 8B = "${WORKDIR}/build-${TARGET_SYS}"
9 9
10inherit autotools nativesdk 10inherit autotools nativesdk
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 6cae85e..baf0782 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
@@ -2,7 +2,7 @@ DESCRIPTION = "Winpthreads runtime libraries from MinGW-w64 project"
2 2
3require mingw-w64.inc 3require mingw-w64.inc
4 4
5S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-libraries/winpthreads" 5S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-libraries/winpthreads"
6B = "${WORKDIR}/build-${TARGET_SYS}" 6B = "${WORKDIR}/build-${TARGET_SYS}"
7 7
8inherit autotools nativesdk 8inherit autotools nativesdk