All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax
@ 2017-05-19  4:29 Peter Lei
  2017-05-19 14:39 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Lei @ 2017-05-19  4:29 UTC (permalink / raw)
  To: yocto

Fix "ERROR: ExpansionError during parsing" when building with multilib.

Signed-off-by: Peter Lei <peter.lei@ieee.org>
---
 meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
index d3d9ebc..2d93aca 100644
--- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
+++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
@@ -10,7 +10,7 @@ PACKAGES = "packagegroup-security-tpm-i2c"
 SUMMARY_packagegroup-security-tpm-i2c = "Security TPM i2c support"
 RDEPENDS_packagegroup-security-tpm-i2c = " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'tpm', 'packagegroup-security-tpm', '', d)} \
-    ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2, '', d)} \
+    ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2', '', d)} \
     kernel-module-tpm-i2c-atmel \
     kernel-module-tpm-i2c-infineon \
     kernel-module-tpm-i2c-nuvoton \
-- 
2.9.4



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

* Re: [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax
  2017-05-19  4:29 [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax Peter Lei
@ 2017-05-19 14:39 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2017-05-19 14:39 UTC (permalink / raw)
  To: Peter Lei, yocto



On 05/18/2017 09:29 PM, Peter Lei wrote:
> Fix "ERROR: ExpansionError during parsing" when building with multilib.

merged.

thanks
>
> Signed-off-by: Peter Lei <peter.lei@ieee.org>
> ---
>   meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
> index d3d9ebc..2d93aca 100644
> --- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
> +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
> @@ -10,7 +10,7 @@ PACKAGES = "packagegroup-security-tpm-i2c"
>   SUMMARY_packagegroup-security-tpm-i2c = "Security TPM i2c support"
>   RDEPENDS_packagegroup-security-tpm-i2c = " \
>       ${@bb.utils.contains('MACHINE_FEATURES', 'tpm', 'packagegroup-security-tpm', '', d)} \
> -    ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2, '', d)} \
> +    ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2', '', d)} \
>       kernel-module-tpm-i2c-atmel \
>       kernel-module-tpm-i2c-infineon \
>       kernel-module-tpm-i2c-nuvoton \



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

end of thread, other threads:[~2017-05-19 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-19  4:29 [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax Peter Lei
2017-05-19 14:39 ` akuster808

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.