diff mbox series

[oe,meta-networking,1/2] lftp: Fix useless-rpaths QA issue

Message ID 20180427211454.35441-1-raj.khem@gmail.com
State Accepted
Commit 491806ba728328350c51d9ad7241305ae5342fc5
Headers show
Series [oe,meta-networking,1/2] lftp: Fix useless-rpaths QA issue | expand

Commit Message

Khem Raj April 27, 2018, 9:14 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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 08d89b8c5..c6e37277e 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"