From 05019cad32a0ebc0b44a0fbe48c27320417b760d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 21 May 2009 16:32:41 -0700 Subject: coreutils: don't patch the autotools files in the native recipes If we patch autotools files in the native recipes and build them, the make results in the make rules trying to rerun autoconf, automake, aclocal, etc, and those don't yet exist when coreutils-native is built. So we split out the common target (not native) specific bits so that native recipes aren't including the target recipes, so we can avoid applying those patches for native. This also avoids some duplication of target bits between the versions. Signed-off-by: Chris Larson --- recipes/coreutils/coreutils-7.2.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/coreutils/coreutils-7.2.inc (limited to 'recipes/coreutils/coreutils-7.2.inc') diff --git a/recipes/coreutils/coreutils-7.2.inc b/recipes/coreutils/coreutils-7.2.inc new file mode 100644 index 0000000000..7ab42213c9 --- /dev/null +++ b/recipes/coreutils/coreutils-7.2.inc @@ -0,0 +1,4 @@ +require coreutils.inc + +SRC_URI = "ftp://ftp.gnu.org/gnu/coreutils/coreutils-${PV}.tar.gz \ + file://coreutils-7.2-fix-sort-segfault.patch;patch=1" -- cgit 1.2.3-korg