All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel@openembedded.org
Subject: Re: LEAD_SONAME?
Date: Thu, 27 Mar 2008 17:13:51 +0000	[thread overview]
Message-ID: <1206638031.4514.53.camel@dax.rpnet.com> (raw)
In-Reply-To: <200803271752.07855.thomas.cooksey@trolltech.com>

On Thu, 2008-03-27 at 17:52 +0100, Tom Cooksey wrote:
> Ok, well I'm not sure I like the idea of packages being renamed outside my control,
> I wouldn't know which name to use in DEPENDS in other recipies. There is also the
> issue of image recipies not knowing about the new name, so I can't just add my
> package to the list in the image recipie.

There used to be this problem but it doesn't exist these days. In
DEPENDS you use the recipe PN. In R* varaibles like RDEPENDS you use the
name as it is in PACKAGES. Any renaming will automatically be taken into
account.

debian.bbclass is the typical example of this and probably where your
LEAD_SONAME warning is coming from.

> > Your options are:
> > 	- Ignore the warning
> My prefered option, but only if this is not causing my dissappearing library issue.
> 
> > 	- Define a LEAD_SONAME of your primary lib
> > 	- More finegrained packaging.
> Do you mean doing having LEAD_SONAME_foo, LEAD_SONAME_bar, etc. ? That
> could work?

No, select one e.g. if libfoo is the most "important", LEAD_SONAME =
"libfoo".

Cheers,

Richard




  parent reply	other threads:[~2008-03-27 17:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 11:17 LEAD_SONAME? Tom Cooksey
2008-03-27 12:30 ` LEAD_SONAME? Tom Cooksey
2008-03-27 14:44 ` LEAD_SONAME? Holger Freyther
2008-03-27 16:52   ` LEAD_SONAME? Tom Cooksey
2008-03-27 17:09     ` LEAD_SONAME? Koen Kooi
2008-03-27 17:13     ` Richard Purdie [this message]
2008-03-27 17:45       ` LEAD_SONAME? Tom Rini
2008-03-28  9:31         ` LEAD_SONAME? Richard Purdie
2008-03-27 17:40     ` LEAD_SONAME? Holger Freyther

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=1206638031.4514.53.camel@dax.rpnet.com \
    --to=rpurdie@rpsys.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.