diff options
author | Adrian Bunk <bunk@stusta.de> | 2018-11-25 20:54:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-27 22:13:11 +0000 |
commit | 2cba73f2b138245d93979d7327a94de2ce91103e (patch) | |
tree | fb6e84e82c5f38be076bae6b95d99d7e2424ecf8 /meta/classes | |
parent | e865e4e703a96d715d409c1f59411bf2b02f1e3d (diff) | |
download | poky-2cba73f2b138245d93979d7327a94de2ce91103e.tar.gz |
archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE
Setting them to empty before inheriting copyleft_filter
made them not getting their documented values there.
(From OE-Core rev: ee1f86ca7affc65265f219f0718f89406c9181a5)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/archiver.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 0a9fe4fd1d..e321a0e362 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass | |||
@@ -23,9 +23,6 @@ | |||
23 | # COPYLEFT_RECIPE_TYPES = 'target' | 23 | # COPYLEFT_RECIPE_TYPES = 'target' |
24 | # | 24 | # |
25 | 25 | ||
26 | # Don't filter the license by default | ||
27 | COPYLEFT_LICENSE_INCLUDE ?= '' | ||
28 | COPYLEFT_LICENSE_EXCLUDE ?= '' | ||
29 | # Create archive for all the recipe types | 26 | # Create archive for all the recipe types |
30 | COPYLEFT_RECIPE_TYPES ?= 'target native nativesdk cross crosssdk cross-canadian' | 27 | COPYLEFT_RECIPE_TYPES ?= 'target native nativesdk cross crosssdk cross-canadian' |
31 | inherit copyleft_filter | 28 | inherit copyleft_filter |