[oe] [PATCH] sdparm: 1.09 -> 1.10

2016-10-24 Thread Dengke Du
Signed-off-by: Dengke Du --- .../sdparm/files/make-sysroot-work.patch | 14 - meta-oe/recipes-support/sdparm/sdparm_1.09.bb | 23 -- meta-oe/recipes-support/sdparm/sdparm_1.10.bb | 23 ++ 3 files changed, 32 insertions(+), 28

Re: [oe] OE plans for morty

2016-10-24 Thread Randy MacLeod
On 2016-10-24 10:07 PM, akuster808 wrote: Randy, On 10/24/2016 05:51 PM, Randy MacLeod wrote: I saw that morty has been branched and there have been 38 commits made to master. Woo-hoo and thanks Martin! Armin, Many of the master commits sh/could be cherry-picked back to morty since th

Re: [oe] OE plans for morty

2016-10-24 Thread akuster808
Randy, On 10/24/2016 05:51 PM, Randy MacLeod wrote: I saw that morty has been branched and there have been 38 commits made to master. Woo-hoo and thanks Martin! Armin, Many of the master commits sh/could be cherry-picked back to morty since they are bug fixes rather than package uprevs

[oe] OE plans for morty

2016-10-24 Thread Randy MacLeod
I saw that morty has been branched and there have been 38 commits made to master. Woo-hoo and thanks Martin! Armin, Many of the master commits sh/could be cherry-picked back to morty since they are bug fixes rather than package uprevs. I have a list of commits to cherry-pick below. '?' indica

Re: [oe] openjdk-8 runtime failure with x11

2016-10-24 Thread Khem Raj
On Sun, Oct 23, 2016 at 6:01 PM, Randy Mortensen wrote: > Using yocto jethro and meta-java to build openjdk-8 but when running a java > swing app, it fails with the following: > > Exception in thread "main" java.awt.AWTError: Toolkit not found: > sun.awt.X11.XToolkit followed by a stack trace. >

[oe] [meta-oe][PATCHv2] fftw: Remove the fftw-dev package dependency on non-existent fftw package.

2016-10-24 Thread Philip Balister
The fftw-dev package RDEPENDS on the fftw package, but the package is not created. Remove the dependency on fftw so that images using fftw-dev will build. Signed-off-by: Philip Balister --- meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/r

Re: [oe] [meta-oe][PATCH v2] autoconf-archive: 2012.04.07 -> 2016.09.16

2016-10-24 Thread Martin Jansa
Then you (or someone else) need to fix gnome-common, before this is merged. On Mon, Oct 24, 2016 at 6:55 PM, msbarth wrote: > These macros should be provided by the autoconf-archive recipe as > gnome-common has been deprecated in favour of using the macros from the > latest upstream autoconf-arc

Re: [oe] [meta-oe][PATCH v2] autoconf-archive: 2012.04.07 -> 2016.09.16

2016-10-24 Thread msbarth
These macros should be provided by the autoconf-archive recipe as gnome-common has been deprecated in favour of using the macros from the latest upstream autoconf-archive which this patch set is moving to. On 10/12/2016 03:26 PM, Martin Jansa wrote: Some files from this conflict with gnome-co

Re: [oe] [meta-oe][PATCH] fftw: Allow an empty package for fftw.

2016-10-24 Thread Philip Balister
On 10/24/2016 11:43 AM, Martin Jansa wrote: > RDEPENDS_${PN}-dev_remove = “${PN}” I'll give it a whirl, thanks! Philip > > doesn't work? > > On Sat, Oct 22, 2016 at 1:05 AM, Philip Balister > wrote: > >> On 10/21/2016 01:08 PM, Khem Raj wrote: >>> On Oct 21, 2016, at 5:14 AM, Philip Bal

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

2016-10-24 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 ||q

Re: [oe] [meta-oe][PATCH] fftw: Allow an empty package for fftw.

2016-10-24 Thread Martin Jansa
RDEPENDS_${PN}-dev_remove = “${PN}” doesn't work? On Sat, Oct 22, 2016 at 1:05 AM, Philip Balister wrote: > On 10/21/2016 01:08 PM, Khem Raj wrote: > > > >> On Oct 21, 2016, at 5:14 AM, Philip Balister > wrote: > >> > >> The fftw-dev package RDEPENDS on the fftw package. Let the recipe > creat

Re: [oe] [meta-browser] Chromium Doesn't build for 32bit targets.

2016-10-24 Thread Trevor Woerner
I have been able to build and run chromium-52.0.2743.76 for qemux86! I'll be pushing a patch for this issue soon, but I want to do a little more investigation beforehand: 1) I discovered, a while back, that chromium won't run on the Minnow (x86-64) unless I also use glibc-2.23. Therefore for my t

[oe] [meta-oe][PATCH] nodejs: update to 4.6.1

2016-10-24 Thread Jonathan Liu
Fixes CVE-2016-5180. Signed-off-by: Jonathan Liu --- meta-oe/recipes-devtools/nodejs/{nodejs_4.6.0.bb => nodejs_4.6.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.6.0.bb => nodejs_4.6.1.bb} (96%) diff --git a/meta-oe/recipes-de

Re: [oe] [meta-qt5 PATCH] qmake5_paths.bbclass: Fix fonts installation path

2016-10-24 Thread Otavio Salvador
On Fri, Oct 21, 2016 at 9:58 AM, Otavio Salvador wrote: > On Fri, Oct 21, 2016 at 4:47 AM, Samuli Piippo wrote: >> That looks like the correct path to use, but how does this fix the problem? >> OE_QMAKE_PATH_QT_FONTS doesn't seem to used anywhere in meta-qt5 any more >> and probably should have b

[oe] [meta-oe][PATCH] openldap: use recommended backend mdb

2016-10-24 Thread wenzong.fan
From: Kai Kang The mdb backend to slapd(8) is the recommended primary backend for a normal slapd database. Add PACKAGECONFIG 'mdb' to enable it and build mdb as SLAPD_STATIC_BACKENDS. This fixes the errors while starting slapd: $systemctl start slapd Job for slapd.service failed because the