diff options
| -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} |
