diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-01-12 18:27:35 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-12 10:30:33 -0800 |
| commit | 4f14322e782f5c5150bc2f185be0e66e8fdf6b74 (patch) | |
| tree | b80515118d4abd487de15c13d7c779bb3446e565 /meta-oe/recipes-gnome | |
| parent | 202e00326277afa3b358318f66350683ac254c3a (diff) | |
| download | meta-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/recipes-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb | 2 |
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" | |||
| 6 | DEPENDS = "glib-2.0 zlib" | 6 | DEPENDS = "glib-2.0 zlib" |
| 7 | 7 | ||
| 8 | GNOMEBASEBUILDCLASS = "autotools" | 8 | GNOMEBASEBUILDCLASS = "autotools" |
| 9 | inherit gnomebase gobject-introspection vala | 9 | inherit gnomebase gobject-introspection vala gtk-doc |
| 10 | 10 | ||
| 11 | SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ | 11 | SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
| 12 | file://iconv-detect.h \ | 12 | file://iconv-detect.h \ |
