From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC][PATCH] package.bbclass: export subpackage individual version, if different from main
Date: Sun, 20 Sep 2009 14:50:51 -0400 [thread overview]
Message-ID: <20090920185051.GB1288@denix.org> (raw)
In-Reply-To: <19c1b8a90909200813u30642a87g38fc83cfb2b59d36@mail.gmail.com>
On Sun, Sep 20, 2009 at 08:13:52AM -0700, Khem Raj wrote:
> On Sat, Sep 19, 2009 at 11:33 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > Fixes the wrong versioned runtime dependency for shlib subpackages with
> > own versions. Consider this:
> >
> > PACKAGES = "libfoo libbar"
> > PV_libfoo = "1"
> > PV_libbar = "2"
> > PV = "3"
> >
> > That will generate libfoo_1 and libbar_2 packages, but version 3 will be
> > exported in shlibs database, leading to the following versioned runtime
> > dependencies:
> >
> > RDEPENDS: libfoo (>=3) libbar (>=3)
>
> Can RPROVIDES fill in this void somehow.
Does RPROVIDES specify versions?
--
Denys
next prev parent reply other threads:[~2009-09-20 18:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-20 6:33 [RFC][PATCH] package.bbclass: export subpackage individual version, if different from main Denys Dmytriyenko
2009-09-20 8:40 ` Phil Blundell
2009-09-20 12:29 ` Koen Kooi
2009-09-20 18:49 ` Denys Dmytriyenko
2009-09-22 18:51 ` Denys Dmytriyenko
2009-09-20 10:51 ` Koen Kooi
2009-09-20 15:13 ` Khem Raj
2009-09-20 18:50 ` Denys Dmytriyenko [this message]
2009-09-21 15:10 ` Phil Blundell
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=20090920185051.GB1288@denix.org \
--to=denis@denix.org \
--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.