Please merge this one. On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org wrote: > Acked-by: Martin Jansa > > On Mon, Aug 2, 2021 at 11:02 AM George Liu wrote: > >> Fix the variable spelling errors >> s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK >> >> Signed-off-by: George Liu >> --- >> classes/sanity-meta-security.bbclass | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/classes/sanity-meta-security.bbclass >> b/classes/sanity-meta-security.bbclass >> index b6c6b9c..f9e2698 100644 >> --- a/classes/sanity-meta-security.bbclass >> +++ b/classes/sanity-meta-security.bbclass >> @@ -1,7 +1,7 @@ >> addhandler security_bbappend_distrocheck >> security_bbappend_distrocheck[eventmask] = "bb.event.SanityCheck" >> python security_bbappend_distrocheck() { >> - skip_check = e.data.getVar('SKIP_META_SECUIRTY_SANITY_CHECK') == "1" >> + skip_check = e.data.getVar('SKIP_META_SECURITY_SANITY_CHECK') == "1" >> if 'security' not in e.data.getVar('DISTRO_FEATURES').split() and >> not skip_check: >> bb.warn("You have included the meta-security layer, but \ >> 'security' has not been enabled in your DISTRO_FEATURES. Some bbappend >> files \ >> -- >> 2.30.2 >> >> >> >> >> > > >