aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-02-08 08:12:29 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-15 09:29:43 -0800
commita16fbf6970056a79cac8b70ce54e55e61ef63a8d (patch)
treeb6c5de47e60d8c68a0ee07e9394a9f3bf3bd2727 /meta/classes
parent413a5faf99280f4e083358e4134aebbcfa47bb4c (diff)
downloadopenembedded-core-contrib-a16fbf6970056a79cac8b70ce54e55e61ef63a8d.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/copyleft_filter.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass
index 426956f08f..5867bb9f7e 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'