All of lore.kernel.org
 help / color / mirror / Atom feed
* dependencies between packages
@ 2010-01-11 17:59 C Michael Sundius
  2010-01-11 18:14 ` Frans Meulenbroeks
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: C Michael Sundius @ 2010-01-11 17:59 UTC (permalink / raw)
  To: openembedded-devel

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

Any help of suggestions would be greatly appreciated.

Mike


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-12 23:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.