Re: [yocto] Bitbaking a recipe often triggers a do_package_write_rpm of a dependant recipe... why?

2017-10-06 Thread Khem Raj
On Thu, Oct 5, 2017 at 3:09 AM, Torsten Sievers wrote: > Hi guys, > > Here is the situation: > > I have two custom made recipes, one is a SDK , the other one is a set of > examples that use the sdk. > > The examples recipe has DEPENDS and RDEPENDS set that point to artifacts > that are produced by

[yocto] Bitbaking a recipe often triggers a do_package_write_rpm of a dependant recipe... why?

2017-10-05 Thread Torsten Sievers
Hi guys, Here is the situation: I have two custom made recipes, one is a SDK , the other one is a set of examples that use the sdk. The examples recipe has DEPENDS and RDEPENDS set that point to artifacts that are produced by the SDK recipe. So far, so normal Now the strange thing happens: wh