From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2] inetutils: fix libreadline path to fix QA errors
Date: Wed, 15 Jan 2014 11:29:29 +0100 [thread overview]
Message-ID: <20140115102929.GG3717@jama> (raw)
In-Reply-To: <1389771373-5181-1-git-send-email-b28495@freescale.com>
[-- Attachment #1: Type: text/plain, Size: 1773 bytes --]
On Wed, Jan 15, 2014 at 01:36:13AM -0600, b28495@freescale.com wrote:
> From: Ting Liu <b28495@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-01-15 10:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-15 7:36 [meta-oe][PATCH v2] inetutils: fix libreadline path to fix QA errors b28495
2014-01-15 10:29 ` Martin Jansa [this message]
2014-01-15 14:31 ` ting.liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140115102929.GG3717@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.