[yocto] [meta-security][PATCH] layer.conf: fix typo (meta-filesystems vs mete-filesystems)

akuster808 akuster808 at gmail.com
Mon May 29 14:33:19 PDT 2017


On 05/29/2017 01:35 AM, André Draszik wrote:
> From: André Draszik <adraszik at tycoint.com>
merged,
Thanks,
Armin
>
> ---
>   conf/layer.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 547a559..0e524a1 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -13,4 +13,4 @@ LAYERDEPENDS_security = "core openembedded-layer perl-layer"
>   LAYERDEPENDS_security += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "gnome-layer xfce-layer", "", d)}"
>   LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}"
>   LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}"
> -LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer mete-filesystems", "",d)}"
> +LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer meta-filesystems", "",d)}"




More information about the yocto mailing list