[oe] [meta-networking][PATCH] ipsec-tools: Don't link against libfl

2014-03-06 Thread Paul Barker
We can remove all references to yywrap by adding "%option noyywrap" statements to each flex source file which doesn't override yywrap. After this, we no longer need to link against libfl and so no longer get errors about undefined references to yylex. Also change the dependency on flex to flex-nat

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-06 Thread Martin Jansa
On Thu, Mar 06, 2014 at 05:59:29PM +, Paul Eggleton wrote: > On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: > > * it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch > > As we've already discussed this is not universally true. There are other ways > to solve this.

Re: [oe] [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2

2014-03-06 Thread Martin Jansa
On Wed, Mar 05, 2014 at 08:30:27PM +0100, Martin Jansa wrote: > On Wed, Mar 05, 2014 at 05:39:53PM +, Alex J Lennon wrote: > > > > On 05/03/2014 17:20, Martin Jansa wrote: > > > On Wed, Mar 05, 2014 at 03:49:13PM +, Alex J Lennon wrote: > > >> daq-2.0.1.tar.gz is missing from SRC_URI locat

Re: [oe] using OE efficiently for development

2014-03-06 Thread Cliff Brake
Hi Nicolas, This is the template I use for most projects: https://github.com/cbrake/oe-build Custom parts of the system that are under heavy development (kernel, u-boot, apps) go in an externalsrc directory. I use git submodules to manage everything, but repo would work as well. One of my goal

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-06 Thread Paul Eggleton
On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: > * it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch As we've already discussed this is not universally true. There are other ways to solve this. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ___

[oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-06 Thread Martin Jansa
* it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch Signed-off-by: Martin Jansa --- meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/bash-completion/bash-completion_2.0

[oe] [meta-efl][WIP][PATCH 5/6] python-efl: upgrade to 1.9.0

2014-03-06 Thread Martin Jansa
* announcement: http://sourceforge.net/p/enlightenment/mailman/message/32066075/ Signed-off-by: Martin Jansa --- meta-efl/recipes-devtools/python/python-efl.inc | 2 +- meta-efl/recipes-devtools/python/python-efl_1.8.1.bb | 4 meta-efl/recipes-devtools/python/python-efl_1.9.0.bb | 4

[oe] [meta-efl][WIP][PATCH 3/6] e-wm: upgrade to 0.18.4 and drop old 0.17.5

2014-03-06 Thread Martin Jansa
* fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa --- .../0001-remove-another-elm-1.8-requirement.patch | 25 + meta-efl/recipes-efl/e17/e-wm_0.17.5.bb| 26 --

[oe] [meta-efl][WIP][PATCH 6/6] eve: restrict for armv7a, because upstream dropped support in webkit-efl

2014-03-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/eve_svn.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 3cc68cb..5845c2d 100644 --- a/meta-efl/recipes-efl/e17/eve_svn.bb +++ b/meta-efl/recipes-e

[oe] [meta-efl][WIP][PATCH 4/6] e-tasks: Migrate to eldbus

2014-03-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../0001-dbus-stuff-Convert-to-eldbus.patch| 204 + meta-efl/recipes-efl/e17/e-tasks_git.bb| 4 +- 2 files changed, 207 insertions(+), 1 deletion(-) create mode 100644 meta-efl/recipes-efl/e17/e-tasks/0001-dbus-stuff-Conv

[oe] [meta-efl][WIP][PATCH 1/6] efl: upgrade to 1.9.0

2014-03-06 Thread Martin Jansa
* announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2011-2

[oe] [meta-efl][WIP][PATCH 2/6] webkit-efl: upgrade to new snapshot r164189

2014-03-06 Thread Martin Jansa
* update webkit-efl_svn to point to the same source and old isn't compatible with new efl http://sourceforge.net/p/enlightenment/mailman/message/32002633/ * restrict for armv7a, because upstream dropped support Signed-off-by: Martin Jansa --- ...bkit-efl_2.3.2+svnr159807.bb => webkit-efl.inc

[oe] [meta-efl][WIP][PATCH 0/6] EFL upgrade to 1.9*

2014-03-06 Thread Martin Jansa
Just WIP, because it's not properly tested in runtime yet. The changes from 1.8 aren't so big as in 1.7 -> 1.8 upgrade so I plan to finish this soon(ish). The following changes since commit 279ebafb9dfcc3bd5095f4880e16a2e9401e38f7: systemd: Rename .bbappend to match any version (2014-03-05 18:4

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]

2014-03-06 Thread Martin Jansa
It's already in master-next, will be merged soon, sorry for delay. On Thu, Mar 6, 2014 at 3:00 PM, Andreas Müller wrote: > On Tue, Feb 25, 2014 at 8:06 PM, Andreas Müller > wrote: > > On Tue, Feb 25, 2014 at 6:27 PM, Martin Jansa > wrote: > >> On Tue, Feb 25, 2014 at 06:16:54PM +0100, Andreas

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]

2014-03-06 Thread Andreas Müller
On Tue, Feb 25, 2014 at 8:06 PM, Andreas Müller wrote: > On Tue, Feb 25, 2014 at 6:27 PM, Martin Jansa wrote: >> On Tue, Feb 25, 2014 at 06:16:54PM +0100, Andreas Müller wrote: >>> * there is no kms around >>> * mesa is the default implementation for (lib)gbm (see config.tests/qpa/kms) >>> * in c

Re: [oe] Meta java under poky-dora-10.0.1

2014-03-06 Thread Henning Heinold
On Thu, Mar 06, 2014 at 11:00:56AM +, MONDON Daniel wrote: > Hi, > > I take poky-dora-10.0.1 and bitbake -k core-image-sato (for beagleboard). > > I want to have openjdk7 : I take git meta-java. > > But I have the bitbake error : > ERROR: Nothing PROVIDES 'giflib' (but > /home/toto/poky-do

[oe] Meta java under poky-dora-10.0.1

2014-03-06 Thread MONDON Daniel
Hi, I take poky-dora-10.0.1 and bitbake -k core-image-sato (for beagleboard). I want to have openjdk7 : I take git meta-java. But I have the bitbake error : ERROR: Nothing PROVIDES 'giflib' (but /home/toto/poky-dora-10.0.1/meta-java/recipes-core/openjdk/openjdk-7_25b30-2.3.12.bb DEPENDS on or

[oe] [meta-qt5][dora][PATCH] qtwayland: Fix Project ERROR: Module v8 has no public API

2014-03-06 Thread Florin Sarbu
From: "florin.sarbu" Signed-off-by: Florin Sarbu --- .../fix.missing.v8.public.api.patch| 30 ++ .../qtwayland-git/fix.missing.v8.public.api.patch | 30 ++ recipes-qt/qt5/qtwayland.inc | 1 + 3 files changed, 61 ins

Re: [oe] [meta-qt5][dora][PATCH] Fix Project ERROR: Module v8 has no public API. make[1]:

2014-03-06 Thread Florin Sarbu
On 03/05/2014 09:26 PM, Martin Jansa wrote: On Wed, Mar 05, 2014 at 08:36:06PM +0200, Florin Sarbu wrote: Sorry, I'm not following what you want me to do now. Send another commit up for review, this time with 7327781083aea593b4911b6da7105e4984e28c68 cherry-pick'ed? Yes, because you added the