summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index c45116e8d8..abeec67415 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1335,15 +1335,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1335 </glossdef> 1335 </glossdef>
1336 </glossentry> 1336 </glossentry>
1337 1337
1338 <glossentry id='var-LICENSE_DIR'><glossterm>LICENSE_DIR</glossterm> 1338 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm>
1339 <glossdef> 1339 <glossdef>
1340 <para>Path to additional licenses used during the build. 1340 <para>Path to additional licenses used during the build.
1341 By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename> 1341 By default, the OpenEmbedded build system uses <filename>COMMON_LICENSE_DIR</filename>
1342 to define the directory that holds common license text used during the build. 1342 to define the directory that holds common license text used during the build.
1343 The <filename>LICENSE_DIR</filename> variable allows you to extend that 1343 The <filename>LICENSE_PATH</filename> variable allows you to extend that
1344 location to other areas that have additional licenses: 1344 location to other areas that have additional licenses:
1345 <literallayout class='monospaced'> 1345 <literallayout class='monospaced'>
1346 LICENSE_DIR += "/path/to/additional/common/licenses" 1346 LICENSE_PATH += "/path/to/additional/common/licenses"
1347 </literallayout></para> 1347 </literallayout></para>
1348 </glossdef> 1348 </glossdef>
1349 </glossentry> 1349 </glossentry>