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

2018-06-11 Thread Andrii Bordunov via Openembedded-core
Ping again. Thank you, Andrii On 04/12/2018 05:42 PM, Andrii Bordunov wrote: Another ping. Any comments? Or could it be just applied as is? Thank you, Andrii On 03/13/2018 07:25 PM, Andrii Bordunov wrote: Ping Rebased patch to latest master. Regarding special value for the variable, it

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

2018-04-12 Thread Andrii Bordunov
Another ping. Any comments? Or could it be just applied as is? Thank you, Andrii On 03/13/2018 07:25 PM, Andrii Bordunov wrote: Ping Rebased patch to latest master. Regarding special value for the variable, it could be done with PRIVATE_LIBS to mean all libraries, I think. PRIVATE_LIBS

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

2018-03-13 Thread Andrii Bordunov
. Thank you, Andrii On 03/16/2017 05:07 PM, Andrii Bordunov wrote: 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 s

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

2017-03-16 Thread Andrii Bordunov
Purdie wrote: 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 th

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, th

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_SHLI

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

2016-10-10 Thread Andrii Bordunov
pands EXCLUDE_FROM_SHLIBS usage, so now it's possible to set it in a style similar with RDEPENDS. For example: EXCLUDE_FROM_SHLIBS_${PN}-ptest = "1" Signed-off-by: Andrii Bordunov --- meta/classes/package.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff