coreutils: don't patch the autotools files in the native recipes
authorChris Larson <clarson@mvista.com>
Thu, 21 May 2009 23:32:41 +0000 (16:32 -0700)
committerChris Larson <clarson@mvista.com>
Wed, 16 Dec 2009 18:18:36 +0000 (11:18 -0700)
commit05019cad32a0ebc0b44a0fbe48c27320417b760d
tree7aaa88b67d236a66784c8e8d95c1ca6df63bfd31
parentbedc7cb2e83bcfde2cf28ff5774d7f4829d8f0bd
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>
recipes/coreutils/coreutils-6.0.inc [new file with mode: 0644]
recipes/coreutils/coreutils-7.1.inc [new file with mode: 0644]
recipes/coreutils/coreutils-7.2.inc [new file with mode: 0644]
recipes/coreutils/coreutils-native_6.0.bb
recipes/coreutils/coreutils-native_7.1.bb
recipes/coreutils/coreutils-native_7.2.bb
recipes/coreutils/coreutils-target.inc [new file with mode: 0644]
recipes/coreutils/coreutils_6.0.bb
recipes/coreutils/coreutils_7.1.bb
recipes/coreutils/coreutils_7.2.bb