[oe-commits] Martin Jansa : gnome-session: disable failing docs generation

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:29:06 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 6e59012feb9bb9ca0e3ef74f95eb615560be5ade
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6e59012feb9bb9ca0e3ef74f95eb615560be5ade

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  5 17:16:03 2012 +0100

gnome-session: disable failing docs generation

* xmlto does not work correctly
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gnome-session/gnome-session_2.32.1.bb          |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
index 6c10156..e1fa519 100644
--- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
@@ -2,17 +2,17 @@ DESCRIPTION = "Gnome session manager"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-PR = "r2"
+PR = "r3"
 
 SECTION = "x11/gnome"
 DEPENDS = "libxtst gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification"
 
-inherit gnome 
+inherit gnome
 
 SRC_URI[archive.md5sum] = "222bad6b446cb19a6b9028ea24538002"
 SRC_URI[archive.sha256sum] = "22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a"
 
-EXTRA_OECONF = " --with-gtk=2.0 ac_cv_path_GCONF_SANITY_CHECK=set "
+EXTRA_OECONF = " --with-gtk=2.0 ac_cv_path_GCONF_SANITY_CHECK=set --disable-docbook-docs"
 
 do_configure_append() {
 	for i in $(find ${S} -name "Makefile") ; do





More information about the Openembedded-commits mailing list