From 4ae4f1d553a48ee55c2406d519dfc2dee74d6d63 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Dec 2011 15:31:25 -0800 Subject: 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 (From yocto-docs rev: b96736e88e1432e9c8b3b2eb5385e1193d66f3f6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'documentation') 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 @@ - LICENSE - - The list of package source licenses. - - - LIC_FILES_CHKSUM Checksums of the license text in the recipe source code. @@ -700,6 +694,25 @@ + LICENSE + + The list of package source licenses. + + + + LICENSE_DIR + + Path to additional licenses used during the build. + By default, the Yocto Project uses COMMON_LICENSE_DIR + to define the directory that holds common license text used during the build. + The LICENSE_DIR variable allows you to extend that + location to other areas that have additional licenses: + + LICENSE_DIR += "/path/to/additional/common/licenses" + + + + M -- cgit v1.2.3-54-g00ecf