All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-security][PATCH] meta: Fix typos
@ 2021-08-02  9:02 liuxiwei1013
  2021-08-04 11:20 ` Martin Jansa
       [not found] ` <1698168669EBF7A3.25094@lists.yoctoproject.org>
  0 siblings, 2 replies; 4+ messages in thread
From: liuxiwei1013 @ 2021-08-02  9:02 UTC (permalink / raw)
  To: yocto, openembedded-devel; +Cc: akuster808, sergio.prado, George Liu

Fix the variable spelling errors
s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK

Signed-off-by: George Liu <liuxiwei@inspur.com>
---
 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


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

* Re: [oe][meta-security][PATCH] meta: Fix typos
  2021-08-02  9:02 [oe][meta-security][PATCH] meta: Fix typos liuxiwei1013
@ 2021-08-04 11:20 ` Martin Jansa
       [not found] ` <1698168669EBF7A3.25094@lists.yoctoproject.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2021-08-04 11:20 UTC (permalink / raw)
  To: George Liu
  Cc: Yocto-mailing-list, openembedded-devel, akuster808, sergio.prado,
	George Liu

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

On Mon, Aug 2, 2021 at 11:02 AM George Liu <liuxiwei1013@gmail.com> wrote:

> Fix the variable spelling errors
> s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK
>
> Signed-off-by: George Liu <liuxiwei@inspur.com>
> ---
>  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
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1763 bytes --]

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

* Re: [yocto] [oe][meta-security][PATCH] meta: Fix typos
       [not found] ` <1698168669EBF7A3.25094@lists.yoctoproject.org>
@ 2021-08-29  8:04   ` Martin Jansa
  2021-08-31  1:27     ` Armin Kuster
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2021-08-29  8:04 UTC (permalink / raw)
  To: Martin Jansa
  Cc: George Liu, Yocto-mailing-list, openembedded-devel, akuster808,
	sergio.prado, George Liu

[-- Attachment #1: Type: text/plain, Size: 1432 bytes --]

Please merge this one.

On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org
<Martin.Jansa=gmail.com@lists.yoctoproject.org> wrote:

> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> On Mon, Aug 2, 2021 at 11:02 AM George Liu <liuxiwei1013@gmail.com> wrote:
>
>> Fix the variable spelling errors
>> s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK
>>
>> Signed-off-by: George Liu <liuxiwei@inspur.com>
>> ---
>>  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
>>
>>
>>
>>
>>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2300 bytes --]

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

* Re: [yocto] [oe][meta-security][PATCH] meta: Fix typos
  2021-08-29  8:04   ` [yocto] " Martin Jansa
@ 2021-08-31  1:27     ` Armin Kuster
  0 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2021-08-31  1:27 UTC (permalink / raw)
  To: Martin Jansa
  Cc: George Liu, Yocto-mailing-list, openembedded-devel, sergio.prado,
	George Liu



On 8/29/21 1:04 AM, Martin Jansa wrote:
> Please merge this one.
you are right. Some how dropped that one. Its merged not.

thanks for the reminder.

-armin
>
> On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org
> <http://lists.yoctoproject.org>
> <Martin.Jansa=gmail.com@lists.yoctoproject.org
> <mailto:gmail.com@lists.yoctoproject.org>> wrote:
>
>     Acked-by: Martin Jansa <Martin.Jansa@gmail.com
>     <mailto:Martin.Jansa@gmail.com>>
>
>     On Mon, Aug 2, 2021 at 11:02 AM George Liu <liuxiwei1013@gmail.com
>     <mailto:liuxiwei1013@gmail.com>> wrote:
>
>         Fix the variable spelling errors
>         s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK
>
>         Signed-off-by: George Liu <liuxiwei@inspur.com
>         <mailto:liuxiwei@inspur.com>>
>         ---
>          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
>
>
>
>
>
>     
>


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

end of thread, other threads:[~2021-08-31  1:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  9:02 [oe][meta-security][PATCH] meta: Fix typos liuxiwei1013
2021-08-04 11:20 ` Martin Jansa
     [not found] ` <1698168669EBF7A3.25094@lists.yoctoproject.org>
2021-08-29  8:04   ` [yocto] " Martin Jansa
2021-08-31  1:27     ` Armin Kuster

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.