From 7a1c970b1a47ac01acbf916dc2d0e59f451496ab Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 27 Apr 2018 14:14:53 -0700 Subject: lftp: Fix useless-rpaths QA issue Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg