From ce31b76fd1decbe63fa1d5acbb773ca5e6bd3ad3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Jun 2017 12:20:05 -0700 Subject: ref-manual: Updated the PACKAGECONFIG_CONFARGS variable description Fixes [YOCTO #11600] Made some technical corrections to the PACKAGECONFIG_CONFARGS variable description in the glossary. (From yocto-docs rev: c422783984748f170943eab418bfa7d0111fa352) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4a2c79f1be..efe423adc7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9653,7 +9653,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGECONFIG_CONFARGS - PACKAGECONFIG_CONFARGS[doc] = "A space-separated list of configuration options generated from PACKAGECONFIG." + PACKAGECONFIG_CONFARGS[doc] = "A space-separated list of configuration options generated from the PACKAGECONFIG setting." @@ -9662,11 +9662,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" from the PACKAGECONFIG setting. - This list of options helps other classes and - recipes take advantage of the - PACKAGECONFIG mechanism without - having to include options from - EXTRA_OECONF. + + + + Classes such as + autotools + and + cmake + use PACKAGECONFIG_CONFARGS to pass + PACKAGECONFIG + options to tasks such as + do_configure + and + do_cmake, + respectively. + If you are using + PACKAGECONFIG but not a class that + handles the do_configure task, then + you need to use + PACKAGECONFIG_CONFARGS appropriately. -- cgit v1.2.3-54-g00ecf