diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-12-01 02:24:19 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:11 -0500 |
commit | 0fc2bd373a7dbcd3523d1f4536b7f16df0f726c3 (patch) | |
tree | 32023fecc40a7d9e02b9d15dbc59bf759e10de99 /meta-networking | |
parent | 80c5535dbe9682ba12090f4914de5f964c98eb5d (diff) | |
download | meta-openembedded-0fc2bd373a7dbcd3523d1f4536b7f16df0f726c3.tar.gz |
lftp: do_configure: fix "Argument list too long"
Fixed when len(TMPDIR) = 410:
aclocal: error: cannot open echo [snip]: Argument list too long
This is becuase it has a lot of m4 files, use relative path for them
can fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb index b0cd399fe..287821194 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb | |||
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "ce6519831603c19c2cf2e3c10b41d6ddc87a16049b99383e7b9b77fbc7 | |||
14 | 14 | ||
15 | inherit autotools gettext pkgconfig | 15 | inherit autotools gettext pkgconfig |
16 | 16 | ||
17 | acpaths = "-I ./m4" | ||
18 | |||
17 | EXTRA_OECONF += "--with-modules" | 19 | EXTRA_OECONF += "--with-modules" |
18 | 20 | ||
19 | PACKAGECONFIG ??= "libidn openssl zlib gnutls readline expat" | 21 | PACKAGECONFIG ??= "libidn openssl zlib gnutls readline expat" |