aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-03-06 15:02:01 +0100
committerKhem Raj <raj.khem@gmail.com>2022-03-06 08:27:02 -0800
commit91b245be8ee13aa40ebf97924cc6b3dc1e029f04 (patch)
tree63b74ac8b4e6f05dbefb3223fd81d5b9cbcd05c0
parent0c1ef281f3cb4cc9481a1385863c84cff3925c82 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb2
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 a7945dd3e4..6bb69853a7 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"
SRC_URI += " file://0001-build-fix-arguments-of-i18n.merge_file.patch"
SRC_URI[archive.sha256sum] = "8743c98fd656062ef862933efe30c5be4c6b322ec02eee154ec70d08ed0895df"
+EXTRA_OEMESON = "-Dman=false"
+
FILES:${PN} += " \
${datadir}/metainfo \
${datadir}/dbus-1 \