From 6f8a652eeb96cb23907cab89c0cd9e19d4edc1e7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 5 Jun 2017 18:03:49 -0700 Subject: [PATCH] ref-manual: Updated PACKAGECONFIG_CONFARGS variable Fixes [YOCTO #11600] Removed the example. It was not needed. (From yocto-docs rev: e3610147535c259c49c3dc08289c037ba49c48a1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 26b1353f42..d35b6918b8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9680,24 +9680,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGECONFIG_CONFARGS appropriately. - - To illustrate how to use - PACKAGECONFIG_CONFARGS, consider the - following example: - - PACKAGECONFIG_CONFARGS = " \ - -prefix ${prefix} \ - -sysroot ${STAGING_DIR_NATIVE} \ - -no-gcc-sysroot - " - - In the previous example, - PACKAGECONFIG_CONFARGS is set with - three configuration options that can be passed using the - PACKAGECONFIG mechanism, thus - avoiding having to use EXTRA_OECONF. - - For additional information, see the PACKAGECONFIG