diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 12:53:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 13:01:50 +0100 |
commit | b7ac9777ad0c4512f1a63aa6bec4ecedd91783e1 (patch) | |
tree | da579cae089bfea758eaa6f15045e39595d952f3 | |
parent | 8ad732e5aa174e2b5e80f7f276104cc09bb7212f (diff) | |
download | meta-mingw-b7ac9777ad0c4512f1a63aa6bec4ecedd91783e1.tar.gz |
recipes: Update to match S/UNPACKDIR changes
Update to match the recent changes in OE-Core where the unpack
layout changed.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 files changed, 4 insertions, 4 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 |
diff --git a/recipes-support/libiconv/libiconv_1.18.bb b/recipes-support/libiconv/libiconv_1.18.bb index c7c6332..e4e6a62 100644 --- a/recipes-support/libiconv/libiconv_1.18.bb +++ b/recipes-support/libiconv/libiconv_1.18.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | |||
15 | 15 | ||
16 | SRC_URI[sha256sum] = "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8" | 16 | SRC_URI[sha256sum] = "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8" |
17 | 17 | ||
18 | S = "${WORKDIR}/libiconv-${PV}" | 18 | S = "${UNPACKDIR}/libiconv-${PV}" |
19 | 19 | ||
20 | inherit autotools pkgconfig gettext | 20 | inherit autotools pkgconfig gettext |
21 | 21 | ||