1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00: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:
Adrian Bunk
2018-11-25 20:54:03 +02:00
committed by Richard Purdie
parent e865e4e703
commit 2cba73f2b1
-3
View File
@@ -23,9 +23,6 @@
# COPYLEFT_RECIPE_TYPES = 'target' # COPYLEFT_RECIPE_TYPES = 'target'
# #
# Don't filter the license by default
COPYLEFT_LICENSE_INCLUDE ?= ''
COPYLEFT_LICENSE_EXCLUDE ?= ''
# Create archive for all the recipe types # Create archive for all the recipe types
COPYLEFT_RECIPE_TYPES ?= 'target native nativesdk cross crosssdk cross-canadian' COPYLEFT_RECIPE_TYPES ?= 'target native nativesdk cross crosssdk cross-canadian'
inherit copyleft_filter inherit copyleft_filter