diff options
Diffstat (limited to 'meta/classes/archiver.bbclass')
-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 |