summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxterminal/lxterminal_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-01-25 15:16:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-26 19:11:04 +0100
commit9c1501dcb95a8601c8d1fad73c1fcae2886c0377 (patch)
tree8a93fbb071c2c3f899a5477d86079f356fc8b29e /recipes-lxde/lxterminal/lxterminal_git.bb
parent92f007c5b9b6ab48433b2049c32fc26b056b9159 (diff)
lxterminal: don't error out on faulty config for man pages
configure checks for XML catalogs from the host installation. If missing the resulting man/Makefile will fail in do_compile. Workaround this by ignoring that the man page can not be built. On Ubuntu were this was observed the following installs the required dependencies: sudo apt-get install docbook-xsl Better still one would fix lxterminal's configure to pick up OE's catalogs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-lxde/lxterminal/lxterminal_git.bb')
-rw-r--r--recipes-lxde/lxterminal/lxterminal_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_git.bb
index 9ea9cb6..2c745eb 100644
--- a/recipes-lxde/lxterminal/lxterminal_git.bb
+++ b/recipes-lxde/lxterminal/lxterminal_git.bb
@@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "gtk+3 vte glib-2.0 intltool-native xmlto-native"
-SRC_URI = "git://github.com/lxde/lxterminal.git;protocol=https"
+SRC_URI = " \
+ git://github.com/lxde/lxterminal.git;protocol=https \
+ file://0002-man-Makefile.am-don-t-error-out-on-missing-man-depen.patch \
+"
SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7"
S = "${WORKDIR}/git"