mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Clearly define 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
1b796b3c21
commit
5f07a3dcec
@@ -10,8 +10,8 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
|
||||
file://parsec-tmpfiles.conf \
|
||||
"
|
||||
|
||||
DEPENDS = "clang-native tpm2-tss"
|
||||
INSANE_SKIP_${PN} += "dev-deps"
|
||||
DEPENDS = "tpm2-tss"
|
||||
TOOLCHAIN = "clang"
|
||||
|
||||
CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@ inherit cargo
|
||||
SRC_URI += "crate://crates.io/parsec-tool/${PV} \
|
||||
"
|
||||
|
||||
DEPENDS = "clang-native"
|
||||
INSANE_SKIP_${PN} += "dev-deps"
|
||||
TOOLCHAIN = "clang"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/${bindir}
|
||||
|
||||
Reference in New Issue
Block a user