mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
meta: Fix typos
Fix the variable spelling errors s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK Signed-off-by: George Liu <liuxiwei@inspur.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
addhandler security_bbappend_distrocheck
|
addhandler security_bbappend_distrocheck
|
||||||
security_bbappend_distrocheck[eventmask] = "bb.event.SanityCheck"
|
security_bbappend_distrocheck[eventmask] = "bb.event.SanityCheck"
|
||||||
python security_bbappend_distrocheck() {
|
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:
|
if 'security' not in e.data.getVar('DISTRO_FEATURES').split() and not skip_check:
|
||||||
bb.warn("You have included the meta-security layer, but \
|
bb.warn("You have included the meta-security layer, but \
|
||||||
'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files \
|
'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files \
|
||||||
|
|||||||
Reference in New Issue
Block a user