]> code.ossystems Code Review - openembedded-core.git/commitdiff
archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE
authorAdrian Bunk <bunk@stusta.de>
Sun, 25 Nov 2018 18:54:03 +0000 (20:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jan 2019 20:12:03 +0000 (20:12 +0000)
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>
meta/classes/archiver.bbclass

index 0a9fe4fd1d6bf2f177877e194c88090fd88be26b..e321a0e3621f5beec08d2a4ea4c686f36a454912 100644 (file)
@@ -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