summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-13 14:32:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-14 13:39:49 +0000
commit886568132c4cb30551e9c55ecf07df02ad34f8d8 (patch)
treec0950e1c8262357320aa0280ef02a5189f57e6bc /meta/classes/license.bbclass
parent920be2075baa10c6c75292ae13426e3348602d2b (diff)
downloadpoky-886568132c4cb30551e9c55ecf07df02ad34f8d8.tar.gz
classes/license: fix comments
It's LICENSE_FLAGS, LICENSE_FLAG is invalid. (From OE-Core rev: 70bd620b58ddd90477d9f438922ee3bdc7e8c5a5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r--meta/classes/license.bbclass6
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):
290 290
291def check_license_flags(d): 291def check_license_flags(d):
292 """ 292 """
293 This function checks if a recipe has any LICENSE_FLAGs that 293 This function checks if a recipe has any LICENSE_FLAGS that
294 aren't whitelisted. 294 aren't whitelisted.
295 295
296 If it does, it returns the first LICENSE_FLAG missing from the 296 If it does, it returns the first LICENSE_FLAGS item missing from the
297 whitelist, or all the LICENSE_FLAGs if there is no whitelist. 297 whitelist, or all of the LICENSE_FLAGS if there is no whitelist.
298 298
299 If everything is is properly whitelisted, it returns None. 299 If everything is is properly whitelisted, it returns None.
300 """ 300 """