diff options
author | Julien Floret <julien.floret@6wind.com> | 2016-07-03 00:20:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 08:48:05 +0200 |
commit | 3aa12cc0dadaaeba6d3ed15c85422d96a86973fe (patch) | |
tree | b07d5bc06f016ff71320e23ca3c2ba378305697a | |
parent | c2c0d12d2544f548d05ce8ac1666657d1d85a9ad (diff) | |
download | buildroot-3aa12cc0dadaaeba6d3ed15c85422d96a86973fe.tar.gz buildroot-3aa12cc0dadaaeba6d3ed15c85422d96a86973fe.zip |
expat: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/expat/expat.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk index 5c1a444c7a..e7bb74a966 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -11,6 +11,7 @@ EXPAT_INSTALL_STAGING = YES EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib EXPAT_DEPENDENCIES = host-pkgconf +HOST_EXPAT_DEPENDENCIES = host-pkgconf EXPAT_LICENSE = MIT EXPAT_LICENSE_FILES = COPYING |