summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_8.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_8.21.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.21.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.21.bb
index 35c9100ee4..da14303286 100644
--- a/meta/recipes-core/coreutils/coreutils_8.21.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.21.bb
@@ -47,6 +47,12 @@ base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdi
47 47
48sbindir_progs= "chroot" 48sbindir_progs= "chroot"
49 49
50# Let aclocal use the relative path for the m4 file rather than the
51# absolute since coreutils has a lot of m4 files, otherwise there might
52# be an "Argument list too long" error when it is built in a long/deep
53# directory.
54acpaths = "-I ./m4"
55
50# Deal with a separate builddir failure if src doesn't exist when creating version.c/version.h 56# Deal with a separate builddir failure if src doesn't exist when creating version.c/version.h
51do_compile_prepend () { 57do_compile_prepend () {
52 mkdir -p ${B}/src 58 mkdir -p ${B}/src