summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-06-12 16:37:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-15 09:53:38 +0100
commit970b5b0fa248f0f12e54f21cd70cf0b375477c06 (patch)
tree32bf4fd942ae391065339690d9644ff2f1852551 /meta
parentce01aa37bfb1efc0fbed084af071531b2d3aa80c (diff)
downloadpoky-970b5b0fa248f0f12e54f21cd70cf0b375477c06.tar.gz
gi-docgen: correct comment
The logic was changed in 874dc891 but the comment was not. (From OE-Core rev: c43f9b9d7a322bb4372ea7d797f0f3f898e73a51) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/gi-docgen.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/gi-docgen.bbclass b/meta/classes-recipe/gi-docgen.bbclass
index eb30c6011f..b4d7b17761 100644
--- a/meta/classes-recipe/gi-docgen.bbclass
+++ b/meta/classes-recipe/gi-docgen.bbclass
@@ -8,8 +8,8 @@
8# seems to be a successor to gtk-doc: 8# seems to be a successor to gtk-doc:
9# https://gitlab.gnome.org/GNOME/gi-docgen 9# https://gitlab.gnome.org/GNOME/gi-docgen
10 10
11# This variable is set to True if api-documentation is in 11# This variable is set to True if api-documentation and
12# DISTRO_FEATURES, and False otherwise. 12# gobject-introspection-data are in DISTRO_FEATURES, False otherwise.
13GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}" 13GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}"
14 14
15# When building native recipes, disable gi-docgen, as it is not necessary, 15# When building native recipes, disable gi-docgen, as it is not necessary,