mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
appstream-glib: fix manpage generation
Creating manpages is set by default but fails with: | 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 Disable manpage generation by default but fix the dependencies, so it wouldn't fail Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2abb349278
commit
31a597956d
|
|
@ -17,7 +17,7 @@ DEPENDS = " \
|
|||
libstemmer \
|
||||
"
|
||||
|
||||
inherit meson gobject-introspection gettext bash-completion pkgconfig
|
||||
inherit meson gobject-introspection gettext bash-completion pkgconfig manpages
|
||||
|
||||
SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
|
||||
|
|
@ -26,6 +26,9 @@ EXTRA_OEMESON = " \
|
|||
-Drpm=false \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native"
|
||||
|
||||
FILES:${PN} += "${libdir}/asb-plugins-5"
|
||||
|
||||
FILES:${PN}-dev += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user