summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
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:10 +0100
commit1b67411dcaaa2e1135ab748ce9f97fd850b03f0b (patch)
tree964a290ead7126ee7c43db502bb917c119846cb1 /documentation/poky-ref-manual/ref-variables.xml
parentfa0415052fb889f9bbf222a061c6a1ec762ad0af (diff)
downloadpoky-1b67411dcaaa2e1135ab748ce9f97fd850b03f0b.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/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>