summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Antonov <anton.antonov@arm.com>2021-04-12 16:30:26 +0100
committerArmin Kuster <akuster808@gmail.com>2021-04-14 13:49:47 +0000
commit5f07a3dcec45c6a8405c205919da90cd2967007b (patch)
tree324151a8d52e30694d9452e8a6b951ca5c56fe85
parent1b796b3c21eba187fed477e33cb7bae2e7033a26 (diff)
downloadmeta-security-5f07a3dcec45c6a8405c205919da90cd2967007b.tar.gz
Clearly define clang toolchain in Parsec recipes
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-parsec/recipes-parsec/parsec-service/parsec-service_0.7.0.bb4
-rw-r--r--meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb3
2 files changed, 3 insertions, 4 deletions
diff --git a/meta-parsec/recipes-parsec/parsec-service/parsec-service_0.7.0.bb b/meta-parsec/recipes-parsec/parsec-service/parsec-service_0.7.0.bb
index b3f7b21..0e14955 100644
--- a/meta-parsec/recipes-parsec/parsec-service/parsec-service_0.7.0.bb
+++ b/meta-parsec/recipes-parsec/parsec-service/parsec-service_0.7.0.bb
@@ -10,8 +10,8 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
10 file://parsec-tmpfiles.conf \ 10 file://parsec-tmpfiles.conf \
11" 11"
12 12
13DEPENDS = "clang-native tpm2-tss" 13DEPENDS = "tpm2-tss"
14INSANE_SKIP_${PN} += "dev-deps" 14TOOLCHAIN = "clang"
15 15
16CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings" 16CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
17 17
diff --git a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb b/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
index 939e771..35c65c0 100644
--- a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
+++ b/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
@@ -7,8 +7,7 @@ inherit cargo
7SRC_URI += "crate://crates.io/parsec-tool/${PV} \ 7SRC_URI += "crate://crates.io/parsec-tool/${PV} \
8" 8"
9 9
10DEPENDS = "clang-native" 10TOOLCHAIN = "clang"
11INSANE_SKIP_${PN} += "dev-deps"
12 11
13do_install() { 12do_install() {
14 install -d ${D}/${bindir} 13 install -d ${D}/${bindir}