mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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) (From OE-Core rev: b5586a83155e07b0c7a7e82568c18f5e29eaaed2) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e4694ebda6
commit
b68c73127e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user