diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2017-06-09 17:16:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-10 23:10:17 +0200 |
commit | 0ea16a9fcf1f0748bd30183d9f937a3ea2f2fb27 (patch) | |
tree | 29a3f24ccd26cb17802b890e2b0d4ffcb1e39783 | |
parent | 68986ea30146bb00660e802c438a73ee58072365 (diff) | |
download | buildroot-0ea16a9fcf1f0748bd30183d9f937a3ea2f2fb27.tar.gz buildroot-0ea16a9fcf1f0748bd30183d9f937a3ea2f2fb27.zip |
erlang-p1-xml: Add host dependencies
This should fix the error reported by autobuild:
http://autobuild.buildroot.net/results/3b4/3b474323cb50d0d5d09611fa068a9d1bd3bd4bb5/
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/erlang-p1-xml/erlang-p1-xml.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/erlang-p1-xml/erlang-p1-xml.mk b/package/erlang-p1-xml/erlang-p1-xml.mk index 1e43400fc1..0b0b1caaee 100644 --- a/package/erlang-p1-xml/erlang-p1-xml.mk +++ b/package/erlang-p1-xml/erlang-p1-xml.mk @@ -9,6 +9,7 @@ ERLANG_P1_XML_SITE = $(call github,processone,fast_xml,$(ERLANG_P1_XML_VERSION)) ERLANG_P1_XML_LICENSE = Apache-2.0 ERLANG_P1_XML_LICENSE_FILES = LICENSE.txt ERLANG_P1_XML_DEPENDENCIES = expat erlang-p1-utils +ERLANG_P1_XML_HOST_DEPENDENCIES = host-expat host-erlang-p1-utils ERLANG_P1_XML_INSTALL_STAGING = YES ERLANG_P1_XML_USE_AUTOCONF = YES |