summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-20 12:53:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-20 13:01:50 +0100
commitb7ac9777ad0c4512f1a63aa6bec4ecedd91783e1 (patch)
treeda579cae089bfea758eaa6f15045e39595d952f3
parent8ad732e5aa174e2b5e80f7f276104cc09bb7212f (diff)
downloadmeta-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>
-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
-rw-r--r--recipes-support/libiconv/libiconv_1.18.bb2
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
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
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
16SRC_URI[sha256sum] = "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8" 16SRC_URI[sha256sum] = "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8"
17 17
18S = "${WORKDIR}/libiconv-${PV}" 18S = "${UNPACKDIR}/libiconv-${PV}"
19 19
20inherit autotools pkgconfig gettext 20inherit autotools pkgconfig gettext
21 21