diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-13 14:32:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-14 13:39:10 +0000 |
commit | 70bd620b58ddd90477d9f438922ee3bdc7e8c5a5 (patch) | |
tree | 68836a1c446e156f0b5e207650bfa783568b412f /meta | |
parent | 10cc4ceb813128676e78d04068ad089f6b4a697b (diff) | |
download | openembedded-core-70bd620b58ddd90477d9f438922ee3bdc7e8c5a5.tar.gz openembedded-core-70bd620b58ddd90477d9f438922ee3bdc7e8c5a5.tar.bz2 openembedded-core-70bd620b58ddd90477d9f438922ee3bdc7e8c5a5.zip |
classes/license: fix comments
It's LICENSE_FLAGS, LICENSE_FLAG is invalid.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/license.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 1c1b679fac..c1483ac490 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. """ |