[oe] [meta-oe][PATCH] php: fix do_installing when S!=B

2014-05-05 Thread Koen Kooi
Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta-oe/recipes-devtools/php/php.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index d5e53c0..b1bf79c 100644 ---

[oe] [meta-oe][PATCH] libconfig: inherit from autotools-brokensep

2014-05-05 Thread Andrea Galbusera
do_compile fails otherwise Signed-off-by: Andrea Galbusera giz...@gmail.com --- .../recipes-extended/libconfig/libconfig_1.4.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb

Re: [oe] Website Text

2014-05-05 Thread Samuel Stirtzel
2014-05-03 11:15 GMT+02:00 Jack Mitchell martin.ja...@gmail.com: * Support/Advantages/Available Recipes - General input; can you think of any better subheadings or things we should be advertising? Hi, KDE desktop is not really supported, it is at a stale tech preview stage. Since my

Re: [oe] [meta-ruby][PATCH] ruby: remove obsolete extmk_run.patch

2014-05-05 Thread Sébastien Mennetrier
Hi, There are the same failure on dora branch. Is it possible to apply this patch on dora branch ? Thanks Regards, Sébastien 2014-04-29 12:06 GMT+02:00 Michaël Burtin mbur...@connected-labs.com: This patch does nothing except causing failures from the second build in the same working

Re: [oe] [meta-qt5][PATCH] qtbase.inc: Enable accessibility by default

2014-05-05 Thread Otavio Salvador
On Sun, May 4, 2014 at 6:47 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Apr 28, 2014 at 12:27:39PM -0300, Otavio Salvador wrote: qtdeclarative requires accessibility to be enabled and it is added by default to the toolchain so we ought to have it enabled to ensure the default

[oe] [meta-oe][PATCH] dbench: Fix out of tree build

2014-05-05 Thread Otavio Salvador
This fixes the Makefile so the client.txt file is copied from the original source tree. This fixes the out of tree build error. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-benchmark/dbench/files/destdir.patch | 4 ++--

[oe] [meta-oe][PATCH] tk: cleanup

2014-05-05 Thread Matthieu Crapet
Changes: - use ${BPN} and ${PV} - use ${VER} intermediate variable for readability - fulfill LIC_FILES_CHKSUM - remove BINCONFIG_GLOB: inherit binconfig is not present, lib/tkConfig.sh paths are valid - add SSTATE_SCAN_FILES, like it is done in tcl recipe (OE-Core) Note: tcl and tk are sharing

Re: [oe] [meta-oe][PATCH] tk: cleanup

2014-05-05 Thread Martin Jansa
On Mon, May 05, 2014 at 05:51:23PM +0200, Matthieu Crapet wrote: Changes: - use ${BPN} and ${PV} - use ${VER} intermediate variable for readability - fulfill LIC_FILES_CHKSUM - remove BINCONFIG_GLOB: inherit binconfig is not present, lib/tkConfig.sh paths are valid - add SSTATE_SCAN_FILES,

Re: [oe] daisy branch for meta-openembedded, meta-qt5 / maintainer wanted

2014-05-05 Thread Martin Jansa
On Mon, May 05, 2014 at 09:32:04AM -0700, Adam Lee wrote: Hi JaMa, what does it take to be a maintainer? Do I need to build check all the packages everyday? Definitely no everyday, there are more patches coming in just after the release, but later it's something like 1-5 patches in month. So

[oe] OE Changelog since 2014-04-27 until 2014-05-04

2014-05-05 Thread cliff . brake
Changelog since 2014-04-27 until 2014-05-04. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-05 Thread Paul Barker
On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors \ +${datadir}/${PN}/${VIMDIR}/compiler \ +

[oe] [meta-oe][WIP][PATCH] daq: explicitly disable nfq and ipq modules

2014-05-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/daq/daq_2.0.2.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb b/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb index 0a25cd7..afed8cd

[oe] systemd networking.service masked?

2014-05-05 Thread Adam Lee
Hello everybody! I noticed networking.service is masked by default - http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-core/systemd/systemd-compat-units.bb?h=master. I guess I can use the Network Manager to bring up eth0 on boot, but I rather not. What's the harm in

[oe] [meta-oe][PATCH] v4l-utils: Update to 1.0.1

2014-05-05 Thread Otavio Salvador
This updates to last stable release and, as a plus, fix an out of tree build failure. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 39 -- .../recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb | 26 +++

Re: [oe] [meta-oe][PATCH] v4l-utils: Update to 1.0.1

2014-05-05 Thread Martin Jansa
On Mon, May 05, 2014 at 11:50:05PM -0300, Otavio Salvador wrote: This updates to last stable release and, as a plus, fix an out of tree build failure. file://openat.patch was removed but not the patch itself Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

Re: [oe] [meta-oe][PATCH] v4l-utils: Update to 1.0.1

2014-05-05 Thread Otavio Salvador
On Mon, May 5, 2014 at 11:56 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, May 05, 2014 at 11:50:05PM -0300, Otavio Salvador wrote: This updates to last stable release and, as a plus, fix an out of tree build failure. file://openat.patch was removed but not the patch itself Can you

[oe] [meta-oe][PATCH v2] v4l-utils: Update to 1.0.1

2014-05-05 Thread Otavio Salvador
This updates to last stable release and, as a plus, fix an out of tree build failure. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../recipes-multimedia/v4l2apps/files/openat.patch | 38 - .../recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 39

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-05 Thread Chong Lu
On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors \ +