diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-09 11:54:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-09 11:54:35 +0200 |
commit | c4c8e74f8508f738dfb520758c7198fd9f69c1fc (patch) | |
tree | a1679be13794d5b2d0597acee650ce6c71730b18 | |
parent | 422060e6a11ccee8949677ecfbde56fbae36a8f7 (diff) | |
download | buildroot-c4c8e74f8508f738dfb520758c7198fd9f69c1fc.tar.gz buildroot-c4c8e74f8508f738dfb520758c7198fd9f69c1fc.zip |
cloog: 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/cloog/cloog.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/cloog/cloog.mk b/package/cloog/cloog.mk index 1e2e88cb0d..2dc96c436c 100644 --- a/package/cloog/cloog.mk +++ b/package/cloog/cloog.mk @@ -6,7 +6,6 @@ CLOOG_VERSION = 0.18.2 CLOOG_SITE = http://www.bastoul.net/cloog/pages/download/ -CLOOG_INSTALL_STAGING = YES CLOOG_LICENSE = LGPLv2.1+ CLOOG_DEPENDENCIES = gmp isl # Our libtool patch doesn't apply, and since this package is only |