summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-09-30 08:46:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-30 10:15:27 +0200
commit712025237092a1cc49066207e7bc82d3cdebf3cc (patch)
treef22005a53438aefbfa3c0958eb1233cf001c35ac
parent468233a9b776a55dfd8ced7d5d67189f6bb76855 (diff)
downloadbuildroot-712025237092a1cc49066207e7bc82d3cdebf3cc.tar.gz
buildroot-712025237092a1cc49066207e7bc82d3cdebf3cc.zip
Revert "setools: fix race condition"
This reverts commit 1ac68fe2c9b4cea91c7a30429ebf75279ede8e70. Further investigations revealed that the problem wasn't a race condition but the lack of flex package in the host machine: https://github.com/TresysTechnology/setools3/issues/5#issuecomment-144048612 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/setools/setools.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/setools/setools.mk b/package/setools/setools.mk
index 71301c78a9..a2bfd420e5 100644
--- a/package/setools/setools.mk
+++ b/package/setools/setools.mk
@@ -12,10 +12,6 @@ SETOOLS_INSTALL_STAGING = YES
SETOOLS_LICENSE = GPLv2+ LGPLv2.1+
SETOOLS_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL
-# Race condition reported upstream:
-# https://github.com/TresysTechnology/setools3/issues/5
-SETOOLS_MAKE = $(MAKE1)
-
# configure.ac is patched by the cross compile patch,
# so autoreconf is necessary
SETOOLS_AUTORECONF = YES
OpenPOWER on IntegriCloud