diff options
author | Julien Floret <julien.floret@6wind.com> | 2016-07-03 00:20:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 09:02:19 +0200 |
commit | 1ebc214d7fafdb45fb2468bcf90759350b5e160f (patch) | |
tree | f19d28aba116e5f1301475ae4e5b442033ae2f4d | |
parent | 9fe2a4b4916a32e7b5a1738009ef6745881999c8 (diff) | |
download | buildroot-1ebc214d7fafdb45fb2468bcf90759350b5e160f.tar.gz buildroot-1ebc214d7fafdb45fb2468bcf90759350b5e160f.zip |
isl: 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/isl/isl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isl/isl.mk b/package/isl/isl.mk index bb79039e88..74de125b60 100644 --- a/package/isl/isl.mk +++ b/package/isl/isl.mk @@ -12,7 +12,7 @@ ISL_SOURCE = isl-$(ISL_VERSION).tar.xz ISL_SITE = http://isl.gforge.inria.fr ISL_LICENSE = MIT ISL_LICENSE_FILES = LICENSE -ISL_DEPENDENCIES = gmp +HOST_ISL_DEPENDENCIES = host-gmp # Our libtool patch doesn't apply, and since this package is only # built for the host, we don't really care about it. |