[oe] [meta-oe][PATCH] logwatch: 7.4.1 -> 7.4.3

2016-09-21 Thread Wang Xin
Upgrade logwatch from 7.4.1 to 7.4.3. Signed-off-by: Wang Xin --- .../logwatch/{logwatch_7.4.1.bb => logwatch_7.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/logwatch/{logwatch_7.4.1.bb => logwatch_7.4.3.bb} (95%) diff --git

Re: [oe] [meta-networking][PATCH] samba: remove blacklist

2016-09-21 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, September 21, 2016 4:45 PM > To: openembedded-devel > Subject: Re: [oe] [meta-networking][PATCH] sam

Re: [oe] [OE-core] State of bitbake world 2016-09-20

2016-09-21 Thread Andrea Adami
On Wed, Sep 21, 2016 at 10:38 PM, Andrea Adami wrote: > On Wed, Sep 21, 2016 at 10:19 PM, Martin Jansa wrote: >> >> == Number of issues - stats == >> {| class='wikitable' >> !|Date !!colspan='3'|Failed tasks >> !!colspan='6'|Failed depencencies

Re: [oe] [OE-core] State of bitbake world 2016-09-20

2016-09-21 Thread Andrea Adami
On Wed, Sep 21, 2016 at 10:19 PM, Martin Jansa wrote: > > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks > !!colspan='6'|Failed depencencies!!|Signatures > !!colspan='12'|QA !!Comment > |-

[oe] [PATCH 2/2] evince: add intltool-native to DEPENDS

2016-09-21 Thread Andreas Müller
| WARNING: evince-3.18.2-r5 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb b/meta-gnome/recip

[oe] [PATCH 1/2] portaudio: has MIT license

2016-09-21 Thread Andreas Müller
| WARNING: portaudio-v19-v19+svnr1387-r0 do_populate_lic: portaudio-v19: No generic license file exists for: PortAudio in any provider Signed-off-by: Andreas Müller --- meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met

[oe] State of bitbake world 2016-09-20

2016-09-21 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||

Re: [oe] [PATCH 2/2] imagemagick: depend on fftw not virtual/fftw

2016-09-21 Thread Khem Raj
On Tue, Sep 20, 2016 at 10:20 PM, Andreas Müller wrote: > On Wed, Sep 21, 2016 at 4:41 AM, Khem Raj wrote: >> On Sat, Sep 17, 2016 at 5:47 PM, Andreas Müller >> wrote: >>> Signed-off-by: Andreas Müller >>> --- >>> meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 2 +- >>> 1 file chan

[oe] [meta-qt5][krogoth][PATCH] qtwebengine: Add gperf-native to DEPENDS

2016-09-21 Thread Fabio Berton
Fix error: FAILED: cd ../build/tmp/work/cortexa9hf-neon-mx6qdl-linux-gnueabi/qtwebengine/ 5.6.99+5.7.0-beta+gitAUTOINC+dbf7dd2742_29c16917b3-r0/git/src/3rdparty/chromium/ third_party/WebKit/Source/platform; gperf "--key-positions=*" -D -s 2 ColorData.gperf "--output-file=../build/tmp/work/cortexa9

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move xtscal recipe from oe-core layer Signed-off-by: Maxin B. John --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch | 621 + .../xtscal/dso_linking_ch

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move tslib recipe from oe-core layer Signed-off-by: Maxin B. John --- meta-oe/recipes-graphics/tslib/tslib/ts.conf | 25 + meta-oe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-oe/recipes-graphics/tslib/tslib_1.1.bb | 53 +++ 3 files changed, 86 ins

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-21 Thread Maxin B. John
Move pointercal recipe from oe-core layer Signed-off-by: Maxin B. John --- .../recipes-graphics/pointercal/pointercal/COPYING | 2 ++ .../pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 + .../pointercal/pointercal/qemuarmv6/pointe

[oe] [PATCH 2/4] meta-oe: add pointercal to layer.conf

2016-09-21 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John --- meta-oe/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index eba8ccd..bdc8210 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/c

[oe] [PATCH v3 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-21 Thread Maxin B. John
Move tslib, pointercal and xtscal recipes from oe-core. These recipes are already removed from oe-core with these commits: 1. xtscal: remove recipe : 5bcdb9f0995474635789cf0774aba9b774277c53 2. tslib: remove recipe : d37f6b595fd9ce53c79ff9281f2e20df7fa0503d 3. pointercal: remove recipe: d56dffe629

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-21 Thread Martin Jansa
On Wed, Sep 21, 2016 at 02:36:58PM +1000, Jonathan Liu wrote: > On 21 September 2016 at 12:37, Khem Raj wrote: > > On Thu, Sep 15, 2016 at 3:19 PM, Paul Eggleton > > wrote: > >> On Fri, 16 Sep 2016 10:17:11 Paul Eggleton wrote: > >>> On Thu, 01 Sep 2016 14:40:43 Maxin B. John wrote: > >>> > Move

Re: [oe] [meta-networking][PATCH] samba: remove blacklist

2016-09-21 Thread Martin Jansa
Yes, and libpam autodetected dependency wasn't fixed by the change mentioned in the commit message, but in new change provided by Andreas (also in master-next). https://patchwork.openembedded.org/patch/131789/ On Wed, Sep 21, 2016 at 10:38 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote:

Re: [oe] [meta-networking][PATCH] samba: remove blacklist

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 9:39 AM, wrote: > From: Jackie Huang > > * The libpam dependency issue is fixed by: > > 12a118989296d13e036d0daa9f9a3d45eee03ded > waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS > > * I can't never reproduce the issue with new binutils-2.27, > but it

[oe] [meta-oe][PATCH] mozjs: fix crash on non-x86 64 bit systems

2016-09-21 Thread Koen Kooi
Mozjs is mozillaware, meaning that it barely works on x86 and is plain broken on everything else. This time mozjs assumes that noone will ever have more than 47bit for VA, breaking aarch64 which can have more. Thanks to polkit developers using mozjs systemd will crash early during boot when usin

[oe] [meta-networking][PATCH] samba: remove blacklist

2016-09-21 Thread jackie.huang
From: Jackie Huang * The libpam dependency issue is fixed by: 12a118989296d13e036d0daa9f9a3d45eee03ded waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS * I can't never reproduce the issue with new binutils-2.27, but it should be fixed by: b60c60806e57f69233db582ef88d11386

Re: [oe] [meta-oe][PATCH] mariadb: add libdbi-perl to the depends of mariadb-server

2016-09-21 Thread Martin Jansa
On Wed, Sep 21, 2016 at 01:42:47PM +0800, Yu, Mingli wrote: > > > On 2016年09月18日 15:52, Yu, Mingli wrote: > > > > > > On 2016年09月05日 12:27, Zhixiong Chi wrote: > >> > >> > >> On 2016年09月01日 20:20, Martin Jansa wrote: > >>> On Tue, Aug 23, 2016 at 11:10:30AM +0800, Zhixiong Chi wrote: > The c

Re: [oe] [meta-filesystems][PATCH 1/2] xfsprogs: 3.2.3 -> 4.7.0

2016-09-21 Thread Martin Jansa
On Wed, Sep 21, 2016 at 10:53:21AM +0800, wenzong fan wrote: > On 09/13/2016 10:49 PM, Martin Jansa wrote: > > On Mon, Sep 12, 2016 at 01:20:01AM -0700, Robert Yang wrote: > >> The 3.2.3 doesn't work with kernel 4.8 any more. > >> > >> * Update remove-install-as-user.patch and > >> xfsprogs-genera