[oe] [PATCH v2] juce: Updated JUCE to 5.0.1

2017-05-04 Thread Felipe F. Tonello
JUCE 5 doesn't require juce_events to have x11 dependency anymore. Also there were many improvements on Projucer. Signed-off-by: Felipe F. Tonello <e...@felipetonello.com> --- meta-multimedia/classes/juce.bbclass | 3 +-- meta-multimedia/recipes-multimedia/juce/projucer.in

[oe] [PATCH] juce: Updated JUCE to 5.0.1

2017-05-04 Thread Felipe F. Tonello
JUCE 5 doesn't require juce_events to have x11 dependency anymore. Also there were many improvements on Projucer. Signed-off-by: Felipe F. Tonello <e...@felipetonello.com> --- meta-multimedia/classes/juce.bbclass | 3 +-- meta-multimedia/recipes-multimedia/juce/projucer.in

[oe] [PATCH] juce: Improved juce class and recipes

2016-07-20 Thread Felipe F. Tonello
This allows recipes that inherits juce class to have more modular dependencies and change it if necessary. Signed-off-by: Felipe F. Tonello <e...@felipetonello.com> --- meta-multimedia/classes/juce.bbclass | 23 -- .../juce/nativesdk-projucer_

[oe] [PATCH] juce: Added support for JUCE framework

2016-07-18 Thread Felipe F. Tonello
nder the ISC. For more information, visit the website: http://www.juce.com Signed-off-by: Felipe F. Tonello <e...@felipetonello.com> --- meta-multimedia/classes/juce.bbclass | 37 ++ .../juce/nativesdk-projucer_git.bb | 2 ++ .../recipes-multimedi

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

2016-05-03 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 <e...@felipetonello.com> --- meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/m

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

2016-05-03 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] [PATCH 1/2] protobuf: add protobuf-c recipe

2016-05-03 Thread Felipe F. Tonello
replaces/obsoletes: commit 0d31f8448412 [Added protobuf-c criu dependency] in meta-virtualization This version of the recipe also adds a separated package for the compiler. Signed-off-by: Felipe F. Tonello <e...@felipetonello.com> --- .../recipes-devtools/protobuf/protobuf-c_1.2.1.bb

[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 <e...@felipetonello.com> --- meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/m

[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 <e...@felipetonello.com> --- .../recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 26 ++ 1 file chang

[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] [PATCH] protobuf: add protobuf-c recipe

2016-04-04 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 <e...@felipetonello.com> --- .../recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 22 ++ 1 file chang

[oe] [PATCH] fingerterm: Make is executable to other users by default

2013-12-20 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com By default xuser cannot execute this binary. So we fix it. Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [PATCH v2] packagekit: Updated to 0.8.13

2013-12-16 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Packagekit will compile support for all backend supported by OE-core. Images that want to install packagekit should specify its correct backend dependency as well. Ex.: install the following packages to an image that uses rpm: * packagekit

[oe] [PATCH] packagekit: Updated to 0.8.13

2013-11-27 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com This recipe supports the backend for packagekit dynamically based on the IMAGE_PKGTYPE. Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- ...deprecated-glib-functions-and-use-the-new.patch | 166 .../packagekit/packagekit-0.5.6

[oe] [PATCH] Revert gypsy: Added init script

2013-10-08 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com This reverts commit 13f540c5a98d3a64b41117db9cf554956eebafe9. This daemon is called by dbus when I client connects to it. So it's not necessary to have the init script. This patch would be useful if we add the init script as a separeted package

[oe] [PATCH] ofono: libqofono: Added libqofono recipe

2013-09-30 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com libqofono is a Qt library for oFono that provides easy to use Qt library and QML components to use oFono. OBS: This recipe provides the Qt4 support only, but the library also works with Qt5. Signed-off-by: Felipe F. Tonello e...@felipetonello.com

[oe] [PATCH] GeoClue: Created recipe for GeoClue 2.0.0

2013-09-24 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Geoclue is a D-Bus service that provides location information. The primary goal of the Geoclue project is to make creating location-aware applications as simple as possible, while the secondary goal is to ensure that no application can access

[oe] [PATCH 1/2] gypsy: Improvements in recipes

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Some improvements were made: * Fix recipes to use .inc file * Fix git recipe that was not passing do_configure step * Separeted gypsy daemon from libgypsy in different packages Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- meta-oe

[oe] [PATCH 2/2] gypsy: Added init script

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Added a modified version of the example init script, gypsy-example-initscript, from the gypsy repository to be compatible with OE based distros. Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- .../gypsy/files/gypsy-initscript

[oe] [PATCH 0/2] Improvements in gypsy recipes

2013-09-19 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com Felipe F. Tonello (2): gypsy: Improvements in recipes gypsy: Added init script .../gypsy/files/gypsy-initscript | 61 ++ meta-oe/recipes-navigation/gypsy/gypsy.inc | 29 -- meta-oe/recipes

[oe] [meta-oe][PATCH] connman: updated libconnman-qt to 1.0.7

2013-05-10 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com This new recipe version requires the changes in this patch: http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg38148.html Signed-off-by: Felipe F. Tonello e...@felipetonello.com --- ...-to-disable-qml-plugin-and-test-program