From 4f79b1fea336a531bd3e6f97d151251b3afb2277 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 22 Mar 2011 09:36:50 -0700 Subject: [PATCH] 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 --- recipes/coreutils/coreutils-native.inc | 1 + recipes/coreutils/coreutils-native_8.5.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5