From 92f007c5b9b6ab48433b2049c32fc26b056b9159 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 18 Jan 2017 14:51:52 +0100 Subject: lxterminal: really add missing dependency to regenerate man While libxslt-native is needed there are still docbook stylesheets and xmlto-native missing. xmlot-native pulls in all needed components so replacing libxslt-native with xmlto-native fixes the build. | make[2]: Entering directory '/build/krm/oe-core_V2.6.2/build_test/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/man' | /build/krm/oe-core_V2.6.2/build_test/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../../git/man/lxterminal.xml | 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:532: recipe for target 'lxterminal.1' failed Signed-off-by: Max Krummenacher Acked-by: Dominik Sliwa --- recipes-lxde/lxterminal/lxterminal_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_git.bb index 6cb0af3..9ea9cb6 100644 --- a/recipes-lxde/lxterminal/lxterminal_git.bb +++ b/recipes-lxde/lxterminal/lxterminal_git.bb @@ -4,7 +4,7 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "gtk+3 vte glib-2.0 libxslt-native intltool-native" +DEPENDS = "gtk+3 vte glib-2.0 intltool-native xmlto-native" SRC_URI = "git://github.com/lxde/lxterminal.git;protocol=https" SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7" -- cgit v1.2.3