From: Adrian Bunk Date: Sun, 25 Nov 2018 18:54:03 +0000 (+0200) Subject: archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE X-Git-Tag: uninative-2.4~1006 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee1f86ca7affc65265f219f0718f89406c9181a5;p=openembedded-core.git archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE Setting them to empty before inheriting copyleft_filter made them not getting their documented values there. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- 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