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

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


commit: https://git.buildroot.net/buildroot/commit/?id=259c1877c3264805a485b5ab2427cc80a1b83986
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/e2tools/e2tools.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/e2tools/e2tools.mk b/package/e2tools/e2tools.mk
index 789519f..1f3bb5c 100644
--- a/package/e2tools/e2tools.mk
+++ b/package/e2tools/e2tools.mk
@@ -13,6 +13,7 @@ E2TOOLS_LICENSE = GPLv2
 E2TOOLS_LICENSE_FILES = COPYING
 E2TOOLS_DEPENDENCIES = e2fsprogs
 E2TOOLS_CONF_ENV = LIBS="-lpthread"
+HOST_E2TOOLS_DEPENDENCIES = host-e2fsprogs
 HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
 
 $(eval $(autotools-package))


More information about the buildroot mailing list