mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e865e4e703
commit
2cba73f2b1
@@ -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