mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
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>
This commit is contained in:
@@ -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"
|
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
|
inherit gnome update-rc.d
|
||||||
|
|
||||||
@@ -25,7 +25,11 @@ SRC_URI[archive.sha256sum] = "034d23af0ea18d86e5543e707212d9297ec7d83f221808968a
|
|||||||
EXTRA_OECONF = " --enable-authentication-scheme=shadow \
|
EXTRA_OECONF = " --enable-authentication-scheme=shadow \
|
||||||
--enable-debug=yes \
|
--enable-debug=yes \
|
||||||
--with-console-kit \
|
--with-console-kit \
|
||||||
--disable-scrollkeeper "
|
--disable-scrollkeeper"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
sed -i -e "s:\bdocs::g" ${S}/Makefile.am
|
||||||
|
}
|
||||||
|
|
||||||
do_install_prepend() {
|
do_install_prepend() {
|
||||||
mkdir -p ${D}/var/lib/gdm/.gconf.mandatory
|
mkdir -p ${D}/var/lib/gdm/.gconf.mandatory
|
||||||
|
|||||||
Reference in New Issue
Block a user