diff mbox series

[2/2] documentation.conf: Drop obsolete QMAKE vars

Message ID 20260318160018.1765725-2-niko.mauno@vaisala.com
State Accepted, archived
Commit 915870472ed64bdb816124e329d0f9fda51d9308
Headers show
Series [1/2] documentation.conf: Drop obsolete INC_PR | expand

Commit Message

Niko Mauno March 18, 2026, 4 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index bf6b4193b2..c9b7711c01 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -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