Re: [oe] [PATCH 1/2] protobuf: add protobuf-c recipe

2016-04-19 Thread Bruce Ashfield
On Tue, Apr 19, 2016 at 3:46 PM, Bruce Ashfield wrote: > > > On Tue, Apr 19, 2016 at 11:40 AM, Felipe F. Tonello > wrote: > >> Initial version of recipe. The main package could be split into two to >> separate the compiler. This also applies to

Re: [oe] [PATCH 1/2] protobuf: add protobuf-c recipe

2016-04-19 Thread Bruce Ashfield
On Tue, Apr 19, 2016 at 11:40 AM, Felipe F. Tonello wrote: > Initial version of recipe. The main package could be split into two to > separate the compiler. This also applies to protobuf recipe. > > More precisely, this is the initial version outside of

[oe] [meta-qt5] Qt SDK seems to be broken

2016-04-19 Thread Ryan Elkholy, PhD, PE
Hello, I have created the Qt SDK after including the meta-qt5 layer. Once the SDK was created I installed QtCreator after including the environment setup script at the top of the qtcreator.sh file. After I run qtcreator.sh and QtCreator opens, I noticed that the Build and Run settings were not

Re: [oe] [meta-oe][PATCH v2] fluentbit: add new recipe

2016-04-19 Thread Felipe Ferreri Tonello
Hi Eduardo, On 15/04/16 15:12, Eduardo Silva wrote: > is the patch OK ? It looks fine by me. Felipe 0x92698E6A.asc Description: application/pgp-keys -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [PATCH 2/2] protobuf: Split package to main and compiler packages

2016-04-19 Thread Felipe F. Tonello
Protobuf has two main features, a compiler and a library. Run-time applications only need the libraries to run. Signed-off-by: Felipe F. Tonello --- meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe] [PATCH 1/2] protobuf: add protobuf-c recipe

2016-04-19 Thread Felipe F. Tonello
Initial version of recipe. The main package could be split into two to separate the compiler. This also applies to protobuf recipe. Signed-off-by: Felipe F. Tonello --- .../recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 26 ++ 1 file changed, 26

[oe] [PATCH 0/2] Protobuf recipes update

2016-04-19 Thread Felipe F. Tonello
Added protobuf-c recipe which is the protobuf implementation in C. Also split protobuf package into two packages, one for the run-time libraries and other for the compiler. Felipe F. Tonello (2): protobuf: add protobuf-c recipe protobuf: Split package to main and compiler packages

[oe] [meta-networking][PATCH v3] dnsmasq: get systemd only working again

2016-04-19 Thread Joe MacDonald
From: Mark Asselstine The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only dnsmasq runtime. No sysvinit scripts are included in systemd only builds (and should not be) and the dnsmasq

Re: [oe] [meta-webserver][PATCH v2] netdata: add new recipe

2016-04-19 Thread Martin Jansa
On Tue, Apr 19, 2016 at 04:52:44PM +0200, Christophe PRIOUZEAU wrote: > Netdata are a performance monitoring tools for Linux systems, applications. > Netdata interface are available via http on port 1: > http://:1 > > Signed-off-by: Christophe Priouzeau >

Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-19 Thread Joe MacDonald
[Re: [meta-networking][PATCH] dnsmasq: get systemd only working again] On 16.04.19 (Tue 09:41) Anders Darander wrote: > * Joe MacDonald [160419 05:29]: > > > From: Mark Asselstine > > > The changes made in commit

Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-19 Thread Mark Asselstine
On April 18, 2016 23:30:07 Joe MacDonald wrote: > From: Mark Asselstine > > The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 > [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only > dnsmasq runtime. No sysvinit scripts are included

Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-19 Thread Anders Darander
* Joe MacDonald [160419 05:29]: > From: Mark Asselstine > The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 > [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only > dnsmasq runtime. No sysvinit scripts are