aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-27 14:14:53 -0700
committerKhem Raj <raj.khem@gmail.com>2018-05-18 12:30:56 -0700
commit7a1c970b1a47ac01acbf916dc2d0e59f451496ab (patch)
treec15198353f4ba1a24418c39e1005456c7b80471e
parent95c5fbffecfcdcf97531b0b662806801f06c944e (diff)
downloadmeta-openembedded-contrib-7a1c970b1a47ac01acbf916dc2d0e59f451496ab.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>
-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"