diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-28 13:17:03 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:23:51 +0000 |
commit | 05959ccaaf4870f1f3564e11bc881790ef65b6da (patch) | |
tree | 39cef067a2f1daddadd72ad3e9c3b461e9d9922f /recipes-extended | |
parent | 9388aae0f3abbccf5bc1e2dcf4c438aff9ea6790 (diff) | |
download | meta-virtualization-05959ccaaf4870f1f3564e11bc881790ef65b6da.tar.gz |
uxen: convert WORKDIR references to UNPACKDIR
While the WORKDIR references seem to work, they may not continue
to work. We switch to using UNPACKDIR which is where the SRC_URI
referenced elements / files will be placed by the fetcher.
Note: gcc-14 issues remain even with this fix.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/uxen/uxen-guest-tools_4.1.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/uxen/uxen-guest-tools_4.1.8.bb b/recipes-extended/uxen/uxen-guest-tools_4.1.8.bb index c2f3464c..c2e8be93 100644 --- a/recipes-extended/uxen/uxen-guest-tools_4.1.8.bb +++ b/recipes-extended/uxen/uxen-guest-tools_4.1.8.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[uxen.sha384sum] = "be2233bc6506a23350d76c03ac28ea7ea381e1dc6ed5ce996e8ac | |||
19 | SRC_URI[license.sha384sum] = "92e48c614df3094cb52321d4c4e01f6df5526d46aee5c6fa36c43ee23d4c33f03baa1fc5f6f29efafff636b6d13bc92c" | 19 | SRC_URI[license.sha384sum] = "92e48c614df3094cb52321d4c4e01f6df5526d46aee5c6fa36c43ee23d4c33f03baa1fc5f6f29efafff636b6d13bc92c" |
20 | 20 | ||
21 | # The software license is GPLv2: please see page 199 of the pdf document | 21 | # The software license is GPLv2: please see page 199 of the pdf document |
22 | LIC_FILES_CHKSUM = "file://${WORKDIR}/Bromium-4.1.8-Open-Source-Software.pdf;md5=cf120df6ffa417b36f870a9997650049" | 22 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/Bromium-4.1.8-Open-Source-Software.pdf;md5=cf120df6ffa417b36f870a9997650049" |
23 | 23 | ||
24 | S = "${WORKDIR}/uxen-${PV}-72a4af9/vm-support/linux" | 24 | S = "${WORKDIR}/uxen-${PV}-72a4af9/vm-support/linux" |
25 | 25 | ||