summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-10 14:05:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:46 +0100
commit985a13277d004799ae368adc9bee365435e96eff (patch)
treedeee71071091cacfe106aaa2ea9d9224b770c3e0 /documentation
parentb771c5012893f5f77a2403c13ab1628164cd5980 (diff)
downloadpoky-985a13277d004799ae368adc9bee365435e96eff.tar.gz
documentation: poky-ref-manual - LICENSE_PATH not LICENSE_DIR.
Fixes [YOCTO_#3118] LICENSE_PATH is the correct variable to use for 1.3 - see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3118 (From yocto-docs rev: 96b93175d662696c3c2f25c0d8aa73ab6c5abdd3) 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.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>