aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils/coreutils-native_7.2.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-05-21 16:32:41 -0700
committerChris Larson <clarson@mvista.com>2009-12-16 11:18:36 -0700
commit05019cad32a0ebc0b44a0fbe48c27320417b760d (patch)
tree7aaa88b67d236a66784c8e8d95c1ca6df63bfd31 /recipes/coreutils/coreutils-native_7.2.bb
parentbedc7cb2e83bcfde2cf28ff5774d7f4829d8f0bd (diff)
downloadopenembedded-05019cad32a0ebc0b44a0fbe48c27320417b760d.tar.gz
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-native_7.2.bb')
-rw-r--r--recipes/coreutils/coreutils-native_7.2.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/coreutils/coreutils-native_7.2.bb b/recipes/coreutils/coreutils-native_7.2.bb
index a3754df123..6370c04ef7 100644
--- a/recipes/coreutils/coreutils-native_7.2.bb
+++ b/recipes/coreutils/coreutils-native_7.2.bb
@@ -1,5 +1,4 @@
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}"
-S = "${WORKDIR}/coreutils-${PV}"
-
-require coreutils_${PV}.bb
+require coreutils-${PV}.inc
require coreutils-native.inc
+
+PR = "r1"