aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-03-27 16:34:57 +0100
committerKhem Raj <raj.khem@gmail.com>2019-03-28 11:55:34 -0700
commitff466c8eb98c60968425992d28baa81ee0fe10b6 (patch)
tree89e8f6e87679d718484b9917272e68662fc7041b /meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
parent322b50131cd52f4e72cdfbf9fb1cef69e16942fb (diff)
downloadmeta-openembedded-contrib-ff466c8eb98c60968425992d28baa81ee0fe10b6.tar.gz
dconf: upgrade 0.30.1 -> 0.32.0
Instead of patching out docs just tell meson not to build man pages Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch')
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch b/meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
deleted file mode 100644
index 2f4283584a..0000000000
--- a/meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 50a9133e0b13798640da0b7cd11b5a85e35b2038 Mon Sep 17 00:00:00 2001
-From: Hongxu Jia <hongxu.jia@windriver.com>
-Date: Fri, 23 Nov 2018 16:27:32 +0800
-Subject: [PATCH] meson.build: do not compile docs
-
-Upstream-Status: Inappropriate [oe specific]
-
-Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
----
- meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 04b6d47..46fdbc8 100644
---- a/meson.build
-+++ b/meson.build
-@@ -81,7 +81,6 @@ subdir('gdbus')
- subdir('gsettings')
- subdir('client')
- subdir('bin')
--subdir('docs')
- subdir('tests')
-
- meson.add_install_script('meson_post_install.py', gio_module_dir)
---
-2.7.4
-