From: Paul Eggleton Date: Tue, 7 Feb 2017 19:12:29 +0000 (+1300) Subject: classes/copyleft_filter: include AGPL in default included list X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22558 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a16fbf6970056a79cac8b70ce54e55e61ef63a8d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git classes/copyleft_filter: include AGPL in default included list If we're including all GPL licenses then we should include AGPL in the default COPYLEFT_LICENSE_INCLUDE since it has similar terms (and currently we do have one AGPL-licensed recipe in OE-Core, namely db). (Note that the default list isn't meant to be a guaranteed complete safe list - seek legal advice based on what you're distributing if unsure.) Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass index 426956f08f6..5867bb9f7ef 100644 --- a/meta/classes/copyleft_filter.bbclass +++ b/meta/classes/copyleft_filter.bbclass @@ -6,7 +6,7 @@ # # vi:sts=4:sw=4:et -COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL*' +COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*' COPYLEFT_LICENSE_INCLUDE[type] = 'list' COPYLEFT_LICENSE_INCLUDE[doc] = 'Space separated list of globs which include licenses'