[OE-core] [PATCH 2/2] gdb-cross-canadian: add nativesdk-ncurses-libncurses to RDEPENDS

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 15 08:54:17 UTC 2014


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 at 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
> 





More information about the Openembedded-core mailing list