All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: [meta-gnome][PATCH 01/12] dconf: 0.28.0 -> 0.30.1
Date: Tue, 27 Nov 2018 16:32:35 +0800	[thread overview]
Message-ID: <561477ef916008029169643c1fc3d54eaeb8860d.1543307294.git.hongxu.jia@windriver.com> (raw)
In-Reply-To: <cover.1543307294.git.hongxu.jia@windriver.com>

- Do not compile docs to workaround build failure

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../0001-meson.build-do-not-compile-docs.patch     | 27 ++++++++++++++++++++++
 .../dconf/{dconf_0.28.0.bb => dconf_0.30.1.bb}     |  7 ++++--
 2 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
 rename meta-gnome/recipes-gnome/dconf/{dconf_0.28.0.bb => dconf_0.30.1.bb} (60%)

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
new file mode 100644
index 0000000..2f42835
--- /dev/null
+++ b/meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
@@ -0,0 +1,27 @@
+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
+
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb
similarity index 60%
rename from meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb
rename to meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb
index 99292a8..38d3ec9 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 SECTION = "x11/gnome"
 
-SRC_URI[archive.md5sum] = "81faa8e68e5ea71ff0ee75050fc0759c"
-SRC_URI[archive.sha256sum] = "61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742"
+SRC_URI[archive.md5sum] = "a959eef51c917b3c57cfbef1448a375e"
+SRC_URI[archive.sha256sum] = "549a3a7cc3881318107dc48a7b02ee8f88c9127acaf2d47f7724f78a8f6d02b7"
 
 DEPENDS = "dbus glib-2.0 intltool-native"
 
@@ -12,6 +12,9 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings bash-completion vala
 
+SRC_URI += "file://0001-meson.build-do-not-compile-docs.patch \
+           "
+
 FILES_${PN} += " \
     ${datadir}/dbus-1 \
     ${libdir}/gio/modules/*.so \
-- 
2.7.4



  reply	other threads:[~2018-11-27  8:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27  8:32 [PATCH 00/12] Upgrade 12 recipes Hongxu Jia
2018-11-27  8:32 ` Hongxu Jia [this message]
2018-11-27  8:32 ` [meta-python][PATCH 02/12] python3-pykickstart: 3.15 -> 3.18 Hongxu Jia
2018-11-27  8:32 ` [meta-python][PATCH 03/12] python3-blivetgui: 2.1.8 -> 2.1.9 Hongxu Jia
2018-11-27  8:32 ` [meta-python][PATCH 04/12] python3-blivet: 3.0.1 -> 3.1.1 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 05/12] libreport: 2.9.5 -> 2.9.6 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 06/12] volume-key: 0.3.11 -> 0.3.12 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 07/12] efibootmgr: 0.16 -> 17 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 08/12] libbytesize: 1.3 -> 1.4 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 09/12] efivar: correct version number 0.36 -> 36 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 10/12] lvm2/libdevmapper: 2.02.180 -> 2.03.01 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 11/12] libblockdev: 2.18 -> 2.20 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 12/12] ndctl: v62 -> v63 Hongxu Jia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=561477ef916008029169643c1fc3d54eaeb8860d.1543307294.git.hongxu.jia@windriver.com \
    --to=hongxu.jia@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.