From 377aee76f5bb54eb363209b302dcf611af4b9553 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Dec 2012 18:05:41 -0600 Subject: documentation: poky-ref-manual - PACKAGECONFIG edits Fixes [YOCTO #3327] Applied some edits to make it more accurate based on Paul Eggleton's review comments. (From yocto-docs rev: 94c15c9550fba77a2ab079502a62916357de0cf5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 10ffce39ac..cb05419dee 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -2038,22 +2038,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" features of a recipe on a per-recipe basis. The PACKAGECONFIG variable itself specifies a space-separated list of the - features to enable or disable. + features to enable. The features themselves are specified as flags on the PACKAGECONFIG variable. You can provide up to four arguments, which are separated by commas, to determine the behavior of each feature when it is enabled or disabled. You can omit any argument you like but must retain the - separating commas (see the examples further down). + separating commas. The arguments specify the following: Extra arguments - (EXTRA_OECONF) that should be added to the configure script argument list + (EXTRA_OECONF) if the feature is enabled. - Extra arguments (EXTRA_OECONF) - that should be added if the feature is disabled. + Extra arguments + that should be added to EXTRA_OECONF + if the feature is disabled. Additional build dependencies (DEPENDS) -- cgit v1.2.3-54-g00ecf