summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 """