All of lore.kernel.org
 help / color / mirror / Atom feed
* is oe_soinstall() from utils.bbclass actually used?
@ 2021-09-05 15:34 Robert P. J. Day
  2021-09-06  9:12 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2021-09-05 15:34 UTC (permalink / raw)
  To: OE Core mailing list


  just going over the mechanics of how shared libs are installed
properly, and noticed that while utils.bbclass defines the helper
routine oe_soinstall(), no one in my current collection of layers
seems to use it; rather, the popular choice is oe_libinstall(), which
seems to subsume the earlier routine given its "-so" option.

  is oe_soinstall() still used?

rday

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

* Re: [OE-core] is oe_soinstall() from utils.bbclass actually used?
  2021-09-05 15:34 is oe_soinstall() from utils.bbclass actually used? Robert P. J. Day
@ 2021-09-06  9:12 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2021-09-06  9:12 UTC (permalink / raw)
  To: Robert P. J. Day, OE Core mailing list

On Sun, 2021-09-05 at 11:34 -0400, Robert P. J. Day wrote:
>   just going over the mechanics of how shared libs are installed
> properly, and noticed that while utils.bbclass defines the helper
> routine oe_soinstall(), no one in my current collection of layers
> seems to use it; rather, the popular choice is oe_libinstall(), which
> seems to subsume the earlier routine given its "-so" option.
> 
>   is oe_soinstall() still used?

I doubt it is used and oe_libinstall is the preferred option now. That said,
that function could be useful and is generally harmless so I'm inclined to leave
it.

Whilst looking, I did notice oe_machinstall which looks more problematic though
and there was a small bit of dead code in oe_libinstall so I sent patches for
those.

Cheers,

Richard


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

end of thread, other threads:[~2021-09-06  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 15:34 is oe_soinstall() from utils.bbclass actually used? Robert P. J. Day
2021-09-06  9:12 ` [OE-core] " Richard Purdie

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.