diff options
author | Chris Larson <clarson@mvista.com> | 2009-05-21 16:32:41 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-16 11:18:36 -0700 |
commit | 05019cad32a0ebc0b44a0fbe48c27320417b760d (patch) | |
tree | 7aaa88b67d236a66784c8e8d95c1ca6df63bfd31 /recipes/coreutils/coreutils-7.2.inc | |
parent | bedc7cb2e83bcfde2cf28ff5774d7f4829d8f0bd (diff) |
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 <clarson@mvista.com>
Diffstat (limited to 'recipes/coreutils/coreutils-7.2.inc')
-rw-r--r-- | recipes/coreutils/coreutils-7.2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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" |