Re: [yocto] confusion about DEPENDS vs RDEPENDS vs PROVIDES

2016-10-20 Thread Burton, Ross
On 20 October 2016 at 13:06, 윤영석 wrote: > Is there anyone who explain to me..? > > The documentation covers these: http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PROVIDES http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-DEPENDS http://www.yoctoprojec

[yocto] confusion about DEPENDS vs RDEPENDS vs PROVIDES

2016-10-20 Thread 윤영석
Hi, Is there anyone who explain to me..? thanks -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-09-02 Thread Paul Eggleton
Hi Lothar, On Monday 02 September 2013 15:17:28 lot...@denx.de wrote: > I followed this very interesting thread, and have a question on the last > statement, just for understanding: > > Are the limitations you are explaining here, the same as mentioned in... > http://www.yoctoproject.org/docs/cur

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-09-02 Thread lothar
Hello Paul, I followed this very interesting thread, and have a question on the last statement, just for understanding: Are the limitations you are explaining here, the same as mentioned in... http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html ...under "Checksums (Signatures

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-29 Thread Paul Eggleton
Hi Paul / Nicolas, On Wednesday 28 August 2013 15:15:27 Paul D. DeRocco wrote: > From: Nicolas Dechesne > > if the source code changes, the version of the recipe needs > > to change too. if you change the source code without bumping > > the version, the package might not be rebuilt properly > > in

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-29 Thread Hans Beckérus
Hi Paul, On Thu, Aug 29, 2013 at 10:58 AM, Paul Eggleton wrote: > Hi Hans, > > On Wednesday 28 August 2013 21:22:36 Hans Beckerus wrote: >> On 2013-08-28 6:06, Paul Eggleton wrote: >> > On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: >> >> Hi, I am a little bit confused about how to han

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-29 Thread Paul Eggleton
Hi Hans, On Wednesday 28 August 2013 21:22:36 Hans Beckerus wrote: > On 2013-08-28 6:06, Paul Eggleton wrote: > > On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: > >> Hi, I am a little bit confused about how to handle these two and what > >> they are supposed to solve. I have so far neve

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul D. DeRocco
> From: Nicolas Dechesne > > if the source code changes, the version of the recipe needs > to change too. if you change the source code without bumping > the version, the package might not be rebuilt properly > indeed. and that can explain the behavior you are seeing. if > 'someapp' does not c

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Nicolas Dechesne
On Wed, Aug 28, 2013 at 9:22 PM, Hans Beckerus wrote: > Well, I have been struggling before with packages not properly supporting > different build and source folders so I can definitely relate to what you > are saying. But, does that mean I actually *have* to do it this way for > build dependenci

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Hans Beckerus
On 2013-08-28 6:06, Paul Eggleton wrote: Hi Hans, On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: Hi, I am a little bit confused about how to handle these two and what they are supposed to solve. I have so far never used RDEPENDS but only DEPENDS. DEPENDS means a build-time dependenc

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul Eggleton
Hi Hans, On Wednesday 28 August 2013 17:08:41 Hans Beckérus wrote: > Hi, I am a little bit confused about how to handle these two and what > they are supposed to solve. I have so far never used RDEPENDS but only > DEPENDS. DEPENDS means a build-time dependency i.e. between recipes, RDEPENDS means

[yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Hans Beckérus
Hi, I am a little bit confused about how to handle these two and what they are supposed to solve. I have so far never used RDEPENDS but only DEPENDS. But I am also having severe problems when building a rootfs image when one of my user space libraries are changed from eg. libfoo.so.1 to libfoo.so.3