summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-09 11:54:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-09 11:54:02 +0200
commit422060e6a11ccee8949677ecfbde56fbae36a8f7 (patch)
tree8fc38ac64078870dde0c7e5c228fe417e74ba974
parent1ed9a57180a12dd13f207b104c5c928b221efd70 (diff)
downloadbuildroot-422060e6a11ccee8949677ecfbde56fbae36a8f7.tar.gz
buildroot-422060e6a11ccee8949677ecfbde56fbae36a8f7.zip
isl: remove INSTALL_STAGING = YES
The package is host-only, so there's no point in specifying INSTALL_STAGING = YES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/isl/isl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/isl/isl.mk b/package/isl/isl.mk
index 40e023f76e..2a630a41f5 100644
--- a/package/isl/isl.mk
+++ b/package/isl/isl.mk
@@ -12,7 +12,6 @@ ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2
ISL_SITE = http://isl.gforge.inria.fr/
ISL_LICENSE = MIT
ISL_LICENSE_FILES = LICENSE
-ISL_INSTALL_STAGING = YES
ISL_DEPENDENCIES = gmp
# Our libtool patch doesn't apply, and since this package is only
OpenPOWER on IntegriCloud