diff options
Diffstat (limited to 'recipes-devtools')
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 | ||
3 | require mingw-w64.inc | 3 | require mingw-w64.inc |
4 | 4 | ||
5 | S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-headers" | 5 | S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-headers" |
6 | B = "${WORKDIR}/build-${TARGET_SYS}" | 6 | B = "${WORKDIR}/build-${TARGET_SYS}" |
7 | 7 | ||
8 | inherit autotools nativesdk | 8 | inherit 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 | ||
7 | S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-crt" | 7 | S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-crt" |
8 | B = "${WORKDIR}/build-${TARGET_SYS}" | 8 | B = "${WORKDIR}/build-${TARGET_SYS}" |
9 | 9 | ||
10 | inherit autotools nativesdk | 10 | inherit 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 | ||
3 | require mingw-w64.inc | 3 | require mingw-w64.inc |
4 | 4 | ||
5 | S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-libraries/winpthreads" | 5 | S = "${UNPACKDIR}/mingw-w64-v${PV}/mingw-w64-libraries/winpthreads" |
6 | B = "${WORKDIR}/build-${TARGET_SYS}" | 6 | B = "${WORKDIR}/build-${TARGET_SYS}" |
7 | 7 | ||
8 | inherit autotools nativesdk | 8 | inherit autotools nativesdk |