diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-08-15 18:45:23 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 12:27:45 -0700 |
| commit | e438b6f340f24d86b136e4654a4f45fe42d0419b (patch) | |
| tree | d8406826876dce5d49d6f9f89c50d5a05175a7fd | |
| parent | 4f9b045d1ef40a0e476b96dae118eb7472d265c0 (diff) | |
| download | meta-openembedded-e438b6f340f24d86b136e4654a4f45fe42d0419b.tar.gz | |
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/appstream/appstream_0.16.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 36 | 36 | ||
| 37 | FILES:${PN} += "${datadir}" | 37 | FILES:${PN} += "${datadir}" |
| 38 | 38 | ||
| 39 | EXTRA_OEMESON:append = " -Ddocs=false" | ||
| 39 | EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" | 40 | EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" |
| 40 | 41 | ||
| 41 | do_write_config:append:class-target() { | 42 | do_write_config:append:class-target() { |
