[oe] [meta-oe][PATCH] fwts: upgrade to 17.03.00 release

2017-03-21 Thread Fathi Boudra
Update PV and SRCREV to match 17.03.00 release Signed-off-by: Fathi Boudra --- meta-oe/recipes-test/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb

Re: [oe] [oe-jethro] [meta-xfce][PATCH] imsettings: move to correct directory

2017-03-21 Thread Lei, Maohui
Hi, Why this patch hasn't been merged to jethro and krogoth branch? Best regards Lei > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded- > devel-boun...@lists.openembedded.org] On Behalf Of Lei, Maohui > Sent: Monday, December 26, 2016

[oe] [meta-filesystems][PATCH] aufs-utils-native: define CC

2017-03-21 Thread Bruce Ashfield
With the new host tools path filtering, aufs-utils-native fails to build as follows: | ERROR: oe_runmake failed | cc | -isystem/build/tmp/work/x86_64-linux/aufs-util-native/3.14+gitAUTOINC+b59a2167a1-r0/recipe-sysroot-native/usr/include | -O2 -pipe -O -Wall |

[oe] [meta-networking][PATCH] curlpp: 0.7.3 -> 0.8.1

2017-03-21 Thread kai.kang
From: Kai Kang Upgrade curlpp from 0.7.3 to 0.8.1. The main difference between 0.7.x and 0.8.0 is that it replaces autotools with cmake, see https://github.com/jpbarrette/curlpp/releases/tag/v0.8.0 The homepage of curlpp on googlecode is obsoleted, so update it and use

Re: [oe] State of bitbake world, Failed tasks 2017-03-15

2017-03-21 Thread Martin Jansa
For next run I've removed sstate-cache and downloads directory to detect broken SRC_URIs, here is the list: /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb:do_fetch

[oe] [meta-webserver][PATCH 1/2] nginx: set sane defaults for temp directories

2017-03-21 Thread Pascal Bach
Currently the build directiories en up in /usr/*_temp which is not what most users will expect. This changes the default location to /tmp/nginx/*_tmp. The location can still be overridden in the nginx.conf file. Signed-off-by: Pascal Bach ---

[oe] [meta-webserver][PATCH 2/2] nginx: make sure the user is correctly set for the volatile directories

2017-03-21 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf | 2 +- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 8/8] lftp: Upgrade to 4.7.7

2017-03-21 Thread Khem Raj
Delete charset.alias if generated Signed-off-by: Khem Raj --- .../recipes-connectivity/lftp/{lftp_4.7.5.bb => lftp_4.7.7.bb}| 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/lftp/{lftp_4.7.5.bb => lftp_4.7.7.bb}

[oe] [meta-oe][PATCH 4/8] libnice: Upgrade to 0.1.13

2017-03-21 Thread Khem Raj
works with gst1x therefore unblacklist Signed-off-by: Khem Raj --- .../{libnice_0.0.13.bb => libnice_0.1.13.bb} | 24 -- 1 file changed, 8 insertions(+), 16 deletions(-) rename meta-oe/recipes-support/farsight/{libnice_0.0.13.bb =>

[oe] [meta-networking][PATCH 6/8] dovecot: Use libtirpc to provide rpc on musl systems

2017-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb index

[oe] [meta-oe][PATCH 7/8] lio-utils: Fix GNU_HASH QA errors

2017-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...espect-environment-variables-and-add-LDFL.patch | 61 ++ meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | 4 +- 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH 5/8] ipsec-tools: Fix build with musl

2017-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...01-Fix-header-issues-found-with-musl-libc.patch | 249 + .../ipsec-tools/ipsec-tools_0.8.2.bb | 3 +- 2 files changed, 251 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 2/8] libssh: Force to use gcc toolchain

2017-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/libssh/libssh_0.7.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb index 6c2264971..79e7dc599 100644 ---

[oe] [meta-oe][PATCH 3/8] usrsctp: Enabled shared lib

2017-03-21 Thread Khem Raj
webrtc gstreamer plugin fails to build otherwise since libusrsctp.a is missing link on libss and so on convert inet support into packageconfigs while here Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 10 -- 1 file changed, 4

[oe] [meta-oe][PATCH 1/8] atop: Fix build with musl

2017-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- .../atop/0001-include-missing-header-files.patch | 97 ++ .../atop/{atop_2.2.3.bb => atop_git.bb}| 1 + 2 files changed, 98 insertions(+) create mode 100644