summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-19 09:44:45 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-20 15:29:50 +0100
commita3694ed7d75f62f4771da9032d4889e8ce4316a0 (patch)
tree7625b6a5030f4d0ec2e048e4dad54ad8653c89d4
parent3f6933921137577144276c571b213037fd21e9c8 (diff)
downloadbuildroot-a3694ed7d75f62f4771da9032d4889e8ce4316a0.tar.gz
buildroot-a3694ed7d75f62f4771da9032d4889e8ce4316a0.zip
lirc-tools: needs host-python3
As stated in NEWS "Build scripts now requires python3". Fixes: http://autobuild.buildroot.net/results/f41/f417a17ad24eec8f72402a634588c6b3af8293be/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/lirc-tools/lirc-tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk
index 2e437a6a5e..46886a9aa7 100644
--- a/package/lirc-tools/lirc-tools.mk
+++ b/package/lirc-tools/lirc-tools.mk
@@ -9,7 +9,7 @@ LIRC_TOOLS_SOURCE = lirc-$(LIRC_TOOLS_VERSION).tar.bz2
LIRC_TOOLS_SITE = http://downloads.sourceforge.net/project/lirc/LIRC/$(LIRC_TOOLS_VERSION)
LIRC_TOOLS_LICENSE = GPLv2+
LIRC_TOOLS_LICENSE_FILES = COPYING
-LIRC_TOOLS_DEPENDENCIES = host-libxslt host-pkgconf
+LIRC_TOOLS_DEPENDENCIES = host-libxslt host-pkgconf host-python3
LIRC_TOOLS_INSTALL_STAGING = YES
LIRC_TOOLS_CONF_ENV = XSLTPROC=yes
OpenPOWER on IntegriCloud