All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Nitin A Kamble <nitin.a.kamble@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 2/4] elfutils: add a missing depedancy
Date: Tue, 01 Feb 2011 22:00:28 +0000	[thread overview]
Message-ID: <1296597628.13501.21256.camel@rex> (raw)
In-Reply-To: <406a52d39863e35b5013c23b886e885d44a83e32.1296560850.git.nitin.a.kamble@intel.com>

On Tue, 2011-02-01 at 03:57 -0800, Nitin A Kamble wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> while implementing the mklibs optimization, found out that an executable from
> elfutils package, viz eu-findtextrel is dynamically linked to libbz2.so
> library. But the poky-image-minimal did not have that library.
>   adding the depedency to the bzip2 to get that library for eu-fundtextrel
> executable.
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
>  meta/recipes-devtools/elfutils/elfutils_0.148.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
> index 44b3c52..14060e6 100644
> --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
> +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
> @@ -5,8 +5,9 @@ LICENSE = "GPLv2 with exceptions"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
>                      file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
>  DEPENDS = "libtool zlib"
> +RDEPENDS = "bzip2"

There should be a package name here, e.g. RDEPENDS_${PN}.

Also, why is the shlibs code not picking up the dependency
automatically? Is it dlopen'd?

Cheers,

Richard



  reply	other threads:[~2011-02-01 22:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-01 11:57 [PATCH 0/4] [PATCH 0/4] mklibs library optimization for all arches Nitin A Kamble
2011-02-01 11:57 ` [PATCH 1/4] distro_tracking: update latest upstream versions Nitin A Kamble
2011-02-01 11:57 ` [PATCH 3/4] mklibs-native: new recipe for optimizing size of library files Nitin A Kamble
2011-02-01 11:57 ` [PATCH 4/4] image-mklibs.bbclass: add the library optimization functionality Nitin A Kamble
2011-02-01 11:57 ` [PATCH 2/4] elfutils: add a missing depedancy Nitin A Kamble
2011-02-01 22:00   ` Richard Purdie [this message]
2011-02-02  0:33     ` Kamble, Nitin A

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=1296597628.13501.21256.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --cc=nitin.a.kamble@intel.com \
    --cc=poky@yoctoproject.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.