coreutils-native: Disable gmp support
authorTom Rini <tom_rini@mentor.com>
Tue, 22 Mar 2011 16:36:50 +0000 (09:36 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 22 Mar 2011 16:48:32 +0000 (09:48 -0700)
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>
recipes/coreutils/coreutils-native.inc
recipes/coreutils/coreutils-native_8.5.bb

index 06d8fa1..4a3cfd1 100644 (file)
@@ -1,5 +1,6 @@
 inherit native
 
+EXTRA_OECONF = "--without-gmp"
 INHIBIT_AUTOTOOLS_DEPS = "1"
 PATCHTOOL = "patch"
 
index d5d2cf1..eb6f262 100644 (file)
@@ -1,4 +1,4 @@
 require coreutils-${PV}.inc
 require coreutils-native.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"