From 57ddbe847310545b3514a13b5fbe7a80f7053288 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jan 2016 10:22:58 -0800 Subject: [PATCH] ref-manual: Removed all variables related to "QMAKE" * Removed the EXTRA_QMAKEVARS_POST variable description * Removed the EXTRA_QMAKEVARS_PRE variable description * Removed the QMAKE_PROFILES variable description (From yocto-docs rev: 19ee6646123f26903d25fb888b23576f7fa75d87) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 75 +--------------------- 1 file changed, 1 insertion(+), 74 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 56dffc001c..673e4314c4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -32,7 +32,7 @@ O P - Q + R S T @@ -3943,50 +3943,6 @@ - EXTRA_QMAKEVARS_POST - - EXTRA_QMAKEVARS_POST[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be after the .pro file list on the command line." - - - - - Configuration variables or options you want to pass to - qmake. - Use this variable when the arguments need to be after the - .pro file list on the command line. - - - - This variable is used with recipes that inherit the - qmake_base - class or other classes that inherit - qmake_base. - - - - - EXTRA_QMAKEVARS_PRE - - EXTRA_QMAKEVARS_PRE[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be before the .pro file list on the command line." - - - - - Configuration variables or options you want to pass to - qmake. - Use this variable when the arguments need to be before the - .pro file list on the command line. - - - - This variable is used with recipes that inherit the - qmake_base - class or other classes that inherit - qmake_base. - - - - EXTRA_USERS_PARAMS EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." @@ -9854,35 +9810,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - Q - - QMAKE_PROFILES - - QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." - - - - - Specifies your own subset of .pro - files to be built for use with - qmake. - If you do not set this variable, all - .pro files in the directory pointed to - by S - will be built by default. - - - - This variable is used with recipes that inherit the - qmake_base - class or other classes that inherit - qmake_base. - - - - - - R RANLIB