Re: [OE-core] [PATCH] pigz: Update to upstream version 2.2.5

2012-08-09 Thread Björn Stenberg
--- meta/recipes-extended/pigz/pigz_2.2.4.bb | 11 --- meta/recipes-extended/pigz/pigz_2.2.5.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-extended/pigz/pigz_2.2.4.bb create mode 100644 meta/recipes-extended/pigz/pigz_2.2.5.bb

[OE-core] [PATCH] grub: Update to upstream stable 2.00

2012-08-09 Thread Radu Moisan
Signed-off-by: Radu Moisan --- ...rub-1.99-gcc-4.7.0-strict-aliasing-errors.patch | 147 ...b-1.99-gcc-4.7.0-uninitialized-var-errors.patch | 41 - .../grub/files/grub-1.99-gcc-4.7.0.patch | 34 .../files/grub-1.99_fix_for_automake_1.11.2.patch | 179 ---

[OE-core] [PATCH 0/1] fetch2/__init__.py: add an "auto" policy for BB_SRCREV_POLICY

2012-08-09 Thread Robert Yang
The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/autorev http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rober

[OE-core] [PATCH 1/1] fetch2/__init__.py: add an "auto" policy for BB_SRCREV_POLICY

2012-08-09 Thread Robert Yang
The newly added "auto" policy is used for the SRCREV="${AUTOREV}" recipe, the current BB_SRCREV_POLICY are: "clear" (default) and "cache": * When "clear", the "AUTOREV" recipe will not be cached in bb_cache.dat * When "cache", the "AUTOREV" would be cached in bb_cache.dat, but it doesn't try to

Re: [OE-core] [PATCH 0/1] fetch2/__init__.py: add an "auto" policy for BB_SRCREV_POLICY

2012-08-09 Thread Robert Yang
Sorry, please ignore this one, it should go to bitbake-devel. // Robert On 08/09/2012 04:54 PM, Robert Yang wrote: The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) are available in the git repositor

Re: [OE-core] [PATCH 1/1] at 3.1.13: get 'at' depends on 'flex-native' explicitly

2012-08-09 Thread Paul Eggleton
On Thursday 09 August 2012 10:59:15 wenzong@windriver.com wrote: > From: Wenzong Fan > > 'at' needs flex to generate source file lex.yy.c, but it doesn't > depend on flex-native directly; This maybe cause a do_compile > failure if flex-native is not built or included in project. > > Error me

Re: [OE-core] binutils 2.23 call for testing the recipes

2012-08-09 Thread Martin Jansa
On Wed, Aug 08, 2012 at 10:45:19AM -0700, Khem Raj wrote: > Hi > > Binutils 2.23 branch has started upstream. Given that toolchain > components require a lot of soak time, I have created the recipes > for binutils 2.23 and pushed it here > > http://git.openembedded.org/openembedded-core-contrib/l

[OE-core] DNS breakage

2012-08-09 Thread Phil Blundell
There seems to be something wrong with the DNS record for lists.openembedded.org at the moment which is causing posts to the mailing list to fail. Until this is fixed, please send mail to openembedded-c...@lists.linuxtogo.org instead of the usual address. Incidentally, if anybody knows who change

Re: [OE-core] [PATCH 1/1] grub-1.99: Add flex-native to DEPENDS

2012-08-09 Thread Saul Wold
On 08/08/2012 10:42 AM, xin.ouy...@windriver.com wrote: From: Xin Ouyang [YOCTO #2916] Signed-off-by: Xin Ouyang --- meta/recipes-bsp/grub/grub_1.99.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/gru

Re: [OE-core] [PATCH 1/1] sysfsutils: install libs to base_libdir

2012-08-09 Thread Saul Wold
On 08/09/2012 06:19 AM, wenzong fan wrote: On 08/08/2012 04:44 PM, Koen Kooi wrote: Op 8 aug. 2012, om 08:09 heeft wenzong fan het volgende geschreven: On 08/07/2012 08:23 PM, Koen Kooi wrote: Op 7 aug. 2012, om 14:14 heeft wenzong@windriver.com het volgende geschreven: From: Wenzong

Re: [OE-core] [PATCH] pigz: Update to upstream version 2.2.5

2012-08-09 Thread Saul Wold
On 08/09/2012 10:17 AM, Björn Stenberg wrote: --- meta/recipes-extended/pigz/pigz_2.2.4.bb | 11 --- meta/recipes-extended/pigz/pigz_2.2.5.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-extended/pigz/pigz_2.2.4.bb create

Re: [OE-core] [PATCH 1/1] at 3.1.13: get 'at' depends on 'flex-native' explicitly

2012-08-09 Thread Saul Wold
On 08/09/2012 05:59 AM, wenzong@windriver.com wrote: From: Wenzong Fan 'at' needs flex to generate source file lex.yy.c, but it doesn't depend on flex-native directly; This maybe cause a do_compile failure if flex-native is not built or included in project. Error message is: error: le

[OE-core] [PATCH V2] gcc: Switch SRC_URI to use svn

2012-08-09 Thread Khem Raj
svn tar balls are 96M as compared to 1.3G git tars its unnessary to suck in that much of data. Fixes [YOCTO #2908] Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.7.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.7

Re: [OE-core] [PATCH V2] gstreamer: gst-ffmpeg: fix build issues for libav

2012-08-09 Thread Derek Buitenhuis
On 08/08/2012 2:49 PM, Yao Zhao wrote: > 1.The included libav configure is not generated by autotools > modify recipe to use correct toolchain wrapper with configure configure options you may or may not be missing: --enable-cross-compile --cross-prefix (probably not needed, since you set

Re: [OE-core] binutils 2.23 call for testing the recipes

2012-08-09 Thread Khem Raj
On Thu, Aug 9, 2012 at 6:10 AM, Martin Jansa wrote: > On Wed, Aug 08, 2012 at 10:45:19AM -0700, Khem Raj wrote: >> Hi >> >> Binutils 2.23 branch has started upstream. Given that toolchain >> components require a lot of soak time, I have created the recipes >> for binutils 2.23 and pushed it here >

Re: [OE-core] binutils 2.23 call for testing the recipes

2012-08-09 Thread Martin Jansa
On Thu, Aug 09, 2012 at 07:53:43AM -0700, Khem Raj wrote: > On Thu, Aug 9, 2012 at 6:10 AM, Martin Jansa wrote: > > On Wed, Aug 08, 2012 at 10:45:19AM -0700, Khem Raj wrote: > >> Hi > >> > >> Binutils 2.23 branch has started upstream. Given that toolchain > >> components require a lot of soak time

Re: [OE-core] [PATCH] pimlico: Remove

2012-08-09 Thread Paul Eggleton
On Thursday 09 August 2012 16:06:29 Ross Burton wrote: > Remove the Pimlico applications (Contacts, Dates, Tasks) and associated > libraries, features, documentation and tasks. oe-core isn't a reference PIM > stack, so we don't need this. > > Signed-off-by: Ross Burton > --- > documentation/dev

Re: [OE-core] [PATCH] pimlico: Remove

2012-08-09 Thread Burton, Ross
On 9 August 2012 16:13, Paul Eggleton wrote: > On Thursday 09 August 2012 16:06:29 Ross Burton wrote: >> Remove the Pimlico applications (Contacts, Dates, Tasks) and associated >> libraries, features, documentation and tasks. oe-core isn't a reference PIM >> stack, so we don't need this. >> >> Si

Re: [OE-core] Replacing Web in Sato with Midori

2012-08-09 Thread Martin Jansa
On Wed, Aug 08, 2012 at 01:48:18PM +0100, Richard Purdie wrote: > On Wed, 2012-08-08 at 14:36 +0200, Martin Jansa wrote: > > On Wed, Aug 08, 2012 at 01:23:08PM +0100, Richard Purdie wrote: > > > On Wed, 2012-08-08 at 12:01 +0200, Koen Kooi wrote: > > > > Op 8 aug. 2012, om 10:41 heeft "Burton, Ross

[OE-core] [PATCH 1/2] man: fix RDEPENDS and reformat recipe

2012-08-09 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-extended/man/man_1.6f.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index ee3d648..b35621a 100644 --- a/meta/recipes-extended/man/man_1.6f.bb

[OE-core] [PATCH 2/2] man: make man actually work by installing custom man.config

2012-08-09 Thread Koen Kooi
The default man.conf is named wrong and doesn't work. It references gtbl, while groff installs tbl and other things. This man.conf is imported from OE classic and runtime tested on angstrom. Before: root@beaglebone:~# man man sh: /usr/bin/gtbl: No such file or directory sh: line 0: echo: write

Re: [OE-core] [PATCH] linux-yocto-3.4: Disable extra slang header search path

2012-08-09 Thread McClintock Matthew-B29882
On Tue, Aug 7, 2012 at 9:30 PM, Bruce Ashfield wrote: > On Tue, Aug 7, 2012 at 10:25 PM, McClintock Matthew-B29882 > wrote: >> On Tue, Aug 7, 2012 at 9:22 PM, Bruce Ashfield >> wrote: >>> On Tue, Aug 7, 2012 at 10:18 PM, Bruce Ashfield >>> wrote: On 12-08-07 10:16 PM, McClintock Matthew-B2

Re: [OE-core] [PATCH] linux-yocto-3.4: Disable extra slang header search path

2012-08-09 Thread Bruce Ashfield
On Thu, Aug 9, 2012 at 3:17 PM, McClintock Matthew-B29882 wrote: > On Tue, Aug 7, 2012 at 9:30 PM, Bruce Ashfield > wrote: >> On Tue, Aug 7, 2012 at 10:25 PM, McClintock Matthew-B29882 >> wrote: >>> On Tue, Aug 7, 2012 at 9:22 PM, Bruce Ashfield >>> wrote: On Tue, Aug 7, 2012 at 10:18 PM,

Re: [OE-core] [PATCH] pimlico: Remove

2012-08-09 Thread Burton, Ross
On 9 August 2012 16:15, Burton, Ross wrote: > Damn, I split out the meta-yocto changes already. Pretend these don't > exist, I'll fix up the branch tonight. Okay, ross/sato on poky-contrib consists of three commits, the first of which is for oe-core and the second two are for meta-yocto. Ross

Re: [OE-core] [PATCH 1/1] at 3.1.13: get 'at' depends on 'flex-native' explicitly

2012-08-09 Thread wenzong fan
On 08/09/2012 09:01 PM, Paul Eggleton wrote: On Thursday 09 August 2012 10:59:15 wenzong@windriver.com wrote: From: Wenzong Fan 'at' needs flex to generate source file lex.yy.c, but it doesn't depend on flex-native directly; This maybe cause a do_compile failure if flex-native is not built

Re: [OE-core] [PATCH 1/1] sysfsutils: install libs to base_libdir

2012-08-09 Thread wenzong fan
ut we are looking for. Re-send this because oe-core list was broken yesterday. Saul, Thanks for let me know this, it's really cool. The buildhistory diff are: -- commit b6d84f2a1f755e391596e9a6a38167a6c0657b0a Author: buildhistory Date: Thu Aug 9 20:37:23 2012 +0800 pack