From patchwork Wed Dec 5 18:30:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [75/77] gdm: disable failing docs generation Date: Wed, 05 Dec 2012 18:30:33 -0000 From: Martin Jansa X-Patchwork-Id: 40471 Message-Id: To: openembedded-devel@lists.openembedded.org * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 5 +++-- 1 file changed, 3 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 bdf249e..c03bb61 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,8 @@ SRC_URI[archive.sha256sum] = "034d23af0ea18d86e5543e707212d9297ec7d83f221808968a EXTRA_OECONF = " --enable-authentication-scheme=shadow \ --enable-debug=yes \ --with-console-kit \ - --disable-scrollkeeper " + --disable-scrollkeeper \ + --disable-docbook-docs" do_install_prepend() { mkdir -p ${D}/var/lib/gdm/.gconf.mandatory