[oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd

2014-04-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The packages tftpd, telnetd and rshd conflict with the ones provided by netkit, so add the corresponding -dbg packages for them to avoid the following confliction between the dbg package of inetutils and netkit: error: file /usr/sbin/.debug/in.rexecd

[oe] [meta-oe][PATCH] zsh: upgrade to 5.0.5

2014-04-02 Thread Matthieu Crapet
Recipe cleanup: - Add missing license in meta-oe/licenses - Add DESCRIPTION - Use ${BP} and ${SOURCEFORGE_MIRROR} Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta-oe/licenses/zsh | 37 +++ meta-oe/recipes-extended/zsh/zsh.inc

[oe] [meta-oe][PATCH] zsh: upgrade to 5.0.5

2014-04-02 Thread Matthieu Crapet
Recipe cleanup: - Add missing license in meta-oe/licenses - Add DESCRIPTION - Use ${BP} and ${SOURCEFORGE_MIRROR} Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta-oe/licenses/zsh | 37 +++ meta-oe/recipes-extended/zsh/zsh.inc

Re: [oe] [meta-oe][PATCH] zsh: upgrade to 5.0.5

2014-04-02 Thread Matthieu CRAPET
Forget this one, I screwed with content-type. Content-Type: text/plain; charset=y Instead of Content-Type: text/plain; charset=UTF-8 Matt -Message d'origine- DeĀ : openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part de

Re: [oe] [meta-oe][PATCH v2 1/2] gd: added upstream license file and fixed configure warnings

2014-04-02 Thread Martin Jansa
On Tue, Apr 01, 2014 at 08:47:44PM -0700, Stephen Arnold wrote: This fixes QA warnings about missing license file and stale configure options, (includes updates for freetype libpath and disables hardcoded rpaths). It shows couple of trailing whitespaces in license text, but if they are also in

[oe] [meta-networking][PATCH] stunnel: fix SRC_URI

2014-04-02 Thread Javier Viguera
Trying to build stunnel fails with: ERROR 404: Not Found. Seems that after the new release (5.x) they have moved the old tarball under a 'archive/4.x' subdirectory. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +- 1

Re: [oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd

2014-04-02 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH] inetutils: add -dbg packages for tftpd, telnetd and rshd] On 14.04.02 (Wed 15:27) jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The packages tftpd, telnetd and rshd conflict with the ones provided by

Re: [oe] [meta-networking][PATCH] stunnel: fix SRC_URI

2014-04-02 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH] stunnel: fix SRC_URI] On 14.04.02 (Wed 15:26) Javier Viguera wrote: Trying to build stunnel fails with: ERROR 404: Not Found. Seems that after the new release (5.x) they have moved the old tarball under a 'archive/4.x' subdirectory.

Re: [oe] [meta-oe][PATCH v2 1/2] gd: added upstream license file and fixed configure warnings

2014-04-02 Thread Stephen Arnold
Both license files are as-is from their respective source trees. md5sums match the LIC_FILES_CHKSUM in each of the recipes. Steve On Wed, Apr 2, 2014 at 5:50 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Apr 01, 2014 at 08:47:44PM -0700, Stephen Arnold wrote: This fixes QA

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Khem Raj
On Mon, Mar 31, 2014 at 12:01 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, Mar 31, 2014 at 12:21 PM, Paul Barker p...@paulbarker.me.uk wrote: On 30 March 2014 17:48, Khem Raj raj.k...@gmail.com wrote: On Sun, Mar 30, 2014 at 8:43 AM, Paul Barker p...@paulbarker.me.uk wrote: On 30

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Paul Barker
On 2 April 2014 17:35, Khem Raj raj.k...@gmail.com wrote: I have got core-image-minimal building for arm now. All changes are pushed to contrib tree this includes util-linux fixes too. You've fixed util-linux in a different way to me, I added qsort_r to musl whereas you've removed it's use

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Khem Raj
On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker p...@paulbarker.me.uk wrote: You've fixed util-linux in a different way to me, I added qsort_r to musl this won't fly in musl community. whereas you've removed it's use from util-linux. I'm not bothered which one we use if both work. We do now have

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Paul Barker
On 2 April 2014 18:13, Khem Raj raj.k...@gmail.com wrote: On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker p...@paulbarker.me.uk wrote: You've fixed util-linux in a different way to me, I added qsort_r to musl this won't fly in musl community. whereas you've removed it's use from util-linux.