summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-01-12 18:27:35 +0000
committerKhem Raj <raj.khem@gmail.com>2024-01-12 10:30:33 -0800
commit4f14322e782f5c5150bc2f185be0e66e8fdf6b74 (patch)
treeb80515118d4abd487de15c13d7c779bb3446e565 /meta-oe
parent202e00326277afa3b358318f66350683ac254c3a (diff)
downloadmeta-openembedded-4f14322e782f5c5150bc2f185be0e66e8fdf6b74.tar.gz
gmime: 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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb
index d8a6c1d6cf..f51451d971 100644
--- a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb
+++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb
@@ -6,7 +6,7 @@ SECTION = "libs"
6DEPENDS = "glib-2.0 zlib" 6DEPENDS = "glib-2.0 zlib"
7 7
8GNOMEBASEBUILDCLASS = "autotools" 8GNOMEBASEBUILDCLASS = "autotools"
9inherit gnomebase gobject-introspection vala 9inherit gnomebase gobject-introspection vala gtk-doc
10 10
11SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 11SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \
12 file://iconv-detect.h \ 12 file://iconv-detect.h \