[oe] [meta-oe][PATCH] nodejs: upgrade from 4.2.4 to 4.2.6

2016-01-27 Thread Trevor Woerner
...plus a switch to xz. Signed-off-by: Trevor Woerner --- .../recipes-devtools/nodejs/{nodejs_4.2.4.bb => nodejs_4.2.6.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.2.4.bb => nodejs_4.2.6.bb} (94%) diff

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2016-01-25

2016-01-27 Thread Martin Jansa
On Wed, Jan 27, 2016 at 03:31:53PM +, Burton, Ross wrote: > On 27 January 2016 at 14:10, Martin Jansa wrote: > > > * /openembedded-core/meta/recipes-kernel/cryptodev/ > > cryptodev-module_1.8.bb, do_make_scripts > > *

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2016-01-25

2016-01-27 Thread Burton, Ross
On 27 January 2016 at 14:10, Martin Jansa wrote: > * /openembedded-core/meta/recipes-kernel/cryptodev/ > cryptodev-module_1.8.bb, do_make_scripts > * /openembedded-core/meta/recipes-kernel/lttng/lttng-modules_git.bb, > do_make_scripts > I can't replicate these

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2016-01-25

2016-01-27 Thread Andrea Adami
On Wed, Jan 27, 2016 at 4:46 PM, Martin Jansa wrote: > On Wed, Jan 27, 2016 at 03:31:53PM +, Burton, Ross wrote: >> On 27 January 2016 at 14:10, Martin Jansa wrote: >> >> > * /openembedded-core/meta/recipes-kernel/cryptodev/ >> >

[oe] [meta-multimedia][PATCH 2/2] rygel: Update to 0.28.2

2016-01-27 Thread Manuel Bachmann
From: Manuel Bachmann Update to latest version. This mainly fixes file uploading, which did not work in previous version (see upstream commit "1d45866a3fd7ca47bdbea60156bd18b994710662" among others). sqlite3 is now required to build whole rygel, as some media-export plugin

[oe] [meta-multimedia][PATCH 1/2] gupnp: Update to 0.20.14

2016-01-27 Thread Manuel Bachmann
From: Manuel Bachmann Update to latest version (required for latest Rygel). Signed-off-by: Manuel Bachmann --- meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb |8 meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.14.bb |8

Re: [oe] [PATCH 2/2][meta-multimedia] rygel: Update to 0.28.2

2016-01-27 Thread Manuel Bachmann [ IoT.bzh ]
Good catch, and sorry for the bad formatting. Resending both patches. 2016-01-27 15:14 GMT+01:00 Martin Jansa : > On Fri, Jan 22, 2016 at 03:51:41PM +0100, Manuel Bachmann wrote: > > From: Manuel Bachmann > > > > Update to latest version. This mainly fixes

Re: [oe] [meta-oe][PATCH] mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist

2016-01-27 Thread Martin Jansa
On Sun, Jan 17, 2016 at 01:26:07AM +0100, Sven Ebenfeld wrote: > Since building mongodb was impossible currently, I updated the recipe > and got it working on arm >= v6, x86 and x86_64. Unfortunately, it fails > building with system-boost for the current version 1.60. The corresponding > ticket

Re: [oe] [meta-oe][PATCH] OpenLDAP modules

2016-01-27 Thread Martin Jansa
On Sat, Jan 23, 2016 at 10:31:31PM +0100, BrunoVernay wrote: > --- Please follow http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines and improve commit message and add your SOB-line. > .../recipes-support/openldap/openldap_2.4.42.bb| 28 > +- > 1 file

Re: [oe] [meta-python][PATCH 00/13] Python pypi standardization and recipe updates

2016-01-27 Thread Martin Jansa
On Sun, Jan 24, 2016 at 08:17:33AM -0500, Derek Straka wrote: > Updates to the python recipes to standardize on pypi class for all packages > having sources hosted on pypi > > Bring several recipes up to latest releases of their respective packages > > The following changes since commit

[oe] [meta-networking][PATCH] netkit-telnet: Add to generate telnetlogin.

2016-01-27 Thread mingli.yu
From: Mingli Yu * Add oe_runmake line for telnetlogin to make the telnetlogin folder to be built. * Add FILES_${PN} line to let ${libdir}/telnetlogin to be included in netkit-telnet package. * Customize "install -D -m 4750 ${B}/telnetlogin/telnetlogin

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

2016-01-27 Thread Martin Jansa
On Fri, Jan 15, 2016 at 02:08:49AM -0800, Dai Caiyun wrote: > Signed-off-by: Dai Caiyun > --- > meta-oe/recipes-support/hwdata/hwdata_0.284.bb | 75 > ++ > 1 file changed, 75 insertions(+) > create mode 100644

[oe] State of bitbake world, Failed tasks 2016-01-25

2016-01-27 Thread Martin Jansa
qemux86_64 contains many more failures, because it was using slightly newer oe-core which again breaks more stuff. == Tested changes (not included in master yet) - bitbake == 450125e world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == 350c6c9

Re: [oe] [PATCH 2/2][meta-multimedia] rygel: Update to 0.28.2

2016-01-27 Thread Martin Jansa
On Fri, Jan 22, 2016 at 03:51:41PM +0100, Manuel Bachmann wrote: > From: Manuel Bachmann > > Update to latest version. This mainly fixes file uploading, > which did not work in previous version (see upstream commit > "1d45866a3fd7ca47bdbea60156bd18b994710662" among others). > >

Re: [oe] [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd

2016-01-27 Thread Martin Jansa
On Wed, Jan 13, 2016 at 05:08:19PM -0600, Nate Karstens wrote: > Adds a new recipe for dhcpcd version 6.10.0. It was merged, but there is QA warning: dhcpcd-6.9.4: dhcpcd rdepends on libudev, but it isn't a build dependency? [build-deps] Please send follow-up patch to fix this. >

[oe] [PATCH][meta-networking] netkit-rsh: add two patches and some fixes.

2016-01-27 Thread mingli.yu
From: Mingli Yu * Update the checksum of the license text to include all the license text to instead of the previous only from two to three line. * Customize compile option such as CFLAGS= -D_GNU_SOURCE and the specific install folder. * Customize pam configuration file