0002-help-meson.build-disable-the-use-of-yelp.patch 852 B

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