[oe-commits] [meta-openembedded] 07/22: dconf: upgrade 0.30.1 -> 0.32.0

git at git.openembedded.org git at git.openembedded.org
Thu Mar 28 18:52:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 88dad860fe1f14dcbb3f9e626e1789edde617a3e
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Wed Mar 27 16:34:57 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../0001-meson.build-do-not-compile-docs.patch     | 27 ----------------------
 .../dconf/{dconf_0.30.1.bb => dconf_0.32.0.bb}     |  8 +++----
 2 files changed, 4 insertions(+), 31 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 2f42835..0000000
--- 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 at 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 at 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
-
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.32.0.bb
similarity index 53%
rename from meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb
rename to meta-gnome/recipes-gnome/dconf/dconf_0.32.0.bb
index 9f67673..8d1bbdf 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.32.0.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 SECTION = "x11/gnome"
 
-SRC_URI[archive.md5sum] = "a959eef51c917b3c57cfbef1448a375e"
-SRC_URI[archive.sha256sum] = "549a3a7cc3881318107dc48a7b02ee8f88c9127acaf2d47f7724f78a8f6d02b7"
+SRC_URI[archive.md5sum] = "e1ac0b6285abefeed69ca9e380e44f5a"
+SRC_URI[archive.sha256sum] = "68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab"
 
 DEPENDS = "dbus glib-2.0 intltool-native"
 
@@ -12,8 +12,8 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase bash-completion vala
 
-SRC_URI += "file://0001-meson.build-do-not-compile-docs.patch \
-           "
+# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+EXTRA_OEMESON = "-Dman=false"
 
 FILES_${PN} += " \
     ${datadir}/dbus-1 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list