Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-09 Thread Martin Jansa
My initial tests show couple issues, but usually caused by other changes in that branch, not the gcc-8 itself. 1) strace-4.22 from http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-8=af33a8b721cc9caebd3f5226b4c5903f666ab654 fails to build with ptest enabled (it builds with

[oe] [meta-qt5][PATCH] nativesdk-qtbase: add quotes to CC and CXX in environment file

2018-05-09 Thread Samuli Piippo
CC and CXX include sysroot as argument to compiler and therefore includes spaces, which need to be quoted to work e.g., with dash. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [oe] [meta-python][PATCH] python-robotframework: Add runtime dependencies to robot framework

2018-05-09 Thread Tim Orling
Please also provide patch for python3-robotframework or indicate it is not needed. On Tue, May 8, 2018 at 6:38 PM Sipke Vriend wrote: > Add the runtime dependencies robot framework has so they are available on > images including it. > > Signed-off-by: Sipke Vriend

[oe] [meta-qt5][PATCH] qtbase: don't pass empty filename to function

2018-05-09 Thread Samuli Piippo
The environment variable is empty when running qmake from SDK or in device, which gives 'Empty filename passed to function' warning. Signed-off-by: Samuli Piippo --- ...3-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-initramfs][PATCH 2/2] grubby: update to latest

2018-05-09 Thread Trevor Woerner
This project doesn't seem to produce regular releases as they once did, the last such release (8.40-1) was in 2015 (over 3 years ago at this point). Therefore switch to building the latest git commit. Also, refresh the patches as required (used devtool --force-patch-refresh). Signed-off-by:

[oe] [meta-initramfs][PATCH 1/2] grubby: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives that are automatically generated have a tendency to change their checksums[1], switch to using git clones. Also, discovered that the sources for this project are no longer at github.com/rhinstaller but are located at github.com/rhboot. [1]

[oe] [meta-oe][PATCH 02/16] postgresql: Depend on external libnsl

2018-05-09 Thread Khem Raj
glibc has dropped libnsl support Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +- meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb | 5 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git

[oe] [meta-oe][PATCH 03/16] lmbench: Link with libtirpc on glibc as well

2018-05-09 Thread Khem Raj
glibc has dropped obsoleted rpc support Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb

[oe] [meta-oe][PATCH 01/16] poppler-data: Upgrade to 0.4.9

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../poppler/{poppler-data_0.4.8.bb => poppler-data_0.4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poppler/{poppler-data_0.4.8.bb => poppler-data_0.4.9.bb} (90%) diff --git

[oe] [meta-filesystems][PATCH 15/16] physfs: Update to 3.0.1

2018-05-09 Thread Khem Raj
License-Update: copyright years updated along with a note removal about LZMA SDK and LGPL see https://hg.icculus.org/icculus/physfs/rev/5b31ba402270 https://hg.icculus.org/icculus/physfs/rev/8f14bdf15b2a Signed-off-by: Khem Raj --- .../physfs/{physfs_2.0.3.bb =>

[oe] [meta-networking][PATCH 14/16] squid: Upgrade to 3.5.27

2018-05-09 Thread Khem Raj
Drop upstreamed/backported patches Signed-off-by: Khem Raj --- ...xcept-instead-of-throw-for-C-11-comp.patch | 46 --- .../squid/files/gcc7-fixes.patch | 26 --- .../{squid_3.5.26.bb => squid_3.5.27.bb} | 6 +-- 3 files changed, 2

[oe] [meta-networking][PATCH 08/16] recipes: Link with libtirpc

2018-05-09 Thread Khem Raj
glibc no longer provides rpc implementation Signed-off-by: Khem Raj --- .../recipes-connectivity/snort/snort_2.9.7.5.bb | 7 +++ .../conntrack-tools/conntrack-tools_1.4.4.bb | 6 ++ .../recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb | 6

[oe] [meta-oe][PATCH 16/16] upm: Fix build with gcc8

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Replace-strncpy-with-memcpy.patch| 49 +++ meta-oe/recipes-extended/upm/upm_git.bb | 3 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-xfce][PATCH 12/16] xfce4-vala: Build with 0.40.x vala APIs

2018-05-09 Thread Khem Raj
OE-Core has updated to 0.40.4 Signed-off-by: Khem Raj --- meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb

[oe] [meta-oe][PATCH 13/16] libmbim: Upgrade to 1.16.0

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libmbim/{libmbim_1.14.0.bb => libmbim_1.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.14.0.bb => libmbim_1.16.0.bb} (82%) diff --git

[oe] [meta-oe][PATCH 11/16] geany-plugins: Add dependency on fribidi

2018-05-09 Thread Khem Raj
Its needed by addons Fixes ld: cannot find -lfribidi | collect2: error: ld returned 1 exit status | make[3]: *** [Makefile:569: addons.la] Error 1 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb | 1 + 1 file changed, 1 insertion(+) diff

[oe] [meta-networking][PATCH 06/16] ippool: Adjust for glibc dropping rpc support

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../ippool/ippool/0003-musl-fixes.patch | 231 ++ .../recipes-daemons/ippool/ippool_1.3.bb | 8 +- 2 files changed, 16 insertions(+), 223 deletions(-) diff --git

[oe] [meta-networking][PATCH 05/16] openl2tp: Fix build without glibc's rpc/nsl support

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-include-rpc-clnt.h-for-resultproc_t.patch | 31 ...-kernel-headers-assumptions-on-glibc.patch | 36 --- .../openl2tp/openl2tp_1.8.bb | 15 +++- 3 files changed, 5 insertions(+), 77

[oe] [meta-oe][PATCH 04/16] openocd: Upgrade to tip of master

2018-05-09 Thread Khem Raj
Drop upstreamed patches Signed-off-by: Khem Raj --- .../0001-Add-fallthrough-comments.patch | 155 -- ...ound-new-warnings-generated-by-GCC-7.patch | 53 -- ...ing-break-to-fix-fallthrough-warning.patch | 27 ---

[oe] [meta-networking][PATCH 07/16] postfix: Depend on external libnsl

2018-05-09 Thread Khem Raj
Glibc has dropped libnsl Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc

[oe] [meta-gnome][PATCH 10/16] nautilus: Fix build with gdx-pixbuf >= to 2.36.11

2018-05-09 Thread Khem Raj
OE-Core has updates to 2.36.11, so we have to replace obsolete API uses Signed-off-by: Khem Raj --- ...ome-desktop-thumbnail-API-with-new-g.patch | 40 +++ .../recipes-gnome/nautilus/nautilus_3.18.5.bb | 10 +++-- 2 files changed, 47 insertions(+), 3

[oe] [meta-gnome][PATCH 09/16] evolution-data-server: Update to 3.26.6 and fix build with icu 61

2018-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- ...nded-way-to-handle-the-icu-namespace.patch | 46 +++ ...6.3.bb => evolution-data-server_3.26.6.bb} | 17 +++ 2 files changed, 55 insertions(+), 8 deletions(-) create mode 100644

[oe] [meta-multimedia][PATCH 1/3] gst-instruments: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives that are automatically generated have a tendency to change their checksums[1], switch to using git clones. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-multimedia][PATCH 2/3] gst-instruments: recipe cleanup, fix -staticdev

2018-05-09 Thread Trevor Woerner
Fix the detected QA issue whereby a static (*.a) library (i.e. ${PN}-staticdev) ended up in the main gst-instruments package. WARNING: gst-instruments-0.2.3-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: gst-instruments path

[oe] [meta-multimedia][PATCH 3/3] gst-instruments: update to latest

2018-05-09 Thread Trevor Woerner
Signed-off-by: Trevor Woerner --- .../{gst-instruments_0.2.3.bb => gst-instruments_git.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-support/gst-instruments/{gst-instruments_0.2.3.bb => gst-instruments_git.bb} (90%) diff

Re: [oe] [meta-multimedia][PATCH] openh264: switch away from github archive

2018-05-09 Thread Andre McCurdy
On Wed, May 9, 2018 at 3:46 PM, Trevor Woerner wrote: > Since we know that github archives which are automatically generated have a > tendency to change their checksums[1], switch to using a git clone. > > [1] >

[oe] [meta-multimedia][PATCH v2] openh264: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-multimedia][PATCH] tinyalsa: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

Re: [oe] [meta-multimedia][PATCH] openh264: switch away from github archive

2018-05-09 Thread Trevor Woerner
On Wed, May 9, 2018 at 7:34 PM, Andre McCurdy wrote: > On Wed, May 9, 2018 at 3:46 PM, Trevor Woerner wrote: > > +OPENHBRANCH = "openh264v1.7" > > "openh264" is a combination of "open" and "h264", so using "openh" in > this variable name looks a little

[oe] meson.bbclass broken on rocko

2018-05-09 Thread robert_joslyn
I have a build based on poky that makes use of meson.bbclass from meta-oe that is now broken after a recent update to OE-core. When using the latest rocko branches from poky and meta-oe, my meson builds end up with the wrong paths to ld and libc. For example, running ldd on one of my binaries:

[oe] [meta-multimedia][PATCH 1/2] libsrtp: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-multimedia][PATCH 2/2] libsrtp: bump 1.5.2 -> 1.6.0

2018-05-09 Thread Trevor Woerner
Signed-off-by: Trevor Woerner --- .../libsrtp/{libsrtp_1.5.2.bb => libsrtp_1.6.0.bb} | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) rename meta-multimedia/recipes-support/libsrtp/{libsrtp_1.5.2.bb => libsrtp_1.6.0.bb} (63%) diff --git

[oe] [meta-python][PATCH v2] python-robotframework: Add runtime dependencies to robot framework

2018-05-09 Thread Sipke Vriend
Add the runtime dependencies robot framework has so they are available on images including it. python-robotframework.inc is included by both python3 and python robot framework. python3 includes zlib by default so include python-zlib as a runtime dependency in the python-robotframework recipe and

Re: [oe] meson.bbclass broken on rocko

2018-05-09 Thread Martin Kelly
On 05/09/2018 02:04 PM, robert_jos...@selinc.com wrote: I have a build based on poky that makes use of meson.bbclass from meta-oe that is now broken after a recent update to OE-core. When using the latest rocko branches from poky and meta-oe, my meson builds end up with the wrong paths to ld and

Re: [oe] [meta-python][PATCH] python-robotframework: Add runtime dependencies to robot framework

2018-05-09 Thread Simonjan Vriend
Will add comment and resubmit. On Wed, May 9, 2018 at 11:02 PM, Tim Orling wrote: > Please also provide patch for python3-robotframework or indicate it is not > needed. > On Tue, May 8, 2018 at 6:38 PM Sipke Vriend > wrote: > >> Add the runtime

[oe] [meta-multimedia][PATCH] openh264: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-networking][PATCH 2/2] wolfssl: update 3.12.0 -> 3.14.4

2018-05-09 Thread Trevor Woerner
Signed-off-by: Trevor Woerner --- .../wolfssl/{wolfssl_3.12.0.bb => wolfssl_3.14.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.12.0.bb => wolfssl_3.14.4.bb} (94%) diff --git

[oe] [meta-networking][PATCH 1/2] wolfssl: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-networking][PATCH] ipcalc: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-networking][PATCH 2/2] geoip-perl: update 1.50 -> 1.51

2018-05-09 Thread Trevor Woerner
NOTE: the license checksum changed because the copyright year was changed from "2016" to "2002 - 2017". There are no other changes to the LICENSE otherwise. Signed-off-by: Trevor Woerner --- .../geoip/{geoip-perl_1.50.bb => geoip-perl_1.51.bb} | 4 ++-- 1 file

[oe] [meta-networking][PATCH 1/2] geoip-perl: switch away from github archive

2018-05-09 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner ---

[oe] [meta-oe][PATCH] collectd: Upgrade to 5.8.0

2018-05-09 Thread Khem Raj
Fix build with gcc8 along the way Forward port existing patches Signed-off-by: Khem Raj --- .../0001-conditionally-check-libvirt.patch| 33 ...for-Wno-error-format-truncation-comp.patch | 32 +++- .../0005-Disable-new-gcc8-warnings.patch | 65