Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-21 Thread Burton, Ross
On 21 May 2015 at 08:31, Matthieu CRAPET wrote: > I didn’t know such a function was existing. You can use it of course, it’s > much better. > > I found the (obscure) regexp in libcgroup recipe, it could be updated too. > > > > Is it worth it I send a v2 patch ? > I already sent it, but thanks fo

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-21 Thread Matthieu CRAPET
2015 16:42 À : Matthieu CRAPET Cc : openembedded-core@lists.openembedded.org Objet : Re: [OE-core] [PATCH] zlib: minor symbolic link issue On 20 May 2015 at 10:47, Matthieu CRAPET mailto:matthieu.cra...@ingenico.com>> wrote: Just tell me if something is wrong, I can provide a v2 patch. No, i

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 10:47, Matthieu CRAPET wrote: > Just tell me if something is wrong, I can provide a v2 patch. > No, it just slipped through the cracks. That regex looked a bit obscure, and there's a Python function we provide that uses the Python standard library to do the same thing, so I en

Re: [OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-20 Thread Matthieu CRAPET
:14 À : openembedded-core@lists.openembedded.org Objet : [OE-core] [PATCH] zlib: minor symbolic link issue libz.so symbolic link created in ${libdir} is ../..//lib/libz.so.1.2.8 Make it cleaner and generic (idea comes from libcgroup recipe). Signed-off-by: Matthieu Crapet --- meta/recipes-core

[OE-core] [PATCH] zlib: minor symbolic link issue

2015-05-05 Thread Matthieu Crapet
libz.so symbolic link created in ${libdir} is ../..//lib/libz.so.1.2.8 Make it cleaner and generic (idea comes from libcgroup recipe). Signed-off-by: Matthieu Crapet --- meta/recipes-core/zlib/zlib_1.2.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core