[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: plymouth: building documatation sometimes fails to download so disable it

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 14:11:57 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 1ea1b9c6a8ff07c231f4936fa13942f3a8d09499
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1ea1b9c6a8ff07c231f4936fa13942f3a8d09499

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Sun Sep 20 17:07:53 2015 +0200

plymouth: building documatation sometimes fails to download so disable it

| I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
| warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
| cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
| Makefile:622: recipe for target 'plymouth.1' failed

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
index b8c82ed..1fb4443 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.ta
 SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d"
 SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f"
 
-EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk \
+EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation\
 		  --with-logo=${LOGO} \
                   ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd-integration --with-system-root-install', '', d)} \
                 "



More information about the Openembedded-commits mailing list