From: Tom Rini Date: Tue, 22 Mar 2011 16:36:50 +0000 (-0700) Subject: coreutils-native: Disable gmp support X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f79b1fea336a531bd3e6f97d151251b3afb2277;p=openembedded.git 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 --- 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"