summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-01-18 14:51:52 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-19 16:53:58 +0100
commit92f007c5b9b6ab48433b2049c32fc26b056b9159 (patch)
tree1ba034f2068e51d7197453665e9c56d9d9731f7c
parentcb926caf26762a68bb735fd8bd20843fdf1b0cfe (diff)
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 <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--recipes-lxde/lxterminal/lxterminal_git.bb2
1 files changed, 1 insertions, 1 deletions
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"