From 985a13277d004799ae368adc9bee365435e96eff Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 10 Oct 2012 14:05:39 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/poky-ref-manual') 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" - LICENSE_DIR + LICENSE_PATH Path to additional licenses used during the build. By default, the OpenEmbedded build system 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 + The LICENSE_PATH variable allows you to extend that location to other areas that have additional licenses: - LICENSE_DIR += "/path/to/additional/common/licenses" + LICENSE_PATH += "/path/to/additional/common/licenses" -- cgit v1.2.3-54-g00ecf