diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2017-08-10 14:12:51 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-11 12:43:24 +0200 |
commit | e4f7ec4bd1053c3790dc298af39bbdf5e11b5c1d (patch) | |
tree | f91db9769eb16508280b892091f15a85662de95e | |
parent | d88c79090add53947dc3290fb61d51f2b630301c (diff) | |
download | buildroot-e4f7ec4bd1053c3790dc298af39bbdf5e11b5c1d.tar.gz buildroot-e4f7ec4bd1053c3790dc298af39bbdf5e11b5c1d.zip |
erlang-p1-xml: Fix host dependencies variable name
This should fix the error reported by autobuild:
http://autobuild.buildroot.net/results/63c/63c63b2578e9f6ad71cbea82b987c128305cdab4/
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/erlang-p1-xml/erlang-p1-xml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/erlang-p1-xml/erlang-p1-xml.mk b/package/erlang-p1-xml/erlang-p1-xml.mk index 0b0b1caaee..58ba3cbdeb 100644 --- a/package/erlang-p1-xml/erlang-p1-xml.mk +++ b/package/erlang-p1-xml/erlang-p1-xml.mk @@ -9,7 +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 +HOST_ERLANG_P1_XML_DEPENDENCIES = host-expat host-erlang-p1-utils ERLANG_P1_XML_INSTALL_STAGING = YES ERLANG_P1_XML_USE_AUTOCONF = YES |