[oe-commits] Tom Rini : coreutils-native: Disable gmp support

git version control git at git.openembedded.org
Tue Mar 22 16:52:14 UTC 2011


Module: openembedded.git
Branch: master
Commit: 4f79b1fea336a531bd3e6f97d151251b3afb2277
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f79b1fea336a531bd3e6f97d151251b3afb2277

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Mar 22 09:36:50 2011 -0700

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 at mentor.com>

---

 recipes/coreutils/coreutils-native.inc    |    1 +
 recipes/coreutils/coreutils-native_8.5.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc
index 06d8fa1..4a3cfd1 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 d5d2cf1..eb6f262 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"





More information about the Openembedded-commits mailing list