From 27c309a3918aaa2b4493724d13cb142e91a6b532 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 30 May 2023 09:54:38 +0300 Subject: 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 Signed-off-by: Armin Kuster --- meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ " SRC_URI[parsec-tool-0.6.0.sha256sum] = "f51d5d7f0caca1c335324b52482fa5edbf6c9cfd2e6865e5cb22716d52dcb367" -S = "${CARGO_VENDORING_DIRECTORY}/${BP}" +B = "${CARGO_VENDORING_DIRECTORY}/${BP}" do_install() { install -d ${D}/${bindir} -- cgit v1.2.3-54-g00ecf