From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: dependencies between packages
Date: Mon, 11 Jan 2010 19:54:10 +0100 [thread overview]
Message-ID: <hifs4h$5ha$1@ger.gmane.org> (raw)
In-Reply-To: <18e217241001110959k4d346f05j7e00c36dfd18021d@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11-01-10 18:59, C Michael Sundius wrote:
> Some of our developers have been running into this problem and I'm wondering
> how others deal with it.
>
> It seems if we have a recipe, (A) that depends upon header files staged by
> another recipe (B) then:
>
> 1) if the source for recipe (B) is modified and recompiled with:
>
> bitbake -f -c compile B
> bitbake B,
>
> I would expect that when recipe A is run:
>
> bitbake A
>
> It too would be recompiled, however that does not seem to be the case. In
> fact even if recipe B is cleaned up:
>
> bitbake -c clean B
>
> and then we run recipe A
>
> bitbake A
>
> only recipe B is run and recipe A is NOT rerun! the dependency is satisfied
> by rerunning recipe B and then bitbake stops..
>
> is this expected behaviour?
Yes, although it's a bit counter intuitive from a buildsystem POV, but
we currently don't have a foolproof, distributed way of automatically
bumping PR for dependant packages, so we don't enable that rebuild
feature. It's no use rebuilding when the packagemanager won't notice
that the package has been updated.
> Is there away to force rerunning of recipes that
> would be "out of date" due to one of its dependent recipes being return and
> re-staging (potentially) new headers and libraries?
Have a look at BB_STAMP_POLICY, I forgot the details.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLS3PSMkyGM64RGpERAnpGAJwIthWw2W383J1cW+OCu41oLUSqQgCfRYW/
DUlLsi+a3tcysXsxLnRa5Pg=
=Upuw
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-01-11 18:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-11 17:59 dependencies between packages C Michael Sundius
2010-01-11 18:14 ` Frans Meulenbroeks
2010-01-11 18:29 ` C Michael Sundius
2010-01-11 18:54 ` Koen Kooi [this message]
2010-01-11 18:58 ` Michael 'Mickey' Lauer
2010-01-11 20:35 ` Frans Meulenbroeks
2010-01-11 20:42 ` Koen Kooi
2010-01-11 20:54 ` Frans Meulenbroeks
2010-01-11 22:11 ` C Michael Sundius
2010-01-12 23:23 ` C Michael Sundius
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='hifs4h$5ha$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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.