summaryrefslogtreecommitdiff
path: root/package/cloog
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-07-03 00:20:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 08:40:55 +0200
commite4a184d15edeca75435cbaac0337e4c2bd167ea7 (patch)
tree3f8a7dead0f825e60bcde7b1ef39c881b62aa3c9 /package/cloog
parent33875692e9d073a1f31369e0e3b9402feb3dee4c (diff)
cloog: 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>
Diffstat (limited to 'package/cloog')
-rw-r--r--package/cloog/cloog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cloog/cloog.mk b/package/cloog/cloog.mk
index 4c8b4c11e..ef666d0ca 100644
--- a/package/cloog/cloog.mk
+++ b/package/cloog/cloog.mk
@@ -7,7 +7,7 @@
CLOOG_VERSION = 0.18.4
CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
CLOOG_LICENSE = LGPLv2.1+
-CLOOG_DEPENDENCIES = gmp isl
+HOST_CLOOG_DEPENDENCIES = host-gmp host-isl
# Our libtool patch doesn't apply, and since this package is only
# built for the host, we don't really care about it.
CLOOG_LIBTOOL_PATCH = NO