diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-12-01 15:31:25 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-16 16:58:08 +0000 |
| commit | 4ae4f1d553a48ee55c2406d519dfc2dee74d6d63 (patch) | |
| tree | 301f500b474bd77f181a568f54a025722e18ef96 /documentation | |
| parent | 162359688eafdb21b92f2868179ab872baa99bed (diff) | |
| download | poky-4ae4f1d553a48ee55c2406d519dfc2dee74d6d63.tar.gz | |
documenation/poky-ref-manual/ref-variables.xml: added LICENSE_DIR
A new glossary description for LICENSE_DIR. This variable extends
the COMMON_LICENSE_DIR that YP uses to find license text during
the build.
Reported-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
(From yocto-docs rev: b96736e88e1432e9c8b3b2eb5385e1193d66f3f6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f00f9038bb..4da61ff576 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
| @@ -677,12 +677,6 @@ | |||
| 677 | </glossdef> | 677 | </glossdef> |
| 678 | </glossentry> | 678 | </glossentry> |
| 679 | 679 | ||
| 680 | <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm> | ||
| 681 | <glossdef> | ||
| 682 | <para>The list of package source licenses.</para> | ||
| 683 | </glossdef> | ||
| 684 | </glossentry> | ||
| 685 | |||
| 686 | <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm> | 680 | <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm> |
| 687 | <glossdef> | 681 | <glossdef> |
| 688 | <para>Checksums of the license text in the recipe source code.</para> | 682 | <para>Checksums of the license text in the recipe source code.</para> |
| @@ -700,6 +694,25 @@ | |||
| 700 | </glossdef> | 694 | </glossdef> |
| 701 | </glossentry> | 695 | </glossentry> |
| 702 | 696 | ||
| 697 | <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm> | ||
| 698 | <glossdef> | ||
| 699 | <para>The list of package source licenses.</para> | ||
| 700 | </glossdef> | ||
| 701 | </glossentry> | ||
| 702 | |||
| 703 | <glossentry id='var-LICENSE_DIR'><glossterm>LICENSE_DIR</glossterm> | ||
| 704 | <glossdef> | ||
| 705 | <para>Path to additional licenses used during the build. | ||
| 706 | By default, the Yocto Project uses <filename>COMMON_LICENSE_DIR</filename> | ||
| 707 | to define the directory that holds common license text used during the build. | ||
| 708 | The <filename>LICENSE_DIR</filename> variable allows you to extend that | ||
| 709 | location to other areas that have additional licenses: | ||
| 710 | <literallayout class='monospaced'> | ||
| 711 | LICENSE_DIR += "/path/to/additional/common/licenses" | ||
| 712 | </literallayout></para> | ||
| 713 | </glossdef> | ||
| 714 | </glossentry> | ||
| 715 | |||
| 703 | </glossdiv> | 716 | </glossdiv> |
| 704 | 717 | ||
| 705 | <glossdiv id='var-glossary-m'><title>M</title> | 718 | <glossdiv id='var-glossary-m'><title>M</title> |
