diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-13 14:16:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-16 17:57:30 +0100 |
commit | 19953c90ce24653d2fbde3a79c2d5ca991f72564 (patch) | |
tree | 2dd5d73035e003b83cce9578f777ce331e83c63c | |
parent | 4f6292a012dec1543d207f296b572bd29f1af15c (diff) | |
download | poky-19953c90ce24653d2fbde3a79c2d5ca991f72564.tar.gz |
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>
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 85835c4c61..9ea3b5414c 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -36,6 +36,7 @@ COMMERCIAL_VIDEO_PLUGINS ?= "" | |||
36 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | 36 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" |
37 | # Set of common licenses used for license.bbclass | 37 | # Set of common licenses used for license.bbclass |
38 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | 38 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" |
39 | LICENSE_PATH ??= "" | ||
39 | 40 | ||
40 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | 41 | BB_GENERATE_MIRROR_TARBALLS ??= "0" |
41 | 42 | ||