summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/tar/tar.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index fb5db78f69..de2ed3108e 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -10,6 +10,12 @@ inherit autotools gettext texinfo
10 10
11EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}" 11EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}"
12 12
13# Let aclocal use the relative path for the m4 file rather than the
14# absolute since tar has a lot of m4 files, otherwise there might
15# be an "Argument list too long" error when it is built in a long/deep
16# directory.
17acpaths = "-I ./m4"
18
13EXTRAINSTALL = "do_install_extra" 19EXTRAINSTALL = "do_install_extra"
14EXTRAINSTALL_class-nativesdk = "" 20EXTRAINSTALL_class-nativesdk = ""
15 21