From c4276a90e3a72b24a869d60041a0dba077d4c5ec Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Apr 2018 09:54:16 -0700 Subject: [PATCH] ref-manual: Updated PACKAGECONFIG_CONFARGS variable description. Several redundant links and wordings in this description. (From yocto-docs rev: bb9dd8ab6ef9cad387cdddada4f2be093551e38a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9f22744922..69d1a01e67 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10044,8 +10044,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" and cmake use PACKAGECONFIG_CONFARGS to pass - PACKAGECONFIG - options to configure and + PACKAGECONFIG options to + configure and cmake, respectively. If you are using PACKAGECONFIG but not a class that @@ -10053,12 +10053,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" you need to use PACKAGECONFIG_CONFARGS appropriately. - - - For additional information, see the - PACKAGECONFIG - variable. -