1From bd45c75fe691e275d7a7d7e641ac66b153369a1c Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 31 Jan 2018 15:50:38 +0200
4Subject: [PATCH] help/meson.build: disable the use of yelp
5
6In particular this avoids calling itstool which oe-core doesn't provide.
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 help/meson.build | 8 ++++----
12 1 file changed, 4 insertions(+), 4 deletions(-)
13
14diff --git a/help/meson.build b/help/meson.build
15index ff324dd..f5e421d 100644
16--- a/help/meson.build
17+++ b/help/meson.build
18@@ -31,7 +31,7 @@ help_media = [
19   'media/org.gnome.Epiphany.svg'
20 ]
21
22-gnome.yelp(meson.project_name(),
23-  sources: help_files,
24-  media: help_media,
25-)
26+#gnome.yelp(meson.project_name(),
27+#  sources: help_files,
28+#  media: help_media,
29+#)
30