[oe-commits] [meta-openembedded] 02/07: ntp: fix rpath QA issue

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:10:14 UTC 2016


martin_jansa pushed a commit to branch fido-next
in repository meta-openembedded.

commit 989721ec10ca4329292f779fa5a6ea79435a687a
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Fri Oct 16 15:05:32 2015 +0800

    ntp: fix rpath QA issue
    
    When ntp could be correctly built with openssh and libcrypto, we would meet
    the following QA issue.
    
    WARNING: QA Issue: package ntp contains bad RPATH ... [rpath]
    
    Fix this problem by adding '--disable-rpath' to EXTRA_OECONF.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
index 2c1345a..0a7a39e 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
@@ -35,6 +35,7 @@ EXTRA_OECONF += "--with-net-snmp-config=no \
                  ac_cv_header_readline_history_h=no \
                  --with-yielding_select=yes \
                  --with-locfile=redhat \
+                 --without-rpath \
                  "
 CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list