diff mbox series

recipe-style-guide: Drop obsolete EXTRA_QMAKEVARS_POST ref

Message ID 20260318160409.1767493-1-niko.mauno@vaisala.com
State Under Review
Headers show
Series recipe-style-guide: Drop obsolete EXTRA_QMAKEVARS_POST ref | expand

Commit Message

Niko Mauno March 18, 2026, 4:04 p.m. UTC
The use of the variable ceased already in 2015, since openembedded-core
commit cb89d2b25b4e ("qt4: remove recipes and classes").

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 documentation/contributor-guide/recipe-style-guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst
index 464895212..d0cb65295 100644
--- a/documentation/contributor-guide/recipe-style-guide.rst
+++ b/documentation/contributor-guide/recipe-style-guide.rst
@@ -158,7 +158,7 @@  general order when possible:
 -  :term:`S`
 -  ``inherit ...``
 -  :term:`PACKAGECONFIG`
--  Build class specific variables such as ``EXTRA_QMAKEVARS_POST`` and :term:`EXTRA_OECONF`
+-  Build class specific variables such as :term:`EXTRA_OECONF`
 -  Tasks such as :ref:`ref-tasks-configure`
 -  :term:`PACKAGE_ARCH`
 -  :term:`PACKAGES`