[oe-commits] [openembedded-core] 04/07: archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE

git at git.openembedded.org git at git.openembedded.org
Mon Nov 26 17:20:43 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit afcff21a8df23c7dc2165e0ee7e8a10bbc935c0d
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Nov 25 20:54:03 2018 +0200

    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 <bunk at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/archiver.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index 0a9fe4f..e321a0e 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list