mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 16:29:18 +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:
parent
6e59012feb
commit
e5cc533d57
@ -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
|
||||||
|
|
||||||
@ -27,6 +27,10 @@ EXTRA_OECONF = " --enable-authentication-scheme=shadow \
|
|||||||
--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
|
||||||
cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/
|
cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user