From e438b6f340f24d86b136e4654a4f45fe42d0419b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 15 Aug 2023 18:45:23 +0200 Subject: appstream: disable docs Appstream requests 'daps' for building api-documentation. Without having knowledge of its advantages it looks like overkill to me. Disable docs to avoid break if DISTRO_FEATURE 'api-documentation' is set. Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/appstream/appstream_0.16.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb b/meta-oe/recipes-support/appstream/appstream_0.16.2.bb index 1ba4521834..240e63a1bd 100644 --- a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb +++ b/meta-oe/recipes-support/appstream/appstream_0.16.2.bb @@ -36,6 +36,7 @@ PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer" FILES:${PN} += "${datadir}" +EXTRA_OEMESON:append = " -Ddocs=false" EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" do_write_config:append:class-target() { -- cgit v1.2.3-54-g00ecf