[Buildroot] [git commit] expat: add explicit dependencies for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 06:48:05 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=3aa12cc0dadaaeba6d3ed15c85422d96a86973fe
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/expat/expat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 5c1a444..e7bb74a 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
 


More information about the buildroot mailing list