> -----Original Message----- > From: Martin Jansa [mailto:[email protected]] > Sent: Tuesday, January 14, 2014 5:50 PM > To: Liu Ting-B28495 > Cc: [email protected] > Subject: Re: [oe] [meta-oe][PATCH 2/2] inetutils: not hard coded > libreadline path > > On Tue, Jan 14, 2014 at 09:26:18AM +0000, [email protected] wrote: > > > -----Original Message----- > > > From: Martin Jansa [mailto:[email protected]] > > > Sent: Tuesday, January 14, 2014 5:22 PM > > > To: Liu Ting-B28495 > > > Cc: [email protected] > > > Subject: Re: [oe] [meta-oe][PATCH 2/2] inetutils: not hard coded > > > libreadline path > > > > > > On Tue, Jan 14, 2014 at 05:10:10PM +0800, [email protected] wrote: > > > > From: Ting Liu <[email protected]> > > > > > > > > Avoid below QA issues: > > > > | ERROR: QA Issue: package inetutils-ftp contains bad RPATH > > > > | ERROR: QA Issue: package inetutils-telnet contains bad RPATH > > > > | ERROR: QA Issue: package inetutils-telnetd contains bad RPATH > > > > | ERROR: QA run found fatal errors. Please consider fixing them. > > > > | ERROR: Function failed: do_package_qa > > > > > > Doesn't it autodetect libreadline? > > > > it can find libreadline without specifying --with-libreadline-prefix, > so just remove the option to avoid QA errors. > > If it disables libreadline support, that should be clearly stated in > commit message - from current one it looks like you're just fixing QA > issue. >
OK. I will check. Thanks. > > > > > > > > > Signed-off-by: Ting Liu <[email protected]> > > > > --- > > > > .../inetutils/inetutils_1.9.1.bb | 1 - > > > > 1 files changed, 0 insertions(+), 1 deletions(-) > > > > > > > > diff --git a/meta-networking/recipes- > > > connectivity/inetutils/inetutils_1.9.1.bb b/meta-networking/recipes- > > > connectivity/inetutils/inetutils_1.9.1.bb > > > > index 97fc6a1..03b8e65 100644 > > > > --- > > > > a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.b > > > > b > > > > +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9 > > > > +++ .1.bb > > > > @@ -37,7 +37,6 @@ PACKAGECONFIG[uucpd] = > > > > "--enable-uucpd,--disable- > > > uucpd,readline" > > > > > > > > EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ > > > > ${noipv6} \ > > > > - --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ > > > > " > > > > > > > > do_configure_prepend () { > > > > -- > > > > 1.7.3.4 > > > > > > > > > > > > _______________________________________________ > > > > Openembedded-devel mailing list > > > > [email protected] > > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > > > -- > > > Martin 'JaMa' Jansa jabber: [email protected] > > -- > Martin 'JaMa' Jansa jabber: [email protected] _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
