diff options
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.21.bb | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 2654028bcf..eeeab050e4 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
| @@ -57,6 +57,12 @@ base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdi | |||
| 57 | 57 | ||
| 58 | sbindir_progs= "chroot" | 58 | sbindir_progs= "chroot" |
| 59 | 59 | ||
| 60 | # Let aclocal use the relative path for the m4 file rather than the | ||
| 61 | # absolute since coreutils has a lot of m4 files, otherwise there might | ||
| 62 | # be an "Argument list too long" error when it is built in a long/deep | ||
| 63 | # directory. | ||
| 64 | acpaths = "-I ./m4" | ||
| 65 | |||
| 60 | do_install() { | 66 | do_install() { |
| 61 | autotools_do_install | 67 | autotools_do_install |
| 62 | 68 | ||
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 | ||
| 48 | sbindir_progs= "chroot" | 48 | sbindir_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. | ||
| 54 | acpaths = "-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 |
| 51 | do_compile_prepend () { | 57 | do_compile_prepend () { |
| 52 | mkdir -p ${B}/src | 58 | mkdir -p ${B}/src |
