aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-native.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-22 09:36:50 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-22 09:48:32 -0700
commit4f79b1fea336a531bd3e6f97d151251b3afb2277 (patch)
treedd30d8f4ecb71718c685740280f0e1f33dbe3d9a /recipes/coreutils/coreutils-native.inc
parentba80b0f7989f03d4ffe7ac7c71b36b8b049d3ea2 (diff)
downloadopenembedded-4f79b1fea336a531bd3e6f97d151251b3afb2277.tar.gz
coreutils-native: Disable gmp support
Without this option it will link vs the host libgmp (or not) depending on what's thre which can lead to cache inconsistencies. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/coreutils/coreutils-native.inc')
-rw-r--r--recipes/coreutils/coreutils-native.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc
index 06d8fa1f3b..4a3cfd113e 100644
--- a/recipes/coreutils/coreutils-native.inc
+++ b/recipes/coreutils/coreutils-native.inc
@@ -1,5 +1,6 @@
inherit native
+EXTRA_OECONF = "--without-gmp"
INHIBIT_AUTOTOOLS_DEPS = "1"
PATCHTOOL = "patch"