[oe-commits] Chris Larson : coreutils: don' t patch the autotools files in the native recipes

git version control git at git.openembedded.org
Thu Dec 17 14:14:08 UTC 2009


Module: openembedded.git
Branch: shr/testing2009
Commit: 05019cad32a0ebc0b44a0fbe48c27320417b760d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=05019cad32a0ebc0b44a0fbe48c27320417b760d

Author: Chris Larson <clarson at mvista.com>
Date:   Thu May 21 16:32:41 2009 -0700

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 at mvista.com>

---

 recipes/coreutils/coreutils-6.0.inc       |    7 ++
 recipes/coreutils/coreutils-7.1.inc       |    6 ++
 recipes/coreutils/coreutils-7.2.inc       |    4 +
 recipes/coreutils/coreutils-native_6.0.bb |    7 +-
 recipes/coreutils/coreutils-native_7.1.bb |    7 +-
 recipes/coreutils/coreutils-native_7.2.bb |    7 +-
 recipes/coreutils/coreutils-target.inc    |   82 +++++++++++++++++++++++++
 recipes/coreutils/coreutils_6.0.bb        |   86 +-------------------------
 recipes/coreutils/coreutils_7.1.bb        |   95 ++---------------------------
 recipes/coreutils/coreutils_7.2.bb        |   92 ++--------------------------
 10 files changed, 121 insertions(+), 272 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=05019cad32a0ebc0b44a0fbe48c27320417b760d




More information about the Openembedded-commits mailing list