[oe] [meta-oe][PATCH] php: update to 5.5.21 to fix some bugs.

2015-02-02 Thread Bian Naimeng
Signed-off-by: Bian Naimeng --- meta-oe/recipes-devtools/php/php_5.5.20.bb | 236 - meta-oe/recipes-devtools/php/php_5.5.21.bb | 236 + 2 files changed, 236 insertions(+), 236 deletions(-) delete mode 100644 meta-oe/recipes-devtools/php/php

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
On Mon, Feb 2, 2015 at 1:45 PM, Burton, Ross wrote: > > On 2 February 2015 at 18:33, Khem Raj wrote: >> >> Yeah, I am on archlinux (the other end of spectrum). Nevertheless, I have >> updated the contrib tree which fixes cross-localedef-native compile time >> issue. So you should be good >> to go

Re: [oe] [meta-raspberrypi][PATCH] layer.conf: handle dynamic layer configuration

2015-02-02 Thread coldnew . tw
Ok, I'll resend these patches. Andrei Gherzan writes: > Hello, > > On Tue, Jan 27, 2015 at 02:14:51PM +0800, Yen-Chin Lee wrote: >> Using a separate layer specific directory as meta-fsl-arm does with >> qt5-layer, this will prevent meta-raspberrypi change layer dependencies >> when add qt5 packa

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Burton, Ross
On 2 February 2015 at 18:33, Khem Raj wrote: > Yeah, I am on archlinux (the other end of spectrum). Nevertheless, I have > updated the contrib tree which fixes cross-localedef-native compile time > issue. So you should be good > to go now. > Bad news, glibc is now failing: | x86_64-poky-linux-g

Re: [oe] --should-not-have-used-

2015-02-02 Thread Paul Eggleton
Hi Armin, On Monday 02 February 2015 10:33:17 akuster808 wrote: > I am now seeing an issue in one of my recipes during configure. > > --should-not-have-used-/usr/bin/pcap-config > > > Is this indicating an issue with my recipe or with pcap? > > binconfig-disabled.bbclass comments is not very h

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:50 AM, Burton, Ross wrote: > > > On 2 February 2015 at 17:40, Khem Raj > wrote: > Yeah, you must be using a weirdly compiled gcc on your host which is > defaulting to -std < c99 and hence the problem. I have fix for that issue > already loca

[oe] --should-not-have-used-

2015-02-02 Thread akuster808
Hello, I am now seeing an issue in one of my recipes during configure. --should-not-have-used-/usr/bin/pcap-config Is this indicating an issue with my recipe or with pcap? binconfig-disabled.bbclass comments is not very helpful. regards, Armin -- ___

Re: [oe] [meta-oe][PATCH v6] p7zip: new recipe

2015-02-02 Thread Paul Eggleton
Hi Raphael, On Monday 02 February 2015 12:51:17 Raphael Freudiger wrote: > p7zip is the command line version of 7-Zip for Unix/Linux. > > Signed-off-by: Raphael Freudiger > Reviewed-By: Pascal Bach > --- > ... > +# binary is already stripped, don't strip it again > +INHIBIT_PACKAGE_STRIP = "1"

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Burton, Ross
On 2 February 2015 at 17:40, Khem Raj wrote: > Yeah, you must be using a weirdly compiled gcc on your host which is > defaulting to -std < c99 and hence the problem. I have fix for that issue > already locally. $ gcc --version gcc (Debian 4.7.2-5) 4.7.2 This is the default gcc in current Debi

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:26 AM, Burton, Ross wrote: > > Armin, > > On 2 February 2015 at 16:41, akuster > wrote: > If I knew what "testing' entailed I would through some time at this. > > "Please build your stuff with this glibc/gcc and check it still works". > anyt

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:25 AM, Burton, Ross wrote: > > > On 2 February 2015 at 10:54, Khem Raj > wrote: > On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross > wrote: > > cross-localdef-native: > > > > | In file included from glibc/locale/progr

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Burton, Ross
Armin, On 2 February 2015 at 16:41, akuster wrote: > If I knew what "testing' entailed I would through some time at this. > "Please build your stuff with this glibc/gcc and check it still works". Ross -- ___ Openembedded-devel mailing list Openembed

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Burton, Ross
On 2 February 2015 at 10:54, Khem Raj wrote: > On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross > wrote: > > cross-localdef-native: > > > > | In file included from glibc/locale/programs/locarchive.c:696:0: > > | glibc/locale/programs/../../intl/l10nflist.c: In function > > '_nl_normalize_codeset': >

[oe] [meta-games][PATCH] supertuxkart: initial recipe for v0.8.1

2015-02-02 Thread Nicolas Dechesne
* the 2 patches are needed to build against mesa 10, they are backported from upstream, since there is no new release as of yet. * tested on Snapdragon (ARMv7 + adreno GPU), running freedreno Mesa Gallium driver * Build tested for qemux86 Signed-off-by: Nicolas Dechesne --- On some distro lik

[oe] [meta-oe][PATCH v6] p7zip: new recipe

2015-02-02 Thread Raphael Freudiger
p7zip is the command line version of 7-Zip for Unix/Linux. Signed-off-by: Raphael Freudiger Reviewed-By: Pascal Bach --- meta-oe/licenses/unRAR | 41 .../p7zip/files/do_not_override_compiler.patch | 24 meta-oe/recipes-extend

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross wrote: > cross-localdef-native: > > | In file included from glibc/locale/programs/locarchive.c:696:0: > | glibc/locale/programs/../../intl/l10nflist.c: In function > '_nl_normalize_codeset': > | glibc/locale/programs/../../intl/l10nflist.c:306:12: error

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
Hi Ross Please repull. I did not push from right machine first time. Now it should be good. Thanks for quick turnaround Thanks -Khem On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross wrote: > Hi Khem, > > On 2 February 2015 at 10:02, Khem Raj wrote: >> >> I have put together upgrade to gcc 4.9.2 as

Re: [oe] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Burton, Ross
Hi Khem, On 2 February 2015 at 10:02, Khem Raj wrote: > I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( > upcoming ) on a contrib branch ( top 2 patches) its has not got much > testing besides x86 qemu thus far. > I'm seeing these failures when cherry-picking the top two commi

[oe] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
Hi All I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( upcoming ) on a contrib branch ( top 2 patches) its has not got much testing besides x86 qemu thus far. http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-glibc-upgrade I would like to request some help i

Re: [oe] [meta-oe][PATCH v5] p7zip: new recipe

2015-02-02 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raphael Freudiger schreef op 30-01-15 om 13:57: > p7zip is the command line version of 7-Zip for Unix/Linux. > +DESCRIPTION = "7-zip is a commandline utility handling 7z archives." > +HOMEPAGE = "http://www.7-zip.org/"; +LICENSE = "LGPL-2.1+ & unRAR"