mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
default-distrovars: set an empty default for LICENSE_PATH
This variable is a list of paths that contain extra license texts. It doesn't have a default so can be unset. (From OE-Core rev: 9c8e180d8d2637307cd7deeec5b2df7dbc946221) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4f6292a012
commit
19953c90ce
|
@ -36,6 +36,7 @@ COMMERCIAL_VIDEO_PLUGINS ?= ""
|
|||
# COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
|
||||
# Set of common licenses used for license.bbclass
|
||||
COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses"
|
||||
LICENSE_PATH ??= ""
|
||||
|
||||
BB_GENERATE_MIRROR_TARBALLS ??= "0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user