diff options
author | Adrian Bunk <bunk@stusta.de> | 2018-11-25 20:54:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:03 +0000 |
commit | b5586a83155e07b0c7a7e82568c18f5e29eaaed2 (patch) | |
tree | 52651885621819ee46cc51c1c8fcc8ad5de40165 | |
parent | c9909ff8b5134d77d9ae5f205f863fcdab7b9fd0 (diff) | |
download | openembedded-core-b5586a83155e07b0c7a7e82568c18f5e29eaaed2.tar.gz openembedded-core-b5586a83155e07b0c7a7e82568c18f5e29eaaed2.tar.bz2 openembedded-core-b5586a83155e07b0c7a7e82568c18f5e29eaaed2.zip |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 @@ # COPYLEFT_RECIPE_TYPES = 'target' # -# Don't filter the license by default -COPYLEFT_LICENSE_INCLUDE ?= '' -COPYLEFT_LICENSE_EXCLUDE ?= '' # Create archive for all the recipe types COPYLEFT_RECIPE_TYPES ?= 'target native nativesdk cross crosssdk cross-canadian' inherit copyleft_filter |