diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-06 15:02:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 08:27:02 -0800 |
commit | 91b245be8ee13aa40ebf97924cc6b3dc1e029f04 (patch) | |
tree | 63b74ac8b4e6f05dbefb3223fd81d5b9cbcd05c0 /meta-gnome/recipes-gnome | |
parent | 0c1ef281f3cb4cc9481a1385863c84cff3925c82 (diff) | |
download | meta-openembedded-91b245be8ee13aa40ebf97924cc6b3dc1e029f04.tar.gz |
gnome-disk-utility: disable build of man pages
this fixes:
| Program xsltproc found: NO
|
| ../gnome-disk-utility-41.0/doc/man/meson.build:1:0: ERROR: Program 'xsltproc' not found or not executable
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Building man is enabled by default and this feature would require a dependency on libxslt-native
and network access at do_compile.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb index a7945dd3e..6bb69853a 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb | |||
@@ -29,6 +29,8 @@ PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd" | |||
29 | SRC_URI += " file://0001-build-fix-arguments-of-i18n.merge_file.patch" | 29 | SRC_URI += " file://0001-build-fix-arguments-of-i18n.merge_file.patch" |
30 | SRC_URI[archive.sha256sum] = "8743c98fd656062ef862933efe30c5be4c6b322ec02eee154ec70d08ed0895df" | 30 | SRC_URI[archive.sha256sum] = "8743c98fd656062ef862933efe30c5be4c6b322ec02eee154ec70d08ed0895df" |
31 | 31 | ||
32 | EXTRA_OEMESON = "-Dman=false" | ||
33 | |||
32 | FILES:${PN} += " \ | 34 | FILES:${PN} += " \ |
33 | ${datadir}/metainfo \ | 35 | ${datadir}/metainfo \ |
34 | ${datadir}/dbus-1 \ | 36 | ${datadir}/dbus-1 \ |