Re: [OE-core] [oe-core][PATCH 02/13] xserver-xf86-dri-lite: remove COMPATIBLE_HOST

2011-10-04 Thread Martin Jansa
On Mon, Oct 03, 2011 at 01:10:02PM -0700, Khem Raj wrote: > On 9/30/2011 12:27 AM, Martin Jansa wrote: > > * ie om-gta02 has mesa-dri module too > > > > Signed-off-by: Martin Jansa > > --- > > .../xorg-xserver/xserver-xf86-dri-lite.inc |3 --- > > 1 files changed, 0 insertions(+), 3

Re: [OE-core] [oe-core][PATCHv2 04/30] xf86-video-omapfb: bump SRCREV and add patch from meta-oe

2011-10-04 Thread Martin Jansa
On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote: > On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: > > From: Martin Jansa > > > > Signed-off-by: Martin Jansa > > Signed-off-by: Richard Purdie > > Signed-off-by: Martin Jansa > > --- Sorry about 3 SOB lines... it's because

Re: [OE-core] [oe-core][PATCHv2 04/30] xf86-video-omapfb: bump SRCREV and add patch from meta-oe

2011-10-04 Thread Phil Blundell
On Tue, 2011-10-04 at 09:28 +0200, Martin Jansa wrote: > On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote: > > And, finally, if this is an OMAP-specific driver, why is it in oe-core > > in the first place? I would have thought it would be better placed in > > meta-ti or some such laye

Re: [OE-core] [oe-core][PATCHv2 00/30] Xorg related changes

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: > this patchset brings meta-oe and oe-core xorg stuff together and most of > xorg recipes will be removed from meta-oe (sending another pull request now). Did anything in the first seven patches of this series change compared to what I have qu

Re: [OE-core] [oe-core][PATCHv2 00/30] Xorg related changes

2011-10-04 Thread Martin Jansa
On Tue, Oct 04, 2011 at 11:23:09AM +0100, Richard Purdie wrote: > On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: > > this patchset brings meta-oe and oe-core xorg stuff together and most of > > xorg recipes will be removed from meta-oe (sending another pull request > > now). > > Did anyth

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 17:47 +0100, Phil Blundell wrote: > The sstate_clean() function in sstate.bbclass is doing (inter alia): > > stfile = d.getVar("STAMP", True) + ".do_" + ss['task'] > [...] > oe.path.remove(stfile + ".*") > oe.path.remove(stfile + "_setscene" + ".*") > > which

Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-04 Thread Koen Kooi
Op 30 sep. 2011 om 13:37 heeft Martin Jansa het volgende geschreven: > On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: >> From: Nitin A Kamble >> >> Rebased these patches to the newer code >>modified: python-native/nohostlibs.patch >>modified: python/01-

Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-04 Thread Martin Jansa
On Tue, Oct 04, 2011 at 06:03:16AM -0500, Koen Kooi wrote: > > > Op 30 sep. 2011 om 13:37 heeft Martin Jansa het > volgende geschreven: > > > On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: > >> From: Nitin A Kamble > >> > >> Rebased these patches to the newer code

Re: [OE-core] [oe-core][PATCHv2 26/30] glx-use-tls: add from meta-oe layer

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 17:09 +0200, Martin Jansa wrote: > On Mon, Oct 03, 2011 at 04:02:10PM +0100, Phil Blundell wrote: > > Can you add some commentary explaining why this is necessary -- i.e. > > what exactly is lacking in uClibc to mean it doesn't have "prober TLS > > support"? > > I'm not using

[OE-core] autotools.bbclass: Allow dependency tracking option to be easily overridden

2011-10-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff27842..a4ce851 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ --inf

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed > > >> ERROR: Task 7 > > >> (/home/Superandy/data/oe-core/sources/openembedded-core/meta/recipes-sato/we

Re: [OE-core] [PATCH 0/7] Qt4 upgrade/fixes

2011-10-04 Thread Richard Purdie
On Sun, 2011-10-02 at 22:45 +0400, Dmitry Eremin-Solenikov wrote: > On 09/30/2011 08:57 PM, Richard Purdie wrote: > > On Fri, 2011-09-30 at 17:33 +0100, Paul Eggleton wrote: > >> This is a pull request for Eric Bénard's qt4_upgrade branch, including > >> an update of Qt to 4.7.4 (preserving 4.7.3 u

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Phil Blundell
On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote: > I think we need to teach this clean function about stamp-extra-info and > instead of stfile + ".*", remove stfile + ".*." + stamp-extra-info if > stamp-extra-info is set. That would likely fix the problem you're > seeing. Okay, thanks. I

Re: [OE-core] [PATCH 1/2] attr/acl: add SSTATEPOSTINSTFUNC

2011-10-04 Thread Phil Blundell
On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote: > +fix_symlink () { > + # Remove bad symlinks & create the correct symlinks > + if test -L ${libdir}/lib${BPN}.so ; then > + rm -rf ${libdir}/lib${BPN}.so > + ln -sf ${base_libdir}/lib${BPN}.so ${libdir}/lib${BPN}.s

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 16:03 +0100, Phil Blundell wrote: > On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote: > > I think we need to teach this clean function about stamp-extra-info and > > instead of stfile + ".*", remove stfile + ".*." + stamp-extra-info if > > stamp-extra-info is set. That

Re: [OE-core] autotools.bbclass: Allow dependency tracking option to be easily overridden

2011-10-04 Thread Khem Raj
On 10/4/2011 5:38 AM, Richard Purdie wrote: Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff27842..a4ce851 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -64,8 +64,10 @@ CONFIGUREOPTS = " -

[OE-core] [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

2011-10-04 Thread Khem Raj
The existing instruction to tackle RPC: Authentication error; why = Client credential too weak Are not applicable to ubuntu 11.10 especially Therefore add the magic needed for ubuntu 11.10 Signed-off-by: Khem Raj --- scripts/runqemu-export-rootfs |3 +++ 1 files changed, 3 insertions(+), 0

[OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Philip Balister
I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Should I add task-proper-tools to meta-oe, or is there a better way to add a full f

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Klaus 'mrmoku' Kurzmann
Hello, On Mon, 03 Oct 2011, Khem Raj wrote: > On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: > >From: Klaus Kurzmann > > > >* Without this patch programs using alsa-lib crash (alsamixer for example). > >* This patch is taken verbatim from ArchLinux. > > > can you add appropriate header for th

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Khem Raj
On Tue, Oct 4, 2011 at 12:58 PM, Philip Balister wrote: > I'm about to start bringing some images I use from OE to OE-core. The first > issue I saw is there is no task-proper-tools in oe-core (where oe-core means > the set of layers created by the Angstrom setup scripts). > > Should I add task-pro

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Khem Raj
On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann wrote: > Hello, > > On Mon, 03 Oct 2011, Khem Raj wrote: > >> On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: >> >From: Klaus Kurzmann >> > >> >* Without this patch programs using alsa-lib crash (alsamixer for example). >> >* This patch is

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Saul Wold
On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Philip, Have you looked at task-core

[OE-core] OE Changelog for 2011-09-26 to 2011-10-3

2011-10-04 Thread cliff . brake
Changelog for 2011-09-26 to 2011-10-3. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/m

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Philip Balister
On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 15:58 -0400, Philip Balister wrote: > I'm about to start bringing some images I use from OE to OE-core. The > first issue I saw is there is no task-proper-tools in oe-core (where > oe-core means the set of layers created by the Angstrom setup scripts). > > Should I add task

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Saul Wold
On 10/04/2011 01:27 PM, Philip Balister wrote: On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set

[OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Otavio Salvador
Hello, Today's tip fails with: Log data follows: | NOTE: Applying patch 'no-werror.patch' (openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch) | xterm Xt error: Can't open display: | xterm: DISPLAY is not set | ERROR: Error executing a python function in /home/otavio/hacking/ossyste

Re: [OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Otavio Salvador
On Tue, Oct 4, 2011 at 17:40, Otavio Salvador wrote: ... > Log data follows: > | NOTE: Applying patch 'no-werror.patch' > (openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch) ... > /home/otavio/hacking/ossystems/embedded-linux/openembedded-core/meta/recipes-devtools/gdb/gdb-cross-cana

Re: [OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Kamble, Nitin A
> -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Tuesday, October 04, 2011 1:48 PM > To: Patches and discussions about the oe-core layer; Kamble, Nitin A > Subject: Re: gdb-cross-canadian fails to build > > O

[OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
Richard/Saul, Apologies to anyone that prefers these to be pushed out on top of oe-core, but my machine with those repos went down today and I wanted to get these out quickly, so this is based on top of my yocto/poky tree. I've also had to do this on top of my master branch (hence why you see the

[OE-core] [PATCH 1/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
Updating the meta SRCREV to import a series of changes to synchronize live booting between multiple targets: d05450e meta/fri2: enable booting from iso 3da7d2a meta/fishriver: enable booting from iso 52e1c49 meta/emenlow: enable booting from iso 87918ae meta/crownbay: enable booting from i

Re: [OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Tom Zanussi
Thanks, Bruce. And the SRCREVs have now also been updated for meta-intel/master and meta-intel/edison. Tom On Tue, 2011-10-04 at 14:08 -0700, Bruce Ashfield wrote: > Richard/Saul, > > Apologies to anyone that prefers these to be pushed out on top of oe-core, > but my machine with those repos we

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-04 Thread McClintock Matthew-B29882
On Mon, Oct 3, 2011 at 2:04 PM, Martin Jansa wrote: >> Sorry, I'm not sure I follow. Are you referring to all the other stuff >> in the old openembedded? I'm not following this package particularly >> closely. > > just see diff oe-core/meta/recipes*/libnl* and > meta-openembedded/meta-oe/recipes*

Re: [OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 17:08 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Apologies to anyone that prefers these to be pushed out on top of oe-core, > but my machine with those repos went down today and I wanted to get these > out quickly, so this is based on top of my yocto/poky tree. I've als

Re: [OE-core] [PATCH v2 10/16] Fix mdadm for powerpc64

2011-10-04 Thread McClintock Matthew-B29882
On Mon, Oct 3, 2011 at 4:17 PM, Khem Raj wrote: >> I can't find a log of this anywhere, it's probably the default >> compiler warnings for our platform are different? > > It would be handy to understand them since I dont see gcc differentiating > formats between ppc64 and x86_64 which both are 64b

Re: [OE-core] [PATCH 0/3] Minor and trivial fixes

2011-10-04 Thread Richard Purdie
On Sun, 2011-10-02 at 18:15 +, Otavio Salvador wrote: > The following changes since commit c54c1280fc0d06a53e23339c3913ec88eead13d9: > > base.bbclass: Drop unneeded dependency (2011-09-30 11:34:44 +0100) > > are available in the git repository at: > git://github.com/OSSystems/oe-core mast

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-04 Thread Richard Purdie
On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote: > On Fri, Sep 30, 2011 at 14:09, Richard Purdie > wrote: > ... > > Thanks. I've taken the two patches. I'd love to get rid of hal, in fact > > its on my list of things that need to migrate out of OE-Core... > ... > > From default images th

[OE-core] [PATCH 4/6] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-10-04 Thread Matthew McClintock
From: Kumar Gala If a SOCKS5 gateway is needed for a proxy access like git it might also require authentication to the proxy via a password and username. Adding SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation of the authentication request to occur when something like a git

[OE-core] [PATCH 6/6] Bring libnl up to date with meta-openebedded

2011-10-04 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- This is a blind copy of libnl-2.0 from meta-openembedded Not sure how to completly verify this is working, feel free to squash the previous patch with this one .../libnl/libnl-2.0/fix-makefile.patch | 32 meta/recipes-supp

[OE-core] [PATCH 3/6] Add new IMAGE_CLASSES variable for classes for image generation

2011-10-04 Thread Matthew McClintock
Allows us to import classes only for images and not to the global namespace Signed-off-by: Matthew McClintock --- Work around to solve issue from this thread: https://lists.yoctoproject.org/pipermail/yocto/2011-September/005059.html meta/classes/image.bbclass |3 ++- 1 files changed, 2 ins

[OE-core] [PATCH 2/6] Fix perl for powerpc64 build

2011-10-04 Thread Matthew McClintock
Build environment for ARCH was set to powerpc on a powerpc64 build, this adds an override to set this to powerpc64 when doing this type of build Signed-off-by: Matthew McClintock --- No comments on original patch: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/010340.html

[OE-core] [PATCH 1/6] Fix mdadm for powerpc64

2011-10-04 Thread Matthew McClintock
This fixes build failures from build warnings on powerpc64 Signed-off-by: Matthew McClintock --- Replied to feedback on messsage about compilation errors seen. Not sure why x86_64 is not seeing this currently meta/recipes-extended/mdadm/mdadm_3.2.2.bb |3 ++- 1 files changed, 2 insertions(+

Re: [OE-core] [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 12:32 -0700, Khem Raj wrote: > The existing instruction to tackle > RPC: Authentication error; why = Client credential too weak > Are not applicable to ubuntu 11.10 especially > > Therefore add the magic needed for ubuntu 11.10 > > Signed-off-by: Khem Raj > --- > scripts/r

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-04 Thread Koen Kooi
Op 4 okt. 2011 om 17:00 heeft Richard Purdie het volgende geschreven: > On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote: >> On Fri, Sep 30, 2011 at 14:09, Richard Purdie >> wrote: >> ... >>> Thanks. I've taken the two patches. I'd love to get rid of hal, in fact >>> its on my list of

[OE-core] [PATCH 5/6] Fix sysprof for powerpc64

2011-10-04 Thread Matthew McClintock
sysprof will not build properly without this defined Signed-off-by: Matthew McClintock --- No comments on original patch sent meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/r

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 22:08 +, McClintock Matthew-B29882 wrote: > On Mon, Oct 3, 2011 at 4:29 PM, Matthew McClintock wrote: > > On Mon, Oct 3, 2011 at 4:24 PM, Saul Wold wrote: > >> I am not sure that's correct, since we use sstate with the Autobuilder and > >> it's shared across different ho

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Mark Hatle
On 10/4/11 3:32 PM, Saul Wold wrote: > On 10/04/2011 01:27 PM, Philip Balister wrote: >> On 10/04/2011 04:08 PM, Saul Wold wrote: >>> On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-04 Thread Andreas Müller
On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote: > On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: > > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed > > > >> ERROR: Task 7 > > > >> (/h

Re: [OE-core] [PATCH 5/6] Fix sysprof for powerpc64

2011-10-04 Thread Khem Raj
On 10/4/2011 3:03 PM, Matthew McClintock wrote: sysprof will not build properly without this defined Signed-off-by: Matthew McClintock --- No comments on original patch sent meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/m

Re: [OE-core] [PATCH 0/1] oprofileui: Update SRCREV

2011-10-04 Thread Saul Wold
On 09/30/2011 01:42 AM, edwin.z...@intel.com wrote: From: Zhai Edwin Hi, This patch update the oprofileui SRCREV to reflect following 2 patches already in upstream: migrate-from-gnomevfs-to-gio.patch& dso_linking_change_build_fix.patch Pls. help to pull. Thanks, Edwin The following changes

Re: [OE-core] [PATCH 0/4]Recipe upgrades

2011-10-04 Thread Saul Wold
On 09/30/2011 01:16 AM, Mei Lei wrote: This commit includes some recipes upgrade: curl,diffutils,dropbear. And update the distro_tracking_fields.inc Thanks, Lei The following changes since commit 96241de59fdf548ae0f80cc9e4668f9ba11924ef: Matthew McClintock (1): Fix flac build on e50

Re: [OE-core] [PATCH] libproxy: upgrade to 0.4.7

2011-10-04 Thread Saul Wold
On 09/30/2011 06:44 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- meta/recipes-support/libproxy/libproxy_0.4.6.bb | 29 --- meta/recipes-support/libproxy/libproxy_0.4.7.bb | 27 + 2 files changed, 27 insertions(+), 29 deletions(-) delete

Re: [OE-core] [PATCH 1/2] qt4: Fix translation support

2011-10-04 Thread Saul Wold
On 10/02/2011 02:46 PM, Dmitry Eremin-Solenikov wrote: From: Otavio Salvador The translation support was disable in build. The fix-translation.patch was imported from OpenEmbedded to fix a linking issue in phonon translation support. [Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build,

Re: [OE-core] [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

2011-10-04 Thread Saul Wold
On 10/03/2011 06:42 PM, James Limbouris wrote: qt4-embedded-conf contains an environment setup script for profile.d. It has been packaged seperately to allow for its exclusion, but this is only practical if it is added to RRECOMMENDS, rather than RDEPENDS. Signed-off-by: James Limbouris --- me

Re: [OE-core] [PATCH 0/4] Recipes upgrades

2011-10-04 Thread Saul Wold
On 09/29/2011 06:27 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427: python: fix sqlite RPATH issue (2011-09-29 16:57:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contri

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Saul Wold
On 10/04/2011 01:17 PM, Khem Raj wrote: On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann wrote: Hello, On Mon, 03 Oct 2011, Khem Raj wrote: On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: From: Klaus Kurzmann * Without this patch programs using alsa-lib crash (alsamixer for examp

[OE-core] conman-gnome sources missing

2011-10-04 Thread Andreas Müller
Although kernel.org seems up again I cannot download sources for conman-gnome | ERROR: Function 'Fetcher failure for URL: 'git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git'. Unable to fetch URL git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=gi

Re: [OE-core] [PATCH 5/6] Fix sysprof for powerpc64

2011-10-04 Thread McClintock Matthew-B29882
On Tue, Oct 4, 2011 at 7:05 PM, Khem Raj wrote: >> diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb >> b/meta/recipes-kernel/sysprof/sysprof_git.bb >> index 10bde04..271b5d8 100644 >> --- a/meta/recipes-kernel/sysprof/sysprof_git.bb >> +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb >> @@