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