diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-05 17:24:56 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:59 +0100 |
commit | e5cc533d57808dcf2030fae1f7e79edd5c91b1b3 (patch) | |
tree | b5d64ac7067e0af7d6af7719a2aa0a26a4ccff27 /meta-gnome/recipes-gnome | |
parent | 6e59012feb9bb9ca0e3ef74f95eb615560be5ade (diff) | |
download | meta-openembedded-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/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 8 |
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 bdf249e94..863db2e87 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" | |||
4 | 4 | ||
5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ xrdb" | 5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ xrdb" |
6 | 6 | ||
7 | PR = "r9" | 7 | PR = "r10" |
8 | 8 | ||
9 | inherit gnome update-rc.d | 9 | inherit gnome update-rc.d |
10 | 10 | ||
@@ -25,7 +25,11 @@ SRC_URI[archive.sha256sum] = "034d23af0ea18d86e5543e707212d9297ec7d83f221808968a | |||
25 | EXTRA_OECONF = " --enable-authentication-scheme=shadow \ | 25 | EXTRA_OECONF = " --enable-authentication-scheme=shadow \ |
26 | --enable-debug=yes \ | 26 | --enable-debug=yes \ |
27 | --with-console-kit \ | 27 | --with-console-kit \ |
28 | --disable-scrollkeeper " | 28 | --disable-scrollkeeper" |
29 | |||
30 | do_configure_prepend() { | ||
31 | sed -i -e "s:\bdocs::g" ${S}/Makefile.am | ||
32 | } | ||
29 | 33 | ||
30 | do_install_prepend() { | 34 | do_install_prepend() { |
31 | mkdir -p ${D}/var/lib/gdm/.gconf.mandatory | 35 | mkdir -p ${D}/var/lib/gdm/.gconf.mandatory |