[OE-core] [PATCH 1/1] mesa: fix cross compile failure

2011-11-15 Thread Kang Kai
the bin/mklib file in mesa source code uses commands "ar ranlib" on build machine, this causes build failed on some platform. Signed-off-by: Kang Kai --- meta/recipes-graphics/mesa/mesa-7.11.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc |2 +- .../mesa/mesa/cross

[OE-core] [PATCH 0/1] mesa: fix cross compile failure

2011-11-15 Thread Kang Kai
Hi All, the bin/mklib file in mesa source code uses commands "ar ranlib" on build machine, this causes build failed on some platform. Thanks Khem, Martin and Koen's review for previous version of this serious patch. The following changes since commit d8193f19fe94224089b0e5fc2026a843f7bd0709:

[OE-core] [PATCH v2] Introduce multiarch DISTRO_FEATURE

2011-11-15 Thread Julian Pidancet
This patch introduces a distro feature which enables gcc to produce both 32bit and 64bit code, and enables binutils to operate on both 32bit and 64bit binaries. It differs from multilib toolchains in that it does not require to compile a version of the libc for each architecture variant. However, t

Re: [OE-core] [PATCH][oe-core 14/22] libsdl: enable alsa/opengl based on PACKAGECONFIG and respect DISTRO_FEATURES

2011-11-15 Thread Martin Jansa
On Fri, Nov 11, 2011 at 05:28:50PM +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 10 +++--- > 1 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb > b/meta/recipes

[OE-core] [PATCHv2] libsdl: enable alsa based on PACKAGECONFIG and respect DISTRO_FEATURES

2011-11-15 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 17a3103..e5fdcc3 100644 --- a/meta/recipe

Re: [OE-core] [PATCH 00/12] Recipe upgrades, fixes and additions

2011-11-15 Thread Joshua Lock
On 15/11/11 13:38, Richard Purdie wrote: > On Tue, 2011-11-15 at 11:03 -0800, Saul Wold wrote: >> On 11/08/2011 06:18 AM, Richard Purdie wrote: >>> On Mon, 2011-11-07 at 16:10 -0800, Joshua Lock wrote: All, Here's a series of patches I developed whilst trying to play around with >>>

Re: [OE-core] [PATCH 00/12] Recipe upgrades, fixes and additions

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 11:03 -0800, Saul Wold wrote: > On 11/08/2011 06:18 AM, Richard Purdie wrote: > > On Mon, 2011-11-07 at 16:10 -0800, Joshua Lock wrote: > >> All, > >> > >> Here's a series of patches I developed whilst trying to play around with > >> some > >> Clutter based software. > >> > >

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Henning Heinold
On Tue, Nov 15, 2011 at 08:50:49PM +, Richard Purdie wrote: > On Tue, 2011-11-15 at 21:19 +0100, Henning Heinold wrote: > > On Tue, Nov 15, 2011 at 12:03:45PM +0100, Eric Bénard wrote: > > > Hi, > > > > > > I often meet a problem related to C++ headers which are not found > > > (despite existi

[OE-core] [CONSOLIDATED PULL 15/16] gobject-introspection: update frome meta-oe

2011-11-15 Thread Saul Wold
From: Dmitry Eremin-Solenikov OE-Core uses very old version of gobject-introspection. The recipe says 0.10.8, but in reality it's GOBJECT_INTROSPECTION_0_6_3-41-gefa7266. That version e.g. doesn't compile with python 2.7 (default in some versions), etc. Signed-off-by: Dmitry Eremin-Solenikov --

[OE-core] [CONSOLIDATED PULL 10/16] gnu-config: Create 2011111 release

2011-11-15 Thread Saul Wold
Use a yoctoproject.org based tarball since gnu-config is required very early on in the native build process, we do not want to rely on git, which can cause a circular dependency issue. Signed-off-by: Saul Wold --- .../gnu-config/gnu-config_2011.bb | 41 1

[OE-core] [CONSOLIDATED PULL 16/16] distro_tracking: Refect Recipe Updates & Status

2011-11-15 Thread Saul Wold
* libnl- NO_UPDATE_REASON due to incompatibility * zlib - has wrong version in update list (121) * libtasn1 - Update to 2.10 * pkgconfig - NO_UPDATE_REASON due to removal of glib-conf * file - update to 5.09 * dchp - New version is 4.2.3, not updated yet. * tiff - NO_UPDA

[OE-core] [CONSOLIDATED PULL 12/16] boost: Update to 1.47.0 & Cleanup

2011-11-15 Thread Saul Wold
Removed boost-jam-native since it was an older version no incompatible with boost 1.47. Modified boost to use BBCLASSEXTEND native for the bjam native binary. Removed older unused patches. Signed-off-by: Saul Wold --- meta/recipes-support/boost/boost-jam-native.inc| 32 --- .../boost/boost

[OE-core] [CONSOLIDATED PULL 14/16] screenshot: rename to sato-screenshot

2011-11-15 Thread Saul Wold
From: Dmitry Eremin-Solenikov To remove a name conflict with e17's screenshot tool (and possibly other screenshot tools, as screenshot is a generic term), rename screenshot to sato-screenshot. Signed-off-by: Dmitry Eremin-Solenikov --- .../files/fix_ldadd_order.patch|0

[OE-core] [CONSOLIDATED PULL 13/16] gcc-4.6: fix toolchain build for SH4

2011-11-15 Thread Saul Wold
From: Michael Brown Signed-off-by: Michael Brown Port patch from base openembedded. Since 4.6 already has fixes for config.gcc, the fix only requires a one line change to gcc-cross4.inc. The patch was imported from the OpenEmbedded git server (git://git.openembedded.org/openembedded) as of com

[OE-core] [CONSOLIDATED PULL 09/16] gnu-config: update to git HEAD

2011-11-15 Thread Saul Wold
Licence has update timestamp and Copyright year. This change needs a coresponding change to ASSUME_PROVIDED to add git-native Signed-off-by: Saul Wold --- .../gnu-config/config-guess-uclibc.patch | 145 +--- .../{gnu-config_20080123.bb => gnu-config_git.bb} | 15 +-

[OE-core] [CONSOLIDATED PULL 11/16] bitbake.conf: Update ASSUME_PROVIDED

2011-11-15 Thread Saul Wold
* Remove an obsolete comment about mercurial * Remove cvs-native since we have removed cvs SRC_URIs * Remove svn-native since it's subversion and we can build native correctly Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff

[OE-core] [CONSOLIDATED PULL 08/16] file: update to 5.09

2011-11-15 Thread Saul Wold
Signed-off-by: Saul Wold --- .../file/file/fix_version_check.patch | 21 .../file/{file_5.04.bb => file_5.09.bb}|9 +++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/file/file/fix_version_check.p

[OE-core] [CONSOLIDATED PULL 07/16] libgpg-error: add BBCLASSEXTEND native for libgcrypts and gnutls-native

2011-11-15 Thread Saul Wold
Signed-off-by: Saul Wold --- .../libgpg-error/libgpg-error_1.10.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb index 0c10b47..95f9e56 100644

[OE-core] [CONSOLIDATED PULL 04/16] libx11-diet: update to 1.4.4

2011-11-15 Thread Saul Wold
From: Xiaofeng Yan I remove patch "nodolt.patch" because it is no use in the new version \ and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. Signed-off-by: Xiaofeng Yan --- .../xorg-lib/libx11-diet-1.3/include_fix.patch | 25 .../x

[OE-core] [CONSOLIDATED PULL 06/16] libgcrypt: add BBCLASSEXTEND native for gnutls-native

2011-11-15 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libgcrypt/libgcrypt.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 989d556..088cd34 100644 --- a/meta/recipes-support

[OE-core] [CONSOLIDATED PULL 05/16] directfb: update to 1.4.15

2011-11-15 Thread Saul Wold
From: Xiaofeng Yan The newest version for directfb is 1.5.3 but it's instruction set base on armv6. The current qemuarm don't have some instructions for armv6 because some codes of \ the new version of directfb more than 1.5 are realized with assemble language,for example the lock. \ I update t

[OE-core] [CONSOLIDATED PULL 01/16] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI

2011-11-15 Thread Saul Wold
From: Martin Jansa * in some cases this could cause circual dependency (ie if we decide to apr_svn.bb or something like that before subversion-native in dependency tree), Saul said he had such case, but I wasn't able to reproduce it here (here it builds subversion-native-1.7.0 fine). Signe

[OE-core] [CONSOLIDATED PULL 00/16] Various Updates and Fixes

2011-11-15 Thread Saul Wold
Richard, This request has the patches to correctly build subversion-native, I tested this and ensured we do not have a circular dependency issue. I am not sure about the FILESDIR addition in the libx11-diet patch, so I would like you review of that one. Thanks Sau! The following chang

[OE-core] [CONSOLIDATED PULL 02/16] default-providers: add alsa to resolve multiple runtime providers

2011-11-15 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- meta/conf/distro/include/default-providers.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index afea5e7..79785fb 1006

[OE-core] [CONSOLIDATED PULL 03/16] apr-util: extend sed call to fix libtool patch for case without SHELL in LIBTOOL variable

2011-11-15 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- meta/recipes-support/apr/apr-util_1.3.12.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb index 0064c51..62d72cf 100644 --- a

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 21:19 +0100, Henning Heinold wrote: > On Tue, Nov 15, 2011 at 12:03:45PM +0100, Eric Bénard wrote: > > Hi, > > > > I often meet a problem related to C++ headers which are not found > > (despite existing)n often when bitbake starts compiling mysql & > > directfb. > > I tested

[OE-core] [PATCH] libconvert-asn1-perl/libtimedate-perl: Convert to use allarch

2011-11-15 Thread Richard Purdie
Both these recipes generate architecture independent packages. They can safely use the allarch class to ensure they really are indepentent from the target compiler and so forth and hence ensure sstate packages with good dependencies. [YOCTO #1075] Signed-off-by: Richard Purdie --- diff --git a/m

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Henning Heinold
On Tue, Nov 15, 2011 at 12:03:45PM +0100, Eric Bénard wrote: > Hi, > > I often meet a problem related to C++ headers which are not found > (despite existing)n often when bitbake starts compiling mysql & > directfb. > I tested on 2 build hosts (both with Core i7, one i686 ubuntu, one > x64_64 Fedor

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Daniel Lazzari
>Date: Tue, 15 Nov 2011 15:32:36 +0100 >From: Eric B?nard >Subject: Re: [OE-core] Reproducible build problem with > BB_NUMBER_THREADS=8 >To: Patches and discussions about the oe-core layer > >Message-ID: <4ec27804.7060...@eukrea.com> >Content-Type: text/plain; charset=ISO-8859-1; form

Re: [OE-core] [PATCH 00/12] Recipe upgrades, fixes and additions

2011-11-15 Thread Saul Wold
On 11/08/2011 06:18 AM, Richard Purdie wrote: On Mon, 2011-11-07 at 16:10 -0800, Joshua Lock wrote: All, Here's a series of patches I developed whilst trying to play around with some Clutter based software. The interesting pieces may be: Clutter 1.8 series recipes - do we want/need to keep clu

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Paul Eggleton
On Tuesday 15 November 2011 16:23:07 Koen Kooi wrote: > The patch here doesn't use 'x11', but 'gui' as PACKAGECONFIG. Triggering on > x11 is fine in this case. Unless I've misunderstood, PACKAGECONFIG's namespace is specific to the package; so it does not really matter what it is called. If we're

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Paul Eggleton
On Tuesday 15 November 2011 15:55:38 Koen Kooi wrote: > Op 15 nov. 2011, om 15:42 heeft Richard Purdie het volgende geschreven: > > On Tue, 2011-11-15 at 14:59 +0100, Koen Kooi wrote: > >> Op 15 nov. 2011, om 14:43 heeft Richard Purdie het volgende geschreven: > >>> To put this quite simply, I thin

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Koen Kooi
Op 15 nov. 2011, om 16:12 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-11-15 at 15:55 +0100, Koen Kooi wrote: >> Op 15 nov. 2011, om 15:42 heeft Richard Purdie het volgende geschreven: >> >>> On Tue, 2011-11-15 at 14:59 +0100, Koen Kooi wrote: Op 15 nov. 2011, om 14:43 heeft

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 15:55 +0100, Koen Kooi wrote: > Op 15 nov. 2011, om 15:42 heeft Richard Purdie het volgende geschreven: > > > On Tue, 2011-11-15 at 14:59 +0100, Koen Kooi wrote: > >> Op 15 nov. 2011, om 14:43 heeft Richard Purdie het volgende geschreven: > >>> To put this quite simply, I thi

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Koen Kooi
Op 15 nov. 2011, om 15:42 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-11-15 at 14:59 +0100, Koen Kooi wrote: >> Op 15 nov. 2011, om 14:43 heeft Richard Purdie het volgende geschreven: >>> To put this quite simply, I think there is no good reason we shouldn't >>> use the mechanism

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 14:59 +0100, Koen Kooi wrote: > Op 15 nov. 2011, om 14:43 heeft Richard Purdie het volgende geschreven: > > To put this quite simply, I think there is no good reason we shouldn't > > use the mechanism we've selected to handle this kind of problem. We > > should have defaults t

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Eric Bénard
Le 15/11/2011 12:03, Eric Bénard a écrit : - log2.txt (plain oe-core + angstrom setup to remove the doubt of my overlay being the source of the problem) : directfb fails with mkdgifft.cpp:64:16: fatal error: list: No such file or directory the file exists : build/tmp-angstrom_2010_x-eglibc/sysroo

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Koen Kooi
Op 15 nov. 2011, om 14:43 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-11-15 at 13:15 +0100, Koen Kooi wrote: >> Op 15 nov. 2011, om 12:44 heeft Paul Eggleton het volgende geschreven: >> >>> On Tuesday 15 November 2011 08:58:00 Koen Kooi wrote: Let's move this to the TSC and

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 13:15 +0100, Koen Kooi wrote: > Op 15 nov. 2011, om 12:44 heeft Paul Eggleton het volgende geschreven: > > > On Tuesday 15 November 2011 08:58:00 Koen Kooi wrote: > >> Let's move this to the TSC and see if we can get this crap removed. There > >> is > >> already an existing

Re: [OE-core] [PATCH][oe-core 00/22] QT4, thumb, subversion, mesa, libsdl, time, util-linux, kbd changes

2011-11-15 Thread Richard Purdie
On Fri, 2011-11-11 at 17:28 +0100, Martin Jansa wrote: > Martin Jansa: > libatomics-ops: force ARM mode > pulseaudio-0.9.23: force ARM mode > aspell: force ARM mode > webkit-gtk: force arm mode to work around binutils segfault > subversion: add 1.7.0 with native support and negative D_P f

Re: [OE-core] [PATCH] libnss-mdns: avoid race condition in postinst

2011-11-15 Thread Richard Purdie
On Mon, 2011-11-14 at 13:06 +, Phil Blundell wrote: > Writing to "/tmp/nsswitch.conf" leads to a race condition if two > copies of the postinst are running simultaneously. Fix this by > modifying /etc/nsswitch.conf in place using sed -i. Also make the > same change to the prerm for consistenc

Re: [OE-core] [PATCH] alsa-lib: use PKGSUFFIX for every package to resolve multiple runtime providers from target and nativesdk

2011-11-15 Thread Richard Purdie
On Mon, 2011-11-14 at 14:07 +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb | 19 +++ > 1 files changed, 11 insertions(+), 8 deletions(-) Merged to master, thanks. Richard

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Koen Kooi
Op 15 nov. 2011, om 12:44 heeft Paul Eggleton het volgende geschreven: > On Tuesday 15 November 2011 08:58:00 Koen Kooi wrote: >> Let's move this to the TSC and see if we can get this crap removed. There is >> already an existing ruling that USEFLAGS should be a last resort. I'm tired >> of yocto

Re: [OE-core] [PATCH] mime.bbclass: fix typo

2011-11-15 Thread Richard Purdie
On Mon, 2011-11-14 at 23:16 -0500, Connor Abbott wrote: > Before this patch, nautilus would fail with: > ERROR: Error executing a python function in > /home/connor/angstrom/sources/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb: > NameError: global name 'dgetVar' is not def

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Paul Eggleton
On Tuesday 15 November 2011 08:58:00 Koen Kooi wrote: > Let's move this to the TSC and see if we can get this crap removed. There is > already an existing ruling that USEFLAGS should be a last resort. I'm tired > of yocto-marketing feel good patches making life harder for people actually > using oe

[OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-11-15 Thread Eric Bénard
Hi, I often meet a problem related to C++ headers which are not found (despite existing)n often when bitbake starts compiling mysql & directfb. I tested on 2 build hosts (both with Core i7, one i686 ubuntu, one x64_64 Fedora) and manage to reproduce the problem easily with BB_NUMBER_THREADS=8 i

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 09:47 +0100, Paul Menzel wrote: > Am Montag, den 14.11.2011, 21:48 + schrieb Richard Purdie: > > On Mon, 2011-11-14 at 21:55 +0100, Koen Kooi wrote: > > > Op 14 nov. 2011, om 21:39 heeft Richard Purdie het volgende geschreven: > > > > On Mon, 2011-11-14 at 20:17 +0100, Koe

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Richard Purdie
On Tue, 2011-11-15 at 08:58 +0100, Koen Kooi wrote: > Op 14 nov. 2011, om 22:48 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-11-14 at 21:55 +0100, Koen Kooi wrote: > >> Op 14 nov. 2011, om 21:39 heeft Richard Purdie het volgende geschreven: > >>> On Mon, 2011-11-14 at 20:17 +01

[OE-core] [PATCH 0/1] libx11-diet: update to 1.4.4

2011-11-15 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I have modified my fault according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/libx11-diet Thanks, Xiaofen

[OE-core] [PATCH 1/1] libx11-diet: update to 1.4.4

2011-11-15 Thread Xiaofeng Yan
From: Xiaofeng Yan The main changes are as follow: * Remove patch "nodolt.patch" because it is no use in the new version * Change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. * Remove --without-xcb from EXTRA_OECONF because xcb is a necessary item for new version.

Re: [OE-core] [PATCH 3/4] distcc: make distccmon-gnome optional and default to off

2011-11-15 Thread Paul Menzel
Am Montag, den 14.11.2011, 21:48 + schrieb Richard Purdie: > On Mon, 2011-11-14 at 21:55 +0100, Koen Kooi wrote: > > Op 14 nov. 2011, om 21:39 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-11-14 at 20:17 +0100, Koen Kooi wrote: > > >> I think splitting distccmon-gnome into a

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-15 Thread Dmitry Eremin-Solenikov
On 11/04/2011 10:18 PM, Koen Kooi wrote: Op 4 nov. 2011, om 18:52 heeft Paul Eggleton het volgende geschreven: If the user has set their own value for IMAGE_FSTYPES, they may have disabled the cpio.gz image type, preventing the initramfs from being produced in the format that image-live.bbclas

Re: [OE-core] Build failure in samba

2011-11-15 Thread Koen Kooi
Op 15 nov. 2011, om 01:11 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-11-14 at 18:47 -0500, Philip Balister wrote: >> Anyone have an idea about this failure building samba? >> >> http://pastebin.com/5PGX6MZr >> >> I'm going to look more tomorrow, just hoping someone sees someth