@@ -164,8 +164,6 @@ EXTRA_OECMAKE[doc] = "Additional cmake options."
EXTRA_OECONF[doc] = "Additional configure script options."
EXTRA_OEMAKE[doc] = "Additional GNU make options."
EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional configuration options you want to pass to the scons command line."
-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."
-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."
EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations."
#F
@@ -340,7 +338,6 @@ PYPI_SRC_URI[doc] = "The URI to use to fetch from pypi, default uses pythonhoste
QA_EMPTY_DIRS[doc] = "A list of directories that are expected to be empty."
QA_EMPTY_DIRS_RECOMMENDATION[doc] = "This specifies a recommendation for a directory why it must be empty, which will be included in the error message if the directory is not empty."
-QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake."
#R
The use of these variables ceased already in 2015, since commit cb89d2b25b4e ("qt4: remove recipes and classes") Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> --- meta/conf/documentation.conf | 3 --- 1 file changed, 3 deletions(-)