[oe] [PATCH 1/1 v3][meta-networking] ntp: fix path to drift file

2014-10-13 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com The default path of ntp drift file is /etc/ntp.drift, ntp daemon maybe fails to create this file since the user ntp is not always permitted to write /etc. Refer to other distributions such as RedHat, Debian, just moving the file to /var/lib/ntp which

[oe] [PATCH 0/1 v3][meta-networking] ntp: fix path to drift file

2014-10-13 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com v3 changes: * Update the drift file path in recipes-support/ntp/files/ntp.conf; * Drop the logic for creating /var/lib/ntp, This addressed by Peter A. Bigot's patch: [oe] [meta-networking][PATCH] ntp: create and package ntp home directory The

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Anders Darander
Hi, * Nick D'Ademo nickdad...@gmail.com [141013 01:50]: Has anyone had any success at all building a Qt5-based recipe with CMake? Yes, I've at least got a local recipe here building KDSoap, which uses cmake. On Wed, Oct 8, 2014 at 1:41 PM, Nick D'Ademo nickdad...@gmail.com wrote: Looks

[oe] State of bitbake world, Failed tasks 2014-10-13, QA issues

2014-10-13 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-10-13 == === common () === === common-x86 (0) === === qemuarm (0) === === qemux86 (0) === === qemux86_64 (0) === === Number of failed tasks === {| class=wikitable |- ||qemuarm ||0

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Martin Jansa
On Mon, Oct 13, 2014 at 09:10:37AM +0200, Anders Darander wrote: Hi, * Nick D'Ademo nickdad...@gmail.com [141013 01:50]: Has anyone had any success at all building a Qt5-based recipe with CMake? Yes, I've at least got a local recipe here building KDSoap, which uses cmake. See

[oe] [meta-browser][PATCH] chromium: Upgrade to version 38.0.2125.101

2014-10-13 Thread Carlos Rafael Giani
* Starting with this version, several cross compilation specific parts in the GYP files need to be disabled with both additional flags and an extra patch. Chromium 38 now includes clang specifics, which are enabled by default. Additional flags (-Dhost_clang=0 -Dclang=0) disable these. Furthermore,

Re: [oe] [PATCH 1/1 v3][meta-networking] ntp: fix path to drift file

2014-10-13 Thread Peter A. Bigot
On 10/13/2014 01:17 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The default path of ntp drift file is /etc/ntp.drift, ntp daemon maybe fails to create this file since the user ntp is not always permitted to write /etc. Refer to other distributions such as

Re: [oe] [PATCH 1/1 v3][meta-networking] ntp: fix path to drift file

2014-10-13 Thread Martin Jansa
On Mon, Oct 13, 2014 at 07:38:03AM -0500, Peter A. Bigot wrote: On 10/13/2014 01:17 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The default path of ntp drift file is /etc/ntp.drift, ntp daemon maybe fails to create this file since the user ntp is not

[oe] [[dizzy][PATCH] update maintainer info in python README for dizzy

2014-10-13 Thread Armin Kuster
This is the first time meta-python is being taged with a release Signed-off-by: Armin Kuster akuster...@gmail.com --- meta-python/README | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/meta-python/README b/meta-python/README index f62ab8f..becf371 100644 ---

[oe] [meta-networking][PATCH v2] cyassl: add version 3.2.0 with updates

2014-10-13 Thread lchristina26
Update 3.2.0 to include the correct md5sum and sha256sum values. Signed-off-by: Leah Thompson lchristin...@hotmail.com --- meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Nick D'Ademo
Hi Anders, Are you using Qmake or Cmake to build? (I suspect Qmake). My source code actually has no .PRO file. Cheers, Nick On Mon, Oct 13, 2014 at 6:10 PM, Anders Darander and...@chargestorm.se wrote: Hi, * Nick D'Ademo nickdad...@gmail.com [141013 01:50]: Has anyone had any success at

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Nick D'Ademo
Hi Martin, Thanks - what are some example recipes in that layer? (I had a look but couldn't find any cmake + qt5 recipes) Nick On Mon, Oct 13, 2014 at 7:16 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 13, 2014 at 09:10:37AM +0200, Anders Darander wrote: Hi, * Nick D'Ademo

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Anders Darander
* Nick D'Ademo nickdad...@gmail.com [141013 23:10]: Are you using Qmake or Cmake to build? (I suspect Qmake). My source code actually has no .PRO file. Hm, when you state it like that ;) I might very well have changed it to not use cmake... KDSoap is shipping multiple build systems etc,

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Nick D'Ademo
Thanks Anders! inherit cmake_qt5 was the missing piece of the puzzle! On Tue, Oct 14, 2014 at 8:43 AM, Anders Darander and...@chargestorm.se wrote: * Nick D'Ademo nickdad...@gmail.com [141013 23:10]: Are you using Qmake or Cmake to build? (I suspect Qmake). My source code actually