aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-27 14:14:53 -0700
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:32:26 -0700
commit491806ba728328350c51d9ad7241305ae5342fc5 (patch)
treec15198353f4ba1a24418c39e1005456c7b80471e /meta-networking/recipes-connectivity
parent00794e3f93f1b8deb9638f824ee1d76edf3edaa0 (diff)
downloadmeta-openembedded-contrib-491806ba728328350c51d9ad7241305ae5342fc5.tar.gz
lftp: Fix useless-rpaths QA issue
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
index 08d89b8c56..c6e37277e4 100644
--- a/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
+++ b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
@@ -16,7 +16,7 @@ inherit autotools gettext pkgconfig
acpaths = "-I ./m4"
-EXTRA_OECONF += "--with-modules"
+EXTRA_OECONF += "--with-modules --disable-rpath"
PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"