mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
Do not use clang toolchain in Parsec recipes
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
e161900985
commit
152cdb506b
@@ -10,8 +10,7 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
|
|||||||
file://parsec-tmpfiles.conf \
|
file://parsec-tmpfiles.conf \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS = "tpm2-tss"
|
DEPENDS = "tpm2-tss clang-native"
|
||||||
TOOLCHAIN = "clang"
|
|
||||||
|
|
||||||
CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
|
CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ inherit cargo
|
|||||||
SRC_URI += "crate://crates.io/parsec-tool/${PV} \
|
SRC_URI += "crate://crates.io/parsec-tool/${PV} \
|
||||||
"
|
"
|
||||||
|
|
||||||
TOOLCHAIN = "clang"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}/${bindir}
|
install -d ${D}/${bindir}
|
||||||
install -m 755 "${B}/target/${TARGET_SYS}/release/parsec-tool" "${D}${bindir}/parsec-tool"
|
install -m 755 "${B}/target/${TARGET_SYS}/release/parsec-tool" "${D}${bindir}/parsec-tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user