aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils
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
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')
-rw-r--r--recipes/coreutils/coreutils-native.inc1
-rw-r--r--recipes/coreutils/coreutils-native_8.5.bb2
2 files changed, 2 insertions, 1 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"
diff --git a/recipes/coreutils/coreutils-native_8.5.bb b/recipes/coreutils/coreutils-native_8.5.bb
index d5d2cf125d..eb6f262d90 100644
--- a/recipes/coreutils/coreutils-native_8.5.bb
+++ b/recipes/coreutils/coreutils-native_8.5.bb
@@ -1,4 +1,4 @@
require coreutils-${PV}.inc
require coreutils-native.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"