[OE-core] [PATCH][v2] package.bbclass: Fix split_and_strip_files when file has single quote (')

2013-10-31 Thread eu
From: "Felipe F. Tonello" Fix false error report when a file that has a single quote by escaping the single quote. Some packages might install files with quotes, such as music files and other types, that will cause the problem. Signed-off-by: Felipe F. Tonello --- meta/classes/package.bbclass

[OE-core] [PATCH] package.bbclass: Fix split_and_strip_files when file has single quote (')

2013-10-31 Thread eu
From: "Felipe F. Tonello" Fix false error report when a file that has a single quote by escaping the single quote. Some packages might install files with quotes, such as music files and other types, that will cause the problem. Signed-off-by: Felipe F. Tonello --- meta/classes/package.bbclass

[OE-core] [PATCH] psplash: Show psplash before X in reboot/shutdown process

2013-10-28 Thread eu
From: "Felipe F. Tonello" This is interesting because if you shutdown/reboot a device the screen will flicker because X will be killed and then psplash will take a while to run. Signed-off-by: Felipe F. Tonello --- meta/recipes-core/psplash/psplash_git.bb | 4 ++-- 1 file changed, 2 insertions

[OE-core] [PATCH v2] update-rc: Stop and remove service if updating package

2013-10-03 Thread eu
From: "Felipe F. Tonello" Since when updating packages packages managers do not remove the previous package, it just replaces new files and run pre/post install scripts. This causes not to update update-rc scripts if they were changed. This patch is useful in case the newer package version upda

[OE-core] [PATCH] update-rc: Stop and remove service if updating package

2013-10-01 Thread eu
From: "Felipe F. Tonello" Since when updating packages packages managers do not remove the previous package, it just replaces new files and run pre/post install scripts. This causes not to update update-rc scripts if they were changed. This patch is useful in case the newer package version upda

[OE-core] [PATCH v3] valgrind: added perl dependency

2013-07-16 Thread eu
From: "Felipe F. Tonello" This is necessary since the valgrind package depends on /usr/bin/perl. This patch will fix this error while installing into rootfs: Computing transaction...error: Can't install valgrind-3.8.1-r8@armv7a_vfp_neon: no package provides /usr/bin/perl Signed-off-by: Felipe

[OE-core] [PATCH 2/2] pulseaudio: Added cli-protocol-unix to pulseaudio-misc

2013-07-16 Thread eu
From: "Felipe F. Tonello" This is necessary since pacmd uses this module. Signed-off-by: Felipe F. Tonello --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/puls

[OE-core] [PATCH 1/2] pulseaudio: Removed avahi forced dependency

2013-07-16 Thread eu
From: "Felipe F. Tonello" Only adds avahi dependency when zeroconf is in DISTRO_FEATURES. Signed-off-by: Felipe F. Tonello --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.

[OE-core] [PATCH v2] valgrind: added perl dependency

2013-07-16 Thread eu
From: "Felipe F. Tonello" This is necessary since the valgrind package depends on /usr/bin/perl. This patch will fix this error while installing into rootfs: Computing transaction...error: Can't install valgrind-3.8.1-r8@armv7a_vfp_neon: no package provides /usr/bin/perl Signed-off-by: Felipe

[OE-core] [PATCH] pulseaudio: Added consolekit dependency for pulseaudio-module-console-kit package

2013-07-08 Thread eu
From: "Felipe F. Tonello" When installing pulseaudio-module-console-kit package in an image the consolekit dependecy cannot be find. This patch makes sure that the consolekit recipe will be build. Signed-off-by: Felipe F. Tonello --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1

[OE-core] [PATCH] valgrind: added perl dependency

2013-06-07 Thread eu
From: "Felipe F. Tonello" This is necessary since the valgrind package depends on /usr/bin/perl. This patch will fix this error while installing into rootfs: Computing transaction...error: Can't install valgrind-3.8.1-r8@armv7a_vfp_neon: no package provides /usr/bin/perl Signed-off-by: Felipe

[OE-core] [PATCH] libxml2: added python dependency to nativesdk

2013-06-07 Thread eu
From: "Felipe F. Tonello" This is necessary since libxml2 has python dependency. This patch will fix this error: ... /path/to/build/system/4.7.2/ld: cannot find -lpython2.7 ... ERROR: Task 4152 (virtual:nativesdk:meta/recipes-core/libxml/libxml2_2.9.0.bb, do_compile) failed with exit code '1'

[OE-core] [PATCH] qt: updated qmake2 class to export qconfig.pri mkspec

2013-05-09 Thread eu
From: "Felipe F. Tonello" This is necessary when Qt applicatins want to know variables such as QT_MAJOR_VERSION, QT_VERSION, QT_MINOR_VERSION, gcc version etc. OBS: This change made the build system crazy. When I changed it and run bitbake my-qt-app-recipe, qmake was consuming 100% cpu usage for

[OE-core] [PATCH v4] qt-mobility: added list of modules to be compiled

2013-03-20 Thread eu
From: "Felipe F. Tonello" This is useful for users that want to .bbappend this recipe to select specific modules to be compiled. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH v3 3/3] qt-mobility: added list of modules to be compiled

2013-03-19 Thread eu
From: "Felipe F. Tonello" This is useful for users that want to .bbappend this recipe to select specific modules to be compiled. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH v3 2/3] qt-mobility: Add pulseaudio dependency if DISTRO_FEATURES has pulseaudio

2013-03-19 Thread eu
From: "Felipe F. Tonello" Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index e5e671e..fca4cb0 100644 --

[OE-core] [PATCH v3 0/3] qt-mobility: improved recipe

2013-03-19 Thread eu
From: "Felipe F. Tonello" Removed bluez and pulseaudio forced dependency. Also extended functionality by enabling the user to choose which qt mobility module to build. By default, all modules supported will be build. Felipe F. Tonello (3): qt-mobility: Add bluez dependency if DISTRO_FEATURES h

[OE-core] [PATCH v3 1/3] qt-mobility: Add bluez dependency if DISTRO_FEATURES has bluetooth

2013-03-19 Thread eu
From: "Felipe F. Tonello" Some modules doesn't requires bluez4 to compile. So it's unnecessary to have it as dependency. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/

[OE-core] [PATCH v2 1/3] qt-mobility: Add bluez dependency if DISTRO_FEATURES has bluetooth

2013-03-13 Thread eu
From: "Felipe F. Tonello" Some modules doesn't requires bluez4 to compile. So it's unnecessary to have it as dependency. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/

[OE-core] [PATCH v2 2/3] qt-mobility: Add pulseaudio dependency if DISTRO_FEATURES has pulseaudio

2013-03-13 Thread eu
From: "Felipe F. Tonello" Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index e5e671e..fca4cb0 100644 --

[OE-core] [PATCH v2 3/3] qt-mobility: added list of modules to be compiled

2013-03-13 Thread eu
From: "Felipe F. Tonello" This is useful for users that want to .bbappend this recipe to select specific modules to be compiled. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH v2 0/3] qt-mobility: improved recipe

2013-03-13 Thread eu
From: "Felipe F. Tonello" Removed bluez and pulseaudio forced dependency. Also extended functionality by enabling the user to choose which qt mobility module to build. By default, all modules supported will be build. Felipe F. Tonello (3): qt-mobility: Add bluez dependency if DISTRO_FEATURES h

[OE-core] [PATCH 2/2] qt-mobility: added list of modules to be compiled

2013-03-11 Thread eu
From: "Felipe F. Tonello" This is useful for users that want to .bbappend this recipe to select specific modules to be compiled. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH 1/2] qt-mobility: Add bluez dependency if DISTRO_FEATURES has bluetooth

2013-03-11 Thread eu
From: "Felipe F. Tonello" Some modules doesn't requires bluez4 to compile. So it's unnecessary to have it as dependency. Signed-off-by: Felipe F. Tonello --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/

[OE-core] [PATCH 0/2] qt-mobility: improved recipe

2013-03-11 Thread eu
From: "Felipe F. Tonello" Removed bluez forced dependency. Also extended functionality by enabling the user to choose which qt mobility module to build. By default, all modules supported will be build. OBS: We might also want to remove pulseaudio dependency. But check against which DISTRO_FEATUR

[OE-core] [oe-core][PATCH] connman: added recipe libconnman-qt

2013-02-05 Thread eu
From: "Felipe F. Tonello" This recipe provides the Qt library and QML plugins for connman. Signed-off-by: Felipe F. Tonello --- ...-to-disable-qml-plugin-and-test-program-t.patch | 35 ++ .../connman/libconnman-qt_0.4.0.bb | 68 2 files changed,