From patchwork Wed Dec 5 21:52:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCHv2,75/85] gdm: disable failing docs generation Date: Wed, 05 Dec 2012 21:52:00 -0000 From: Martin Jansa X-Patchwork-Id: 40503 Message-Id: <8ee5d5346f5b17204d40a7a5940141aab4a1fd2a.1354743849.git.Martin.Jansa@gmail.com> 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 | 8 ++++++-- 1 file 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 bdf249e..863db2e 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