summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-01-12 18:27:36 +0000
committerKhem Raj <raj.khem@gmail.com>2024-01-12 10:30:33 -0800
commita76dab81746c3afac7969730fc0643e6747c8e8e (patch)
treeb3493260a8556500062e3c53c3280303a196841e
parent4f14322e782f5c5150bc2f185be0e66e8fdf6b74 (diff)
downloadmeta-openembedded-a76dab81746c3afac7969730fc0643e6747c8e8e.tar.gz
raptor2: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
index 30df8e064..85012bcfb 100644
--- a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
+++ b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
15" 15"
16SRC_URI[sha256sum] = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680" 16SRC_URI[sha256sum] = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"
17 17
18inherit autotools pkgconfig 18inherit autotools pkgconfig gtk-doc
19 19
20EXTRA_OECONF = " \ 20EXTRA_OECONF = " \
21 --without-xml2-config \ 21 --without-xml2-config \