Re: [oe] [meta-oe][PATCH] mozjs: fix configure host contamination

2016-04-26 Thread Burton, Ross
On 26 April 2016 at 20:08, Mark Asselstine wrote: > | Traceback (most recent call last): > | File "./config.status", line 9, in > | from ConfigStatus import config_status > | File >

Re: [oe] [meta-oe][PATCH v3] hwdata: add new recipe

2016-04-26 Thread Khem Raj
> On Apr 26, 2016, at 2:20 PM, Paul Eggleton > wrote: > > On Tue, 26 Apr 2016 09:50:54 Khem Raj wrote: >>> On Apr 26, 2016, at 1:43 AM, Dai Caiyun wrote: >>> >>> Signed-off-by: Dai Caiyun >>> --- >>>

Re: [oe] [meta-oe][PATCH v3] hwdata: add new recipe

2016-04-26 Thread Paul Eggleton
On Tue, 26 Apr 2016 09:50:54 Khem Raj wrote: > > On Apr 26, 2016, at 1:43 AM, Dai Caiyun wrote: > > > > Signed-off-by: Dai Caiyun > > --- > > meta-oe/recipes-support/hwdata/hwdata_0.288.bb | 21 + > > 1 file changed, 21

[oe] [meta-networking][V2][PATCH] samba: fix QA warnings.

2016-04-26 Thread Armin Kuster
V2: Fix WARN: samba: samba rdepends on libarchive, but it isn't a build dependency? V1: WARNING: samba-4.4.2-r0 do_package_qa: QA Issue: samba rdepends on libaio, but it isn't a build dependency, missing libaio in DEPENDS or PACKAGECONFIG? [build-deps] WARNING: samba-4.4.2-r0 do_package_qa: QA

[oe] [meta-oe][PATCH] mozjs: fix configure host contamination

2016-04-26 Thread Mark Asselstine
When building mozjs the following error was observed | Traceback (most recent call last): | File "./config.status", line 9, in | from ConfigStatus import config_status | File "/build/bitbake_build/tmp/work/corei7-64-wrs-linux/mozjs/17.0.0-r0/mozjs17.0.0/js/src/build/ConfigStatus.py",

Re: [oe] [meta-networking][PATCH] samba: fix QA warnings.

2016-04-26 Thread akuster808
On 04/26/2016 07:26 AM, Martin Jansa wrote: > On Mon, Apr 25, 2016 at 09:12:29AM -0700, Armin Kuster wrote: >> WARNING: samba-4.4.2-r0 do_package_qa: QA Issue: samba rdepends on libaio, >> but it isn't a build dependency, missing libaio in DEPENDS or PACKAGECONFIG? >> [build-deps] >> WARNING:

[oe] [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again

2016-04-26 Thread Khem Raj
Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb Signed-off-by: Khem Raj --- meta-oe/recipes-support/iksemel/iksemel_1.4.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb

[oe] [PATCH][meta-qt5 4/4] qtwebkit: add PACKAGECONFIGs for libxcomposite, libxrender, fontconfig

2016-04-26 Thread Martin Jansa
* fixes following QA: WARNING: qtwebkit-5.6.99+5.7.0-alpha+gitAUTOINC+e9b369b16f-r0 do_package_qa: QA Issue: qtwebkit rdepends on libxcomposite, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebkit_git.bb | 14

[oe] [PATCH][meta-qt5 3/4] qtbase: remove fonts packages

2016-04-26 Thread Martin Jansa
* fonts were removed from qtbase in: commit c5ceabb9a1caf6b9b7615a28c3097f221772f645 Author: Laszlo Agocs Date: Mon Aug 17 18:32:41 2015 +0200 Purge all fonts Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-qt5 2/4] qtbase: Remove unsupported options xvideo, xinerama, xinput, gtkstyle

2016-04-26 Thread Martin Jansa
* xvideo and xinerama were removed in: commit e824abd987d77efaa085fe1f9fb514d270798d55 Author: Alexander Volkov Date: Tue Oct 13 18:43:25 2015 +0300 configure: Remove unused options -xvideo and -xinerama -xvideo was not used even by Qt 4 for a long time.

Re: [oe] [meta-oe][PATCH v3] hwdata: add new recipe

2016-04-26 Thread Khem Raj
> On Apr 26, 2016, at 1:43 AM, Dai Caiyun wrote: > > Signed-off-by: Dai Caiyun > --- > meta-oe/recipes-support/hwdata/hwdata_0.288.bb | 21 + > 1 file changed, 21 insertions(+) > create mode 100644

Re: [oe] [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison

2016-04-26 Thread Khem Raj
> On Apr 26, 2016, at 8:30 AM, Denys Dmytriyenko wrote: > > On Tue, Apr 26, 2016 at 08:37:19AM +0200, Martin Jansa wrote: >> The strange part is that examples built fine here with current master >> (5.5.99/5.6-beta) >> without your patches. > > That is strange. Can it be

Re: [oe] [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison

2016-04-26 Thread Denys Dmytriyenko
On Tue, Apr 26, 2016 at 08:37:19AM +0200, Martin Jansa wrote: > The strange part is that examples built fine here with current master > (5.5.99/5.6-beta) > without your patches. That is strange. Can it be toolchain-related? I'm using Linaro gcc-5.3, but I would expect OE-built gcc-5.3 to be as

Re: [oe] [meta-networking][PATCH] samba: fix QA warnings.

2016-04-26 Thread Martin Jansa
On Mon, Apr 25, 2016 at 09:12:29AM -0700, Armin Kuster wrote: > WARNING: samba-4.4.2-r0 do_package_qa: QA Issue: samba rdepends on libaio, > but it isn't a build dependency, missing libaio in DEPENDS or PACKAGECONFIG? > [build-deps] > WARNING: samba-4.4.2-r0 do_package_qa: QA Issue: samba

Re: [oe] [meta-oe][PATCH] openbox: add run time dependency on openbox-theme-clearlooks

2016-04-26 Thread Nicolas Dechesne
Martin, Armin, this patch was merged in master, and it applies cleanly on jethro, is that possible to get it merged in jethro as well? thanks On Mon, Apr 4, 2016 at 3:35 PM, Nicolas Dechesne wrote: > Without this default theme install , openbox is unable to start,

Re: [oe] [PATCH 1/1] Add simple-mtpfs recipe

2016-04-26 Thread Karlsson, Johnny
Ping! -Original Message- From: Karlsson, Johnny Sent: den 6 april 2016 13:09 To: openembedded-devel@lists.openembedded.org Subject: [PATCH 1/1] Add simple-mtpfs recipe SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux (and other operating systems with

Re: [oe] [meta-qt5][PATCH] Use completely PKG_CONFIG which set the variables: - $libdir_raw - $incdir_raw - $libs - $cflags There is no need to have anything in the .pro files then.

2016-04-26 Thread Julien Gueytat
Thanks for your help about patch conventions. Sorry for this. Concerning the patch it's for now only a quick patch to have test and compilation working for all the layers which have an existing pkg-config files for EGL. The bug report and the patch here are only to better understand what's

Re: [oe] [meta-qt5][PATCH] Use completely PKG_CONFIG which set the variables: - $libdir_raw - $incdir_raw - $libs - $cflags There is no need to have anything in the .pro files then.

2016-04-26 Thread Martin Jansa
On Mon, Apr 25, 2016 at 06:05:20PM +0200, Julien Gueytat wrote: > Please note that the variables used directly through mkspecs set the end > variables > while pkgconfig set $libdir_raw - $incdir_raw - $libs - $cflags. You need blank line as separator of commit summary and body, also please

Re: [oe] [meta-qt5][PATCH] qt5: Allow disabling SHA validation for branch

2016-04-26 Thread Martin Jansa
On Wed, Apr 20, 2016 at 04:51:02PM +0300, Samuli Piippo wrote: > Qt releases are done from a release branch (5.x.x), which is later merged > back to a stable branch (5.x) and then removed. When a recipe is updated > to use the released SHA from the release branch, it will eventually break > when

[oe] [meta-oe][PATCH 2/2] mariadb: Fix rootfs creation errors

2016-04-26 Thread Li Xin
error: file /usr/share/doc/README from install of mariadb-leftovers-5.5.46-* conflicts with file from package dmidecode-doc-2.12-* Signed-off-by: Li Xin --- meta-oe/recipes-support/mysql/mariadb.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 1/2] rp-pppoe: Fix rootfs creation errors

2016-04-26 Thread Li Xin
error: file /usr/share/doc/README from install of rp-pppoe-doc-3.11-* conflicts with file from package dmidecode-doc-2.12* Signed-off-by: Li Xin --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.12.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe] [meta-oe][PATCH] wayland-fits: update, get out of PNBLACKLIST

2016-04-26 Thread Manuel Bachmann
From: Manuel Bachmann Update to latest version, which has fixes for building with Weston >= 1.8.91, and thus builds with branches >= Jethro. Signed-off-by: Manuel Bachmann --- meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | 5 + 1 file changed, 1

[oe] [meta-networking][PATCH] snort: fix paths in pkgconfig files

2016-04-26 Thread Chen Qi
Fix paths in pkgconfig files and remove snort from blacklist. Signed-off-by: Chen Qi --- meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH v3] hwdata: add new recipe

2016-04-26 Thread Dai Caiyun
Signed-off-by: Dai Caiyun --- meta-oe/recipes-support/hwdata/hwdata_0.288.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.288.bb diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.288.bb

[oe] [meta-oe][PATCH] rsnapshot: use ${bindir} as rsync location

2016-04-26 Thread git
From: André Draszik Signed-off-by: André Draszik --- .../recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe]PATCH] mozjs_17.0.0.bb: Fix do_srpm error

2016-04-26 Thread Li Xin
The function do_sourceclean() will lead to do_srpm failed, so use do_unpack instead. Signed-off-by: Li Xin --- meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git

Re: [oe] [meta-qt5][PATCH 1/2] qtdeclarative: fix compilation of examples/qquickviewcomparison

2016-04-26 Thread Martin Jansa
The strange part is that examples built fine here with current master (5.5.99/5.6-beta) without your patches. On Mon, Apr 25, 2016 at 11:43 PM, Denys Dmytriyenko wrote: > On Mon, Apr 25, 2016 at 11:24:42PM +0200, Martin Jansa wrote: > > I was testing if this is still needed

[oe] [meta-networking][krogoth][PATCH] dnsmasq: get systemd only working again

2016-04-26 Thread Anders Darander
From: Mark Asselstine The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only dnsmasq runtime. No sysvinit scripts are included in systemd only builds (and should not be) and the dnsmasq