From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Robert Yang <liezhi.yang@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/2] gdb-cross-canadian: add nativesdk-ncurses-libncurses to RDEPENDS
Date: Fri, 15 Aug 2014 09:54:17 +0100 [thread overview]
Message-ID: <1408092857.21596.7.camel@ted> (raw)
In-Reply-To: <2209793d9f1cb962c181308634d3c2f36f9869fc.1408092524.git.liezhi.yang@windriver.com>
On Fri, 2014-08-15 at 01:49 -0700, Robert Yang wrote:
> We had nativesdk-ncurses in the DEPENDS, also need add
> nativesdk-ncurses-libncurses to the RDEPENDS, otherwise libncurses.so.5
> is not in the rdepends chain.
This doesn't make sense. Can you please give more information about the
problem you're solving here please?
If its a dynamically linked lib, the dependency should be detected
automatically.
Cheers,
Richard
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> index e594bb1..2be427a 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> @@ -7,7 +7,9 @@ BPN = "gdb"
>
> DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readline nativesdk-python"
> RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \
> - nativesdk-python-codecs nativesdk-python-netclient"
> + nativesdk-python-codecs nativesdk-python-netclient \
> + nativesdk-ncurses-libncurses \
> + "
>
> GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
>
> --
> 1.7.9.5
>
next prev parent reply other threads:[~2014-08-15 8:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-15 8:49 [PATCH 0/2] fix python3-distribute and gdb-cross-canadian Robert Yang
2014-08-15 8:49 ` [PATCH 1/2] python3-distribute: fix interpreter Robert Yang
2014-08-15 8:49 ` [PATCH 2/2] gdb-cross-canadian: add nativesdk-ncurses-libncurses to RDEPENDS Robert Yang
2014-08-15 8:54 ` Richard Purdie [this message]
2014-08-15 10:47 ` Robert Yang
2014-08-15 10:56 ` Robert Yang
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=1408092857.21596.7.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=liezhi.yang@windriver.com \
--cc=openembedded-core@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.