[oe] [meta-oe][PATCH] libmicrohttpd: bump to version 0.9.27

2013-08-18 Thread Ciprian Ciubotariu
--- .../libmicrohttpd/libmicrohttpd_0.9.27.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb diff --git a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb b/meta-oe/r

[oe] [oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-20 Thread Ciprian Ciubotariu
Prevent qmake from using mobilityconfig.prf from host system when build webkit. --- meta/recipes-qt/qt4/qt-4.8.0.inc |1 + meta/recipes-qt/qt4/qt-4.8.0/no-qt-mobility.patch | 52 + meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb |2 +- 3 files chang

Re: [oe] [oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-21 Thread Ciprian Ciubotariu
Fixed indentation and sent to oe-core mailing list. On Sat, 2012-04-21 at 07:30 +0200, Martin Jansa wrote: > On Sat, Apr 21, 2012 at 03:47:09AM +0300, Ciprian Ciubotariu wrote: > > Prevent qmake from using mobilityconfig.prf from host system when build > > webkit. > > ---

Re: [oe] Simultaneous build of two intree packages

2012-05-08 Thread Ciprian Ciubotariu
Not sure if it applies, but if all build dirs share the same configuration step, you could create a single recipe and split the results into more packages. On Mon, 2012-05-07 at 23:23 +0200, Radek Dostal wrote: > On Mon, 2012-05-07 at 15:08 -0600, Gary Thomas wrote: > > I think that your recipes a

Re: [oe] Package selection

2012-06-18 Thread Ciprian Ciubotariu
On Monday 18 June 2012 11:57:01 Dallas Clement wrote: > Lastly, it is possible to avoid the repeated fetching of source > packages? In other words, can the source URI's point to packages in a > local file system repository? I have extracted some minimal code from the old OE srctree.bbclass file t

[oe] [PATCH] v4l-utils: skip qv4l2

2012-02-20 Thread Ciprian Ciubotariu
See #2134 The makefiles in the project attempt to use the hosts' compilers if qmake is installed. --- .../v4l2apps/files/skip-qv4l2-0.8.4.patch | 37 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) c

[oe] [meta-oe][PATCH] v4l-utils: skip qv4l2 instead of using host toolchain

2012-02-20 Thread Ciprian Ciubotariu
See #2134 The makefiles in the project attempt to use the host compilers if qmake is installed. --- .../v4l2apps/files/skip-qv4l2-0.8.4.patch | 37 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) cre

[oe] [meta-oe][PATCH v2] v4l-utils: skip qv4l2 instead of using host toolchain

2012-02-21 Thread Ciprian Ciubotariu
See #2134 The makefiles in the project attempt to use the host compilers if qmake is installed. --- .../v4l2apps/files/skip-qv4l2-0.8.4.patch | 37 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) cre

Re: [oe] [meta-oe][PATCH v2] v4l-utils: skip qv4l2 instead of using host toolchain

2012-02-22 Thread Ciprian Ciubotariu
and still make use of git's DSCM abilities. On Wed, 2012-02-22 at 09:42 +0100, Koen Kooi wrote: > > Op 22-02-12 01:05, Ciprian Ciubotariu schreef: > > See #2134 > > What does that mean? ___ Openembedded-devel mailing list Openembe

[oe] [meta-oe][PATCH v3] v4l-utils: skip qv4l2 instead of using host toolchain

2012-03-12 Thread Ciprian Ciubotariu
The makefiles in the project attempt to use the host compilers if qmake is installed. --- .../v4l2apps/files/skip-qv4l2-0.8.4.patch | 37 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb |5 ++- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 10

[oe] [oe-core][PATCH] qt-mobility: fix build in the absence of opengl

2012-03-12 Thread Ciprian Ciubotariu
QMake pro files don't explicitly define QT_NO_OPENGL if the configuration lacks opengl, but example code relies on this define. --- .../qt4/files/qt-mobility-no-opengl.patch | 36 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |3 +- 2 files changed, 38 inse

[oe] [oe-core][PATCH v2] qt-mobility: fix build in the absence of opengl

2012-03-16 Thread Ciprian Ciubotariu
QMake pro files don't explicitly define QT_NO_OPENGL if the configuration lacks opengl, but example code relies on this define. --- .../qt4/files/qt-mobility-no-opengl.patch | 36 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |5 ++- 2 files changed, 39 ins

Re: [oe] qt4-tools-native not compiling

2011-03-28 Thread Ciprian Ciubotariu
I am experiencing the same problem, also on Gentoo x86_64. Thomas Elste wrote: > Hi, > > I'm trying to build qt4-tools-native (I'm on tested_2011-01-28 currently). > It fails while compiling qegl_qws.cpp (see log below). > There seems to be a problem with the Qt configure script checking for > E

[oe] [PATCH] Fixed build of qt4-tools-native on Gentoo

2011-04-12 Thread Ciprian Ciubotariu
More on the problem can be found at http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg15734.html Signed-off-by: Ciprian Ciubotariu --- recipes/qt4/files/hack-out-egl_config.patch | 28 +++ recipes/qt4/qt4-tools-native.inc|1 + 2