summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml25
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>