[oe] [meta-networking][PATCH] squid: add new recipe

2014-10-13 Thread jackie.huang
From: Jackie Huang squid is a fully-featured http proxy and web-cache daemon for Linux. Signed-off-by: Jackie Huang --- .../Add-default-entry-for-cross-compile.patch | 31 +++ ...-ksh-reference-in-krb-ldap-helper-to-bash.patch | 29 ++ ...flawed-dynamic-ldb-link-test-in-co

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

2014-10-13 Thread Martin Jansa
On Tue, Oct 14, 2014 at 08:41:10AM +1100, Nick D'Ademo wrote: > Hi Martin, > > Thanks - what are some example recipes in that layer? (I had a look but > couldn't find any cmake + qt5 recipes) OE @ ~/meta-webos-ports $ git grep inherit.*cmake_qt5 recipes-webos/apps/org.webosports.app.phone.bb:inhe

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 wrote: > * Nick D'Ademo [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 st

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

2014-10-13 Thread Anders Darander
* Nick D'Ademo [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, and as long as I ca

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 wrote: > On Mon, Oct 13, 2014 at 09:10:37AM +0200, Anders Darander wrote: > > Hi, > > > > * Nick D'Ademo [141013 01:50]:

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 wrote: > Hi, > > * Nick D'Ademo [141013 01:50]: > > Has anyone had any success at all building a Qt5-based recipe with

[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 --- meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb b/m

[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 --- 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 --- a/meta-python/README

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 > > > > 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 > > permitt

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 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

[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] [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 [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 meta-webos-ports layer

[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 ||http://logs.nslu2-linux.org/b

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

2014-10-13 Thread Anders Darander
Hi, * Nick D'Ademo [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 wrote: > > Looks like the *qmake* binary cannot be foun