[oe] [meta-browser][PATCH V3 3/3] firefox: do not link against crmf library it is not there

2017-01-11 Thread Andreas Müller
and build succeeds without it fixes: | <...>/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/6.2.0/ld: error: cannot find -lcrmf Signed-off-by: Andreas Müller --- ...link-against-crmf-library-it-is-not-there.patch | 48 ++ recipes-mozilla/firefox/firefox_45.6.0es

[oe] [meta-browser][PATCH V3 0/3] firefox build fixes

2017-01-11 Thread Andreas Müller
Hope patches apply now... Andreas Müller (3): firefox: fix configure with oe-core master - there is no nss-config firefox: use pkg-config to find nspr firefox: do not link against crmf library it is not there .../firefox/0001-use-pkg-config-to-find-nss.patch | 47 + ..

[oe] [meta-browser][PATCH V3 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
nspr-config adds path /usr/include which causes lots of | cc1plus: warning: include location "/usr/include" is unsafe for cross-compilation [-Wpoison-system-directories] and finally fails with | In file included from /usr/include/sys/syscall.h:31:0, | from /cortexa7hf-neon-vf

[oe] [meta-browser][PATCH V3 1/3] firefox: fix configure with oe-core master - there is no nss-config

2017-01-11 Thread Andreas Müller
| configure:15633: checking for NSS - version >= 3.21.3 | configure: error: you don't have NSS installed or your version is too old Signed-off-by: Andreas Müller --- .../firefox/0001-use-pkg-config-to-find-nss.patch | 47 ++ recipes-mozilla/firefox/firefox_45.6.0esr.bb

Re: [oe] [OE-core] [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Jeff Osier-Mixon
That is an excellent question. The main issue is that the room usually contains 20-25 people who are spread too far apart for many solutions to hear effectively. This is compounded by normally not having any access to the room until the morning of the event, so it is always a mad scramble. This ye

Re: [oe] [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Paul Eggleton
On Mon, 09 Jan 2017 16:04:57 Philip Balister wrote: > As we do around each Embedded Linux Conference, OpenEmbedded will host a > developer meeting to discuss the state of OpenEmbedded and what efforts > we should focus on over the next six months or so. > > All developers and users are welcome to

Re: [oe] [yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-11 Thread Jeff Osier-Mixon
Hi Sandeep - yes, there is a DevDay planned for Friday Feb 24, after ELC. Details and registration links are here: https://www.yoctoproject.org/devday On Wed, Jan 11, 2017 at 4:43 PM, Sandeep G.R wrote: > Hi Philip, > > Is Yocto developer day planned during ELC-2017 Portland, USA. Can you > sha

[oe] [meta-oe][PATCH v5] Chromium-utils: add recipe for Chromium Embedded Controller utilities

2017-01-11 Thread Moritz Fischer
Add a recipe to build 'ectool' a utility to interact with the embedded controller on Google's chromebooks (and other platforms using it). Signed-off-by: Moritz Fischer --- Changes from v1: - Replaced DESCRIPTION with SUMMARY (Martin) - Use EXTRA_OEMAKE (Martin) - Removed FILESEXTRAPATHS (Martin)

Re: [oe] [meta-oe][PATCH] nano: upgrade to 2.7.4

2017-01-11 Thread Khem Raj
On Wed, Jan 11, 2017 at 3:36 AM, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../nano/nano-2.2.5/ncursesw.includedir.patch| 12 > > meta-oe/recipes-support/nano/nano.inc| 6 +++--- > meta-oe/recipes-support/nano/nan

[oe] [meta-oe][PATCH] jsoncpp: upgrade to 1.8.0

2017-01-11 Thread Oleksandr Kravchuk
Upgraded jsoncpp to version 1.8.0 and changed home page to the new one. Signed-off-by: Oleksandr Kravchuk --- .../jsoncpp/{jsoncpp_1.7.7.bb => jsoncpp_1.8.0.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.7.7.bb

Re: [oe] [meta-webserver][PATCH] apache2: update to version 2.4.25

2017-01-11 Thread Brian Hutchinson
On Wed, Dec 21, 2016 at 6:38 PM, Derek Straka wrote: > Signed-off-by: Derek Straka > --- > ...2-native_2.4.23.bb => apache2-native_2.4.25.bb} | 4 ++-- > .../apache2/apache2/cve-2016-5387.patch| 25 > -- > .../{apache2_2.4.23.bb => apache2_2.4.25.bb} | 5

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

2017-01-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-devtools/nodejs/{nodejs_4.7.0.bb => nodejs_4.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.7.0.bb => nodejs_4.7.2.bb} (96%) diff --git a/meta-oe/recipes-devtools/nodejs/no

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
Ok. I'll test v3. Thanks. On Wed, Jan 11, 2017 at 10:50 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 1:42 PM, Martin Jansa > wrote: > > He could be using more strict PATCHTOOL or the patch got mangled by > > patchwork/git-am. > > > > Can you upload your ch

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
On Wed, Jan 11, 2017 at 1:42 PM, Martin Jansa wrote: > He could be using more strict PATCHTOOL or the patch got mangled by > patchwork/git-am. > > Can you upload your changes to some branch for Fabio to compare with what > he applied from patchwork? > I create the patches from scratch currently an

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Martin Jansa
He could be using more strict PATCHTOOL or the patch got mangled by patchwork/git-am. Can you upload your changes to some branch for Fabio to compare with what he applied from patchwork? On Wed, Jan 11, 2017 at 1:35 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
On Wed, Jan 11, 2017 at 1:31 PM, Alexander Kanavin wrote: > On 01/11/2017 02:22 PM, Andreas Müller wrote: > >> As far as I can remember there was an announcement by Alexander >> Kanavin to change patching to more restrictive mode so that the full >> three lines before/after change must match. Will

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Alexander Kanavin
On 01/11/2017 02:22 PM, Andreas Müller wrote: As far as I can remember there was an announcement by Alexander Kanavin to change patching to more restrictive mode so that the full three lines before/after change must match. Will redo patch creation based on firefox 45.6.. This hasn't yet happen

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
I'm testing with master branch for all layers. On Wed, Jan 11, 2017 at 10:22 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 1:03 PM, Fabio Berton > wrote: > > ERROR: firefox-45.6.0esr-r0 do_patch: Command Error: 'quilt --quiltrc > > ../build/tmp/sysroots/x86_

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
On Wed, Jan 11, 2017 at 1:03 PM, Fabio Berton wrote: > ERROR: firefox-45.6.0esr-r0 do_patch: Command Error: 'quilt --quiltrc > ../build/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 0 Output: > Applying patch 0002-use-pkg-config-to-find-nspr.patch > patching file configure > Hunk #1 FAI

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
Yes. On Wed, Jan 11, 2017 at 10:07 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 12:57 PM, Fabio Berton > wrote: > > This patch doesn't apply. > > is git://github.com/OSSystems/meta-browser.git > > still correct repo for meta-browser? > > Andreas > -- >

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
On Wed, Jan 11, 2017 at 12:57 PM, Fabio Berton wrote: > This patch doesn't apply. is git://github.com/OSSystems/meta-browser.git still correct repo for meta-browser? Andreas -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
ERROR: firefox-45.6.0esr-r0 do_patch: Command Error: 'quilt --quiltrc ../build/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 0 Output: Applying patch 0002-use-pkg-config-to-find-nspr.patch patching file configure Hunk #1 FAILED at 15153. 1 out of 1 hunk FAILED -- rejects in file configur

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Andreas Müller
On Wed, Jan 11, 2017 at 12:57 PM, Fabio Berton wrote: > This patch doesn't apply. > > On Tue, Jan 10, 2017 at 4:48 PM, Andreas Müller < > schnitzelt...@googlemail.com> wrote: > >> nspr-config adds path /usr/include >> >> which causes lots of >> >> | cc1plus: warning: include location "/usr/include

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
This patch doesn't apply. On Tue, Jan 10, 2017 at 4:48 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > nspr-config adds path /usr/include > > which causes lots of > > | cc1plus: warning: include location "/usr/include" is unsafe for > cross-compilation [-Wpoison-system-directories] >

[oe] [meta-oe][PATCH] nano: upgrade to 2.7.4

2017-01-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../nano/nano-2.2.5/ncursesw.includedir.patch| 12 meta-oe/recipes-support/nano/nano.inc| 6 +++--- meta-oe/recipes-support/nano/nano_2.2.5.bb | 8 meta-oe/recipes-support/nano/