[oe] [PATCH][meta-networking] quagga: close the stdout/stderr as in other daemons

2014-02-18 Thread rongqing.li
From: Roy Li Once babald becomes a background daemon, it should not output information to stdout, so need to close stdout. In fact, other daemons close their stdout when they run into background, like ospfd, isisd and bgpd, by calling daemon() which is in lib/daemon.c Closing the stdout can fix

[oe] [meta-qt5][PATCH] qmake5_base.bbclass: Use Qt version specific paths

2014-02-18 Thread Otavio Salvador
When looking for Qt5 components and files we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still works as expected. Signed-off-by: Otavio Salvador --- I have built two image and the SDK from scratch using this with no iss

Re: [oe] [PATCH] ntp: fix perl path in scripts

2014-02-18 Thread Kang Kai
On 2014?01?22? 19:31, Martin Jansa wrote: On Wed, Jan 22, 2014 at 03:47:38PM +0800, Kai Kang wrote: Scripts ntptrace and ntp-wait use /bin/perl directly that cause ntp-utils depends on /bin/perl but no package provides it. It should use '${USRBINPATH}/env perl'. Next time please add [meta-netwo

Re: [oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for mtdev

2014-02-18 Thread Jonathan Liu
On 18 February 2014 21:26, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > recipes-qt/qt5/qtbase.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc > index 4c1c6dd..116c86f 100644 > --- a/recipes-qt/qt5/qtbase.inc > +++ b/

[oe] [meta-qt5][jansa/qt5-5.2.1][PATCH] qtbase: add mtdev packageconfig

2014-02-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index f056393..3468211 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -74,6 +74,7 @@ PACKAGECONFIG[pcre] =

Re: [oe] [meta-qt5][PATCH] qtbase-native: explicitly disable icu

2014-02-18 Thread Jonathan Liu
On 19/02/2014 2:37 AM, Martin Jansa wrote: * Jonathan Liu reported that qtbase-native was failing to build for him and it looks like qtbase-native was trying to link against icu from his host (instead of icu-native because it isn't in DEPENDS) Signed-off-by: Martin Jansa --- recipes-qt/

[oe] [meta-qt5][PATCH] qtbase-native: explicitly disable ICU

2014-02-18 Thread Jonathan Liu
This prevents configure from detecting and trying to use the host ICU. Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index b9193e4..902b9ed 100644 --- a/reci

[oe] GDM alternative?

2014-02-18 Thread Adam Lee
Hello everyone, I am sure this has been asked before but I haven't found a solution. I am currently integrating GDM to my XFCE image. I was hoping that it's as easy as adding GDM as the graphical init manager (in local.conf), but it looks like PolicyKit, Console Kit, PAM, gconf, gconf-sanity (as p

Re: [oe] pam_gnome_keyring.so not getting packaged into my rootfs

2014-02-18 Thread Adam Lee
Great, it worked :) Thanks Koen, Adam On Mon, Feb 17, 2014 at 11:47 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Adam Lee schreef op 18-02-14 00:00: > > Hello everyone, my gdm logs in /var/log/gdm is complaining about these > > missing files: > > > > - polkit-gnom

Re: [oe] [meta-qt5][PATCH] qtbase-native: explicitly disable icu

2014-02-18 Thread Otavio Salvador
On Tue, Feb 18, 2014 at 12:37 PM, Martin Jansa wrote: > * Jonathan Liu reported that qtbase-native was failing to build for him > and it looks like qtbase-native was trying to link against icu from his > host (instead of icu-native because it isn't in DEPENDS) > > Signed-off-by: Martin Jansa

[oe] [meta-qt5][PATCH] qtbase-native: explicitly disable icu

2014-02-18 Thread Martin Jansa
* Jonathan Liu reported that qtbase-native was failing to build for him and it looks like qtbase-native was trying to link against icu from his host (instead of icu-native because it isn't in DEPENDS) Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase-native.inc | 1 + 1 file changed, 1 i

Re: [oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for mtdev

2014-02-18 Thread Otavio Salvador
On Tue, Feb 18, 2014 at 7:26 AM, Martin Jansa wrote: > Signed-off-by: Martin Jansa Acked-by: Otavio Salvador > --- > recipes-qt/qt5/qtbase.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc > index 4c1c6dd..116c86f 100644 > --- a

Re: [oe] [PATCH] nativesdk-qtbase: do qmake replacement in ${D} instead of ${B}

2014-02-18 Thread Otavio Salvador
Hello Denys, On Mon, Feb 17, 2014 at 6:05 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > This way we don't mangle ${B} and can repeat do_install if necessary. And > previously it would require running do_compile again to restore the proper > state of ${B}. > > Signed-off-by: Denys Dm

Re: [oe] [meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-18 Thread Diego Sueiro
Ross, On Tue, Feb 18, 2014 at 11:10 AM, Burton, Ross wrote: > > +PACKAGECONFIG ?= "" > > Shouldn't that be "??=" ? > I've just followed Martin instructions: http://lists.openembedded.org/pipermail/openembedded-devel/2014-February/094191.html Regards, -- *dS Diego Sueiro Administrador do Embar

Re: [oe] [meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-18 Thread Burton, Ross
On 18 February 2014 13:54, Diego Sueiro wrote: > +PACKAGECONFIG ?= "" Shouldn't that be "??=" ? Ross ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-18 Thread Diego Sueiro
libao compiling is failing because of a dependency on esound. Adding PACKAGECONFIG to fix the issue. Signed-off-by: Diego Sueiro --- meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.

Re: [oe] [dora][meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-18 Thread Diego Sueiro
On Tue, Feb 18, 2014 at 10:52 AM, Diego Sueiro wrote: > ibao compiling is failing because of a dependency on esound. > Adding PACKAGECONFIG to fix the issue. > > Signed-off-by: Diego Sueiro > --- > meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++ > 1 file changed, 3 insertions

[oe] [dora][meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-18 Thread Diego Sueiro
libao compiling is failing because of a dependency on esound. Adding PACKAGECONFIG to fix the issue. Signed-off-by: Diego Sueiro --- meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.

Re: [oe] [meta-qt5] qmake5_base.bbclass question

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 01:05:10PM +, Michael Burgett -X (burgetm - CLEARPATH WORKFORCE MANAGEMENT INC at Cisco) wrote: > Hello Martin, Hello Michael, > I'm working on incorporating the meta-qt5 layer in a yocto tree here at > Cisco, and have run into an issue. Being new to Yocto and Qt, I

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 09:43:35AM -0300, Diego Sueiro wrote: > On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa wrote: > > > > > > libao compiling is failing because of a dependency on esound. > > > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. > > > > > > > > Please add PACKAG

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Diego Sueiro
On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa wrote: > > > > libao compiling is failing because of a dependency on esound. > > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. > > > > > > Please add PACKAGECONFIG for esound and send such patch, thanks. > > > > Something link thi

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 09:17:58AM -0300, Diego Sueiro wrote: > Hi Martin, > > On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa wrote: > > > > libao compiling is failing because of a dependency on esound. > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. > > > > Please add PACKAG

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Diego Sueiro
Hi Martin, On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa wrote: > > libao compiling is failing because of a dependency on esound. > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. > > Please add PACKAGECONFIG for esound and send such patch, thanks. Something link this? PACKAGE

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 08:29:31AM -0300, Diego Sueiro wrote: > Folks, > > libao compiling is failing because of a dependency on esound. > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. Please add PACKAGECONFIG for esound and send such patch, thanks. > Should I have to send a pa

[oe] libao build fails on dora and master

2014-02-18 Thread Diego Sueiro
Folks, libao compiling is failing because of a dependency on esound. Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue. Should I have to send a patch? Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br /*long live rock 'n roll*/ ___

[oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for mtdev

2014-02-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 4c1c6dd..116c86f 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -101,6 +101,7 @@ PACKAGECONFIG[openv

[oe] [meta-qt5][PATCH] qtbase.inc: don't force ARM_INSTRUCTION_SET to arm

2014-02-18 Thread Andre McCurdy
Forcing ARM_INSTRUCTION_SET to arm when building qtbase no longer seems to be required. Confirmed by forcing ARM_INSTRUCTION_SET to thumb and building qtbase 5.1.1 and 5.2.1 tuned for both armv4t and cortexa9thf-neon. Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qtbase.inc | 3 --- 1 file ch