All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 08/11] classes/license: fix comments
Date: Wed, 13 Nov 2013 14:32:45 +0000	[thread overview]
Message-ID: <ed56dd01649e06ca09c834014ea232fee59a102b.1384353075.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1384353075.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1384353075.git.paul.eggleton@linux.intel.com>

It's LICENSE_FLAGS, LICENSE_FLAG is invalid.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/classes/license.bbclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 419105b..6d7ee94 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -290,11 +290,11 @@ def incompatible_license(d, dont_want_licenses, package=None):
 
 def check_license_flags(d):
     """
-    This function checks if a recipe has any LICENSE_FLAGs that
+    This function checks if a recipe has any LICENSE_FLAGS that
     aren't whitelisted.
 
-    If it does, it returns the first LICENSE_FLAG missing from the
-    whitelist, or all the LICENSE_FLAGs if there is no whitelist.
+    If it does, it returns the first LICENSE_FLAGS item missing from the
+    whitelist, or all of the LICENSE_FLAGS if there is no whitelist.
 
     If everything is is properly whitelisted, it returns None.
     """
-- 
1.8.1.2



  parent reply	other threads:[~2013-11-13 14:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13 14:32 [PATCH 00/11] Misc cleanups / validation improvements Paul Eggleton
2013-11-13 14:32 ` [PATCH 01/11] scripts/create-recipe: fix handling of --help Paul Eggleton
2013-11-13 14:32 ` [PATCH 02/11] classes/insane: improve LIC_FILES_CHKSUM messages Paul Eggleton
2013-11-13 14:32 ` [PATCH 03/11] classes/sanity: validate SDKMACHINE value Paul Eggleton
2013-11-13 14:32 ` [PATCH 04/11] bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults Paul Eggleton
2013-11-13 14:32 ` [PATCH 05/11] bitbake.conf: remove CPU_FEATURES defaults Paul Eggleton
2013-11-13 14:32 ` [PATCH 06/11] gtk-immodules-cache: fix error message to use correct names Paul Eggleton
2013-11-13 14:32 ` [PATCH 07/11] classes/license: use "1" to set boolean variables Paul Eggleton
2013-11-13 14:32 ` Paul Eggleton [this message]
2013-11-13 14:32 ` [PATCH 09/11] systemd: fix comments Paul Eggleton
2013-11-13 14:32 ` [PATCH 10/11] classes/pkg_distribute: remove Paul Eggleton
2013-11-13 14:32 ` [PATCH 11/11] classes/pkg_metainfo: remove Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ed56dd01649e06ca09c834014ea232fee59a102b.1384353075.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.