mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4d53e895d7
commit
70836105f5
|
|
@ -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)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user