[meta-mingw] [PATCH] mingw-w64: use correct path to license file
Samuli Piippo <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
Amend b7ac9777ad0c4512f1a63aa6bec4ecedd91783e1 and use UNPACKDIR also for the license file. Signed-off-by: Samuli Piippo <[email protected]> --- recipes-devtools/mingw-w64/mingw-w64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc index 97315f4..a24e96c 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc @@ -1,5 +1,5 @@ LICENSE = "ZPL-2.1" -LIC_FILES_CHKSUM = "file://${WORKDIR}/mingw-w64-v${PV}/COPYING;md5=bb936f0e04d8f1e19ad545100cee9654" +LIC_FILES_CHKSUM = "file://${UNPACKDIR}/mingw-w64-v${PV}/COPYING;md5=bb936f0e04d8f1e19ad545100cee9654" COMPATIBLE_HOST = ".*-mingw.*" -- 2.43.0