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:
Anton Antonov
2021-04-12 16:30:26 +01:00
committed by Armin Kuster
parent 294a45ba97
commit f7ddc7839b
2 changed files with 3 additions and 4 deletions
@@ -10,8 +10,8 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
file://parsec-tmpfiles.conf \ file://parsec-tmpfiles.conf \
" "
DEPENDS = "clang-native tpm2-tss" DEPENDS = "tpm2-tss"
INSANE_SKIP_${PN} += "dev-deps" 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,7 @@ inherit cargo
SRC_URI += "crate://crates.io/parsec-tool/${PV} \ SRC_URI += "crate://crates.io/parsec-tool/${PV} \
" "
DEPENDS = "clang-native" TOOLCHAIN = "clang"
INSANE_SKIP_${PN} += "dev-deps"
do_install() { do_install() {
install -d ${D}/${bindir} install -d ${D}/${bindir}