aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-05 17:24:56 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:52:59 +0100
commite5cc533d57808dcf2030fae1f7e79edd5c91b1b3 (patch)
treeb5d64ac7067e0af7d6af7719a2aa0a26a4ccff27 /meta-gnome
parent6e59012feb9bb9ca0e3ef74f95eb615560be5ade (diff)
downloadmeta-openembedded-contrib-e5cc533d57808dcf2030fae1f7e79edd5c91b1b3.tar.gz
gdm: 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')
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
index bdf249e941..863db2e875 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ xrdb"
-PR = "r9"
+PR = "r10"
inherit gnome update-rc.d
@@ -25,7 +25,11 @@ SRC_URI[archive.sha256sum] = "034d23af0ea18d86e5543e707212d9297ec7d83f221808968a
EXTRA_OECONF = " --enable-authentication-scheme=shadow \
--enable-debug=yes \
--with-console-kit \
- --disable-scrollkeeper "
+ --disable-scrollkeeper"
+
+do_configure_prepend() {
+ sed -i -e "s:\bdocs::g" ${S}/Makefile.am
+}
do_install_prepend() {
mkdir -p ${D}/var/lib/gdm/.gconf.mandatory