Please merge this one. On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org <[email protected]> wrote:
> Acked-by: Martin Jansa <[email protected]> > > On Mon, Aug 2, 2021 at 11:02 AM George Liu <[email protected]> wrote: > >> Fix the variable spelling errors >> s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK >> >> Signed-off-by: George Liu <[email protected]> >> --- >> 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 >> >> >> >> >> > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54592): https://lists.yoctoproject.org/g/yocto/message/54592 Mute This Topic: https://lists.yoctoproject.org/mt/84659479/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
