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
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
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
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
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
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
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
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.
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
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
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
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'
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
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
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
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
--
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
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/
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/
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
--
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
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
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
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/
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
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,
26 matches
Mail list logo