[oe] [meta-oe][PATCH v2] inetutils: fix libreadline path to fix QA errors

Martin Jansa martin.jansa at gmail.com
Wed Jan 15 10:29:29 UTC 2014


On Wed, Jan 15, 2014 at 01:36:13AM -0600, b28495 at freescale.com wrote:
> From: Ting Liu <b28495 at freescale.com>
> 
> If wrong path set, inetutils configure script will add a absolute
> rpath, which result in the below QA errors:
> | 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
> 
> Signed-off-by: Ting Liu <b28495 at freescale.com>
> ---
>  .../inetutils/inetutils_1.9.1.bb                   |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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..80022c7 100644
> --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
> @@ -37,7 +37,7 @@ PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
>  
>  EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
>          ${noipv6} \
> -        --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \
> +        --with-libreadline-prefix=${STAGING_LIBDIR} \

Can you confirm that libreadline support is still enabled after this change?

>  "
>  
>  do_configure_prepend () {
> -- 
> 1.7.9.7
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140115/c9df6315/attachment-0002.sig>


More information about the Openembedded-devel mailing list