summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-05 17:16:03 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:52:59 +0100
commit6e59012feb9bb9ca0e3ef74f95eb615560be5ade (patch)
treee8bc93f0e61edad9f046c76cf52f76fe3151e45a /meta-gnome/recipes-gnome
parent7d75307b171518a0b1ce5f0b4499f1d0e491a370 (diff)
downloadmeta-openembedded-6e59012feb9bb9ca0e3ef74f95eb615560be5ade.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb6
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 6c10156f4..e1fa51951 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"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5PR = "r2" 5PR = "r3"
6 6
7SECTION = "x11/gnome" 7SECTION = "x11/gnome"
8DEPENDS = "libxtst gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification" 8DEPENDS = "libxtst gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification"
9 9
10inherit gnome 10inherit gnome
11 11
12SRC_URI[archive.md5sum] = "222bad6b446cb19a6b9028ea24538002" 12SRC_URI[archive.md5sum] = "222bad6b446cb19a6b9028ea24538002"
13SRC_URI[archive.sha256sum] = "22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a" 13SRC_URI[archive.sha256sum] = "22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a"
14 14
15EXTRA_OECONF = " --with-gtk=2.0 ac_cv_path_GCONF_SANITY_CHECK=set " 15EXTRA_OECONF = " --with-gtk=2.0 ac_cv_path_GCONF_SANITY_CHECK=set --disable-docbook-docs"
16 16
17do_configure_append() { 17do_configure_append() {
18 for i in $(find ${S} -name "Makefile") ; do 18 for i in $(find ${S} -name "Makefile") ; do