All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] Do not use clang toolchain in Parsec recipes
@ 2021-07-15 11:42 Anton Antonov
  2021-07-17 21:42 ` [yocto] " Armin Kuster
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Antonov @ 2021-07-15 11:42 UTC (permalink / raw)
  To: yocto; +Cc: Anton.Antonov

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
---
 .../recipes-parsec/parsec-service/parsec-service_0.7.0.bb      | 3 +--
 meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb    | 2 --
 2 files changed, 1 insertion(+), 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 0e14955..d57a43a 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,7 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
             file://parsec-tmpfiles.conf \
 "
 
-DEPENDS = "tpm2-tss"
-TOOLCHAIN = "clang"
+DEPENDS = "tpm2-tss clang-native"
 
 CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
 
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 35c65c0..881f8d8 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,6 @@ inherit cargo
 SRC_URI += "crate://crates.io/parsec-tool/${PV} \
 "
 
-TOOLCHAIN = "clang"
-
 do_install() {
   install -d ${D}/${bindir}
   install -m 755 "${B}/target/${TARGET_SYS}/release/parsec-tool" "${D}${bindir}/parsec-tool"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-security][PATCH] Do not use clang toolchain in Parsec recipes
  2021-07-15 11:42 [meta-security][PATCH] Do not use clang toolchain in Parsec recipes Anton Antonov
@ 2021-07-17 21:42 ` Armin Kuster
  0 siblings, 0 replies; 2+ messages in thread
From: Armin Kuster @ 2021-07-17 21:42 UTC (permalink / raw)
  To: Anton Antonov, yocto



On 7/15/21 4:42 AM, Anton Antonov wrote:
> Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>

Merged.

thanks
Armin
> ---
>  .../recipes-parsec/parsec-service/parsec-service_0.7.0.bb      | 3 +--
>  meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb    | 2 --
>  2 files changed, 1 insertion(+), 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 0e14955..d57a43a 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,7 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
>              file://parsec-tmpfiles.conf \
>  "
>  
> -DEPENDS = "tpm2-tss"
> -TOOLCHAIN = "clang"
> +DEPENDS = "tpm2-tss clang-native"
>  
>  CARGO_BUILD_FLAGS += " --features all-providers,cryptoki/generate-bindings,tss-esapi/generate-bindings"
>  
> 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 35c65c0..881f8d8 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,6 @@ inherit cargo
>  SRC_URI += "crate://crates.io/parsec-tool/${PV} \
>  "
>  
> -TOOLCHAIN = "clang"
> -
>  do_install() {
>    install -d ${D}/${bindir}
>    install -m 755 "${B}/target/${TARGET_SYS}/release/parsec-tool" "${D}${bindir}/parsec-tool"
>
> 
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-17 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 11:42 [meta-security][PATCH] Do not use clang toolchain in Parsec recipes Anton Antonov
2021-07-17 21:42 ` [yocto] " Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.