Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2017-03-16 Thread Andrii Bordunov
Hi Richard, Sorry, my Python knowledge is quite basic. I'm sure it's possible to have a (global?) EXCLUDE_FROM_SHLIBS list holding subpackage names, but how it could lead to performance improvement? It would also need some check for every subpackage. Could you please give more details? And

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-16 Thread Richard Purdie
On Mon, 2016-10-10 at 20:02 +0300, Andrii Bordunov wrote: > Some packages containing shared libraries might be registered > as shlib providers when they shouldn't (for example, the lib is for > their private use and must not generate any dependency). > > EXCLUDE_FROM_SHLIBS is targeted at that,

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-16 Thread Burton, Ross
On 15 November 2016 at 15:05, Andrii Bordunov wrote: > Ping-2. Guys? Anything? > Sorry, missed this. It looks reasonable and doesn't introduce any changes to existing packaging, so it's in my queue now. Ross -- ___

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-15 Thread Andrii Bordunov
Ping-2. Guys? Anything? Thank you, Andrii On 19.10.16 16:58, Andrii Bordunov wrote: Ping? Any comments? Thank you, Andrii On 10.10.16 20:02, Andrii Bordunov wrote: Some packages containing shared libraries might be registered as shlib providers when they shouldn't (for example, the lib

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-10-19 Thread Andrii Bordunov
Ping? Any comments? Thank you, Andrii On 10.10.16 20:02, Andrii Bordunov wrote: Some packages containing shared libraries might be registered as shlib providers when they shouldn't (for example, the lib is for their private use and must not generate any dependency). EXCLUDE_FROM_SHLIBS is

[OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-10-10 Thread Andrii Bordunov
Some packages containing shared libraries might be registered as shlib providers when they shouldn't (for example, the lib is for their private use and must not generate any dependency). EXCLUDE_FROM_SHLIBS is targeted at that, but it could be set for entire recipe only. This patch expands