diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-04-07 10:21:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-08 13:59:59 +0100 |
commit | ac34639ab88ebda0ee55be9a2e13109b75167405 (patch) | |
tree | f9d0173cac88fd726e0a5bb76273e48365958426 /meta/conf | |
parent | bbc9aafbbf902f036e5bb54b4fe17f46b3079700 (diff) | |
download | poky-ac34639ab88ebda0ee55be9a2e13109b75167405.tar.gz |
documentation.conf (LICENSE): tiny addition
Examples:
LICENSE = "MIT"
LICENSE = "GPLv2 & LGPLv2.1"
LICENSE = "AFL-2 | GPLv2+"
LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD"
LICENSE = "GPLv2 & (LGPLv2.1 | MPL-1.1 | BSD)"
LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )"
(From OE-Core rev: f53b6770554d868d287bed0d15194fdb9ed6a779)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 9d6e78f9e6..7fa3f318b9 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -253,7 +253,7 @@ LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variab | |||
253 | LAYERVERSION[doc] = "Optionally specifies the version of a layer as a single number. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." | 253 | LAYERVERSION[doc] = "Optionally specifies the version of a layer as a single number. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." |
254 | LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian class applies its naming policy to given a recipe that packages multiple libraries." | 254 | LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian class applies its naming policy to given a recipe that packages multiple libraries." |
255 | LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." | 255 | LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." |
256 | LICENSE[doc] = "The list of source licenses for the recipe." | 256 | LICENSE[doc] = "The list of source licenses for the recipe. Logical operators '&' or '|' and parentheses can be used." |
257 | LICENSE_PATH[doc] = "Path to additional licenses used during the build." | 257 | LICENSE_PATH[doc] = "Path to additional licenses used during the build." |
258 | LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." | 258 | LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." |
259 | LINUX_VERSION[doc] = "The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. You define this variable in the kernel recipe." | 259 | LINUX_VERSION[doc] = "The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. You define this variable in the kernel recipe." |