diff options
author | Anton Antonov <anton.antonov@arm.com> | 2021-04-12 16:30:26 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-04-14 13:49:47 +0000 |
commit | 5f07a3dcec45c6a8405c205919da90cd2967007b (patch) | |
tree | 324151a8d52e30694d9452e8a6b951ca5c56fe85 | |
parent | 1b796b3c21eba187fed477e33cb7bae2e7033a26 (diff) | |
download | meta-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.bb | 4 | ||||
-rw-r--r-- | meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb | 3 |
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 | ||
13 | DEPENDS = "clang-native tpm2-tss" | 13 | DEPENDS = "tpm2-tss" |
14 | INSANE_SKIP_${PN} += "dev-deps" | 14 | TOOLCHAIN = "clang" |
15 | 15 | ||
16 | CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings" | 16 | CARGO_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 | |||
7 | SRC_URI += "crate://crates.io/parsec-tool/${PV} \ | 7 | SRC_URI += "crate://crates.io/parsec-tool/${PV} \ |
8 | " | 8 | " |
9 | 9 | ||
10 | DEPENDS = "clang-native" | 10 | TOOLCHAIN = "clang" |
11 | INSANE_SKIP_${PN} += "dev-deps" | ||
12 | 11 | ||
13 | do_install() { | 12 | do_install() { |
14 | install -d ${D}/${bindir} | 13 | install -d ${D}/${bindir} |