[oe] [meta-oe][PATCH] makedumpfile: update to 1.6.1

2017-01-05 Thread Yi Zhao
* Support 4.8 kernel * Add a patch to fix vmcore compressing for ppc64 Signed-off-by: Yi Zhao --- ...-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch | 73 ++ ...makedumpfile_1.6.0.bb => makedumpfile_1.6.1.bb} | 5 +- 2 files changed, 76 insertions(+), 2 deletions(-) create

[oe] [meta-qt5][morty][PATCH] qtwayland: update patch to apply with Qt 5.7.1

2017-01-05 Thread Mikko Gronoff
Update 0001-Fix-building-of-QWaylandIntegration-if-some-Qt5-feat.patch to apply on Qt 5.7.1 sources. Change-Id: Iaeba8a919cc354eead1c68bd5e96e8e59f0c1c77 Signed-off-by: Mikko Gronoff --- ...g-of-QWaylandIntegration-if-some-Qt5-feat.patch | 75 ++ 1 file changed, 19 insertions

[oe] [PATCH V3] raptor2: initial add 2.0.15

2017-01-05 Thread Andreas Müller
* it is it in meta-office for a while. Now I need it in meta-qt5-extra too * LICENSE.txt summarizes all licenses and explains that ot is user's choice which one to use Signed-off-by: Andreas Müller --- ...c-do-additional-checks-on-libxml2-also-wh.patch | 34 ++ meta-oe/reci

Re: [oe] apache2_2.4.23.bb fetcher crashes

2017-01-05 Thread matti kaasinen
2017-01-02 16:20 GMT+02:00 matti kaasinen : > Actually it was regarding that jquery library that I patched today. No, very big mistake. I just found message below arrived three days ago to my "advertisements and marketing" folder: This mailinglist requires people to subscribe before posting.

Re: [oe] [PATCH][V2 2/2] raptor2: initial add 2.0.15

2017-01-05 Thread Andreas Müller
On Thu, Jan 5, 2017 at 7:57 PM, Andreas Müller wrote: > On Thu, Jan 5, 2017 at 7:04 PM, Martin Jansa wrote: >> On Wed, Jan 04, 2017 at 02:27:23AM +0100, Andreas Müller wrote: >>> * it is it in meta-office for a while. Now I need it in meta-qt5-extra too >>> * LICENSE.txt summarizes all licenses a

Re: [oe] [PATCH][V2 2/2] raptor2: initial add 2.0.15

2017-01-05 Thread Andreas Müller
On Thu, Jan 5, 2017 at 7:04 PM, Martin Jansa wrote: > On Wed, Jan 04, 2017 at 02:27:23AM +0100, Andreas Müller wrote: >> * it is it in meta-office for a while. Now I need it in meta-qt5-extra too >> * LICENSE.txt summarizes all licenses and explains that ot is user's choice >> which one to use >

Re: [oe] [meta-networking][PATCH] lftp: update to 4.7.4

2017-01-05 Thread Martin Jansa
Resolving fossies.org (fossies.org)... 138.201.17.217 Connecting to fossies.org (fossies.org)|138.201.17.217|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://fossies.org/linux/misc/lftp-4.7.4.tar.bz2 [following] --2017-01-05 11:21:20-- https://fossi

Re: [oe] [PATCH][V2 2/2] raptor2: initial add 2.0.15

2017-01-05 Thread Martin Jansa
On Wed, Jan 04, 2017 at 02:27:23AM +0100, Andreas Müller wrote: > * it is it in meta-office for a while. Now I need it in meta-qt5-extra too > * LICENSE.txt summarizes all licenses and explains that ot is user's choice > which one to use > > Signed-off-by: Andreas Müller > --- > ...c-do-additi

Re: [oe] [meta-oe][PATCH v3] hwloc: Add

2017-01-05 Thread Martin Jansa
On Wed, Jan 04, 2017 at 10:20:43AM -0600, Haris Okanovic wrote: > https://www.open-mpi.org/projects/hwloc/ > > "The Portable Hardware Locality (hwloc) software package provides a > portable abstraction (across OS, versions, architectures, ...) of the > hierarchical topology of modern architectures

Re: [oe] [meta-networking][PATCH] tcpdump: upgrade to 4.8.1

2017-01-05 Thread Martin Jansa
On Mon, Jan 02, 2017 at 09:28:18AM +0100, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk Causes: ERROR: tcpdump-4.8.1-r0 do_configure: QA Issue: tcpdump: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option] ERROR: tcpdump-4.8.1-r0 do_configure: Fatal

[oe] [meta-python][PATCH 2/4] python-pytz: provide both python2 and python3 packages

2017-01-05 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-pytz.inc | 15 +++ .../recipes-devtools/python/python-pytz_2016.7.bb | 17 ++--- .../recipes-devtools/python/python3-pytz_2016.7.bb | 2 ++ 3 files changed, 19 ins

[oe] [meta-python][PATCH 1/4] python-chardet: provide both python2 and python3 packages

2017-01-05 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-chardet.inc | 8 meta-python/recipes-devtools/python/python-chardet_2.3.0.bb | 10 ++ meta-python/recipes-devtools/python/python3-chardet_2.3.0.bb | 2 ++ 3 files changed, 12 in

[oe] [meta-python][PATCH 4/4] python3-multidict: add package for multidict

2017-01-05 Thread Pascal Bach
From: Pascal Bach This package is Python 3 only Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb | 9 + 1 file changed, 9 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python3-multidict_2.1.4.bb diff --git a/meta-py

[oe] [meta-python][PATCH 3/4] python-yaml: provide both python2 and python3 package

2017-01-05 Thread Pascal Bach
From: Pascal Bach Further the recipe is simplified by using the pypi and setuptools class. The custom setup.py is no onger necessary. Signed-off-by: Pascal Bach --- .../recipes-devtools/python/python-pyyaml.inc | 14 + .../recipes-devtools/python/python-pyyaml/setup.py | 64 --

[oe] [PATCH 6/8] atkmm: update 2.22.7 -> 2.24.2

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-gnome/atk/{atkmm_2.22.7.bb => atkmm_2.24.2.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-gnome/atk/{atkmm_2.22.7.bb => atkmm_2.24.2.bb} (68%) diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb b/meta

[oe] [PATCH 7/8] gtkmm: update 2.24.3 -> 2.24.5

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-gnome/gtk+/{gtkmm_2.24.3.bb => gtkmm_2.24.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-gnome/gtk+/{gtkmm_2.24.3.bb => gtkmm_2.24.5.bb} (77%) diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb b/met

[oe] [PATCH 8/8] gnome-system-monitor: fix build after update of gnome c++ bindings

2017-01-05 Thread Andreas Müller
In file included from /usr/include/c++/6.2.0/type_traits:35:0, from /usr/include/sigc++-2.0/sigc++/visit_each.h:22, from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6, from /usr/include/sigc++-2.0/sigc++/signal_base.h:27, from /

[oe] [PATCH 5/8] pangomm: update 2.36.0 -> 2.40.1

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-graphics/pango/{pangomm_2.36.0.bb => pangomm_2.40.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/pango/{pangomm_2.36.0.bb => pangomm_2.40.1.bb} (81%) diff --git a/meta-oe/recipes-graphics/pango/pan

[oe] [PATCH 4/8] cairomm: update 1.11.2 -> 1.12.0

2017-01-05 Thread Andreas Müller
Sources are found at gnome so use gnomebase. Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb | 16 meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb | 15 +++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 met

[oe] [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{libsigc++-2.0_2.2.11.bb => libsigc++-2.0_2.10.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-2.0_2.2.11.bb => libsigc++-2.0_2.10.0.bb} (63%) diff --git a/meta-oe/recipes-co

[oe] [PATCH 3/8] glibmm: update 2.44.0 -> 2.50.0

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-core/glib-2.0/{glibmm_2.44.0.bb => glibmm_2.50.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/glib-2.0/{glibmm_2.44.0.bb => glibmm_2.50.0.bb} (87%) diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2

[oe] [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10

2017-01-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../mm-common/{mm-common_0.9.8.bb => mm-common_0.9.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/mm-common/{mm-common_0.9.8.bb => mm-common_0.9.10.bb} (51%) diff --git a/meta-oe/recipes-core/mm-common/

Re: [oe] [OE-core] OpenEmbedded Stand at FOSDEM

2017-01-05 Thread Philip Balister
On 01/03/2017 08:13 PM, Andreas Müller wrote: > On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister wrote: >> Every year since 2007, OpenEmbedded has a stand at FOSDEM >> (http://www.fosdem.org) >> >> From the first year: >> >> https://www.flickr.com/photos/32615155@N00/405229708/in/album-721575945610

[oe] [OE-core][morty][PATCH 1/1] apache2: always use the archive.apache.org to ensure older releases are always available

2017-01-05 Thread Piotr Lewicki
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Piotr Lewicki --- meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +- meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions

[oe] [OE-core][morty][PATCH 0/1] Fix building apache2 on morty branch

2017-01-05 Thread Piotr Lewicki
Patch from master that fixes building of apache2 on morty. Derek Straka (1): apache2: always use the archive.apache.org to ensure older releases are always available meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb | 2 +- meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb

[oe] [meta-oe][PATCH 1/1] lcov: fix env command argument pass issue

2017-01-05 Thread chunguang.yang
From: chunguang yang when exec lcov in bash, the following error will appear: /usr/bin/env: 'perl -w': No such file or directory perl uses the -w option to enable many warnings. But the env command can't pass the argument to perl, instead it treate perl -w as a file. To fix this issue, just kee