All of lore.kernel.org
 help / color / mirror / Atom feed
* Avoiding registration as shlib provider
@ 2014-03-17  9:05 Carlos Rafael Giani
  2014-03-17  9:22 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Rafael Giani @ 2014-03-17  9:05 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I have noticed the problem with GStreamer in current master: the many 
"xyz was registered as shlib provider" warnings.
Actually, it makes no sense to register the plugins, since they are, 
well, plugins. No other package must have a hard dependency on any of 
them. So, it would make sense to disable registration for the plugins. 
Is this possible?

cheers


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

* Re: Avoiding registration as shlib provider
  2014-03-17  9:05 Avoiding registration as shlib provider Carlos Rafael Giani
@ 2014-03-17  9:22 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-03-17  9:22 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

On Mon, Mar 17, 2014 at 10:05:13AM +0100, Carlos Rafael Giani wrote:
> Hello,
> 
> I have noticed the problem with GStreamer in current master: the many 
> "xyz was registered as shlib provider" warnings.
> Actually, it makes no sense to register the plugins, since they are, 
> well, plugins. No other package must have a hard dependency on any of 
> them. So, it would make sense to disable registration for the plugins. 
> Is this possible?

Yes it makes sense and it's possible by listing them in PRIVATE_LIBS
(PRIVATE_LIBS_${PN}-foo)

If you dont want to list them one-by-one than you'll have to wait for
http://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/shlib-providers&id=6bbe2582ecf4a6a8fb667e06b3a7bcbf917597a2

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2014-03-17  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-17  9:05 Avoiding registration as shlib provider Carlos Rafael Giani
2014-03-17  9:22 ` Martin Jansa

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.