All of lore.kernel.org
 help / color / mirror / Atom feed
* confusion about DEPENDS vs RDEPENDS
@ 2013-08-28 15:08 Hans Beckérus
  2013-08-28 16:06 ` Paul Eggleton
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Beckérus @ 2013-08-28 15:08 UTC (permalink / raw)
  To: yocto@yoctoproject.org

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. Even though all my packages that have dependencies to it
includes it in a DEPENDS.
The error I get during rootfs build is:

| Computing transaction...error: Can't install
someapp-1.0-r0@cortexa9_vfp: no package provides libfoo.so.1

But there is no libfoo.so.1 in my sysroot, it has been replaced by libfoo.so.3.
I know for sure that 'someapp' was rebuilt, but still I got the error message.
What do seem to help is to force a fetch of 'someapp' and then rebuild
which sort of indicates that some garbage was left behind. But having
a package listed in DEPENDS will not force a new fetch if I am not
mistaken.

Have I been using the DEPENDS variable incorrectly? Would it make a
difference if I used RDEPENDS instead?

Thanks.
Hans


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

end of thread, other threads:[~2013-09-02 14:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 15:08 confusion about DEPENDS vs RDEPENDS Hans Beckérus
2013-08-28 16:06 ` Paul Eggleton
2013-08-28 19:22   ` Hans Beckerus
2013-08-28 21:22     ` Nicolas Dechesne
2013-08-28 22:15       ` Paul D. DeRocco
2013-08-29 10:54         ` Paul Eggleton
2013-09-02 13:17           ` lothar
2013-09-02 14:14             ` Paul Eggleton
2013-08-29  8:58     ` Paul Eggleton
2013-08-29 10:24       ` Hans Beckérus

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.