summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb6
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.21.bb6
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
58sbindir_progs= "chroot" 58sbindir_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.
64acpaths = "-I ./m4"
65
60do_install() { 66do_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
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