summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2023-05-30 09:54:38 +0300
committerArmin Kuster <akuster808@gmail.com>2023-06-03 10:04:48 -0400
commit27c309a3918aaa2b4493724d13cb142e91a6b532 (patch)
treefaafc2220e25afce256fc6fd4035e4dce603b299
parente98bb1c5673839965596d9154f667d9f42c105c3 (diff)
downloadmeta-security-27c309a3918aaa2b4493724d13cb142e91a6b532.tar.gz
parsec-tool: fix build error
Currently build fails with: | error: manifest path `/home/builder/build/tmp_qemuarm64/work/cortexa57-linux/parsec-tool/0.6.0-r0/cargo_home/bitbake/parsec-tool-0.6.0//Cargo.toml` does not exist Normal source directory has Cargo.toml so only set ${B} to the new path. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb b/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb
index 6095ae1..f3f7486 100644
--- a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb
+++ b/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb
@@ -9,7 +9,7 @@ SRC_URI += "crate://crates.io/parsec-tool/${PV} \
9" 9"
10SRC_URI[parsec-tool-0.6.0.sha256sum] = "f51d5d7f0caca1c335324b52482fa5edbf6c9cfd2e6865e5cb22716d52dcb367" 10SRC_URI[parsec-tool-0.6.0.sha256sum] = "f51d5d7f0caca1c335324b52482fa5edbf6c9cfd2e6865e5cb22716d52dcb367"
11 11
12S = "${CARGO_VENDORING_DIRECTORY}/${BP}" 12B = "${CARGO_VENDORING_DIRECTORY}/${BP}"
13 13
14do_install() { 14do_install() {
15 install -d ${D}/${bindir} 15 install -d ${D}/${bindir}