[oe] [meta-networking][PATCH 4/4] samba: Fix build with musl

2017-06-02 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-connectivity/samba/samba/glibc_only.patch | 15 +++ .../samba/samba/netdb_defines.patch | 19 +++ .../recipes-connectivity/samba/samba_4.6.2.bb | 2 ++ 3 files changed, 36

[oe] [meta-oe][PATCH 3/4] openipmi: Fix build with musl

2017-06-02 Thread Khem Raj
Signed-off-by: Khem Raj --- .../openipmi/files/include_sys_types.patch | 17 + meta-oe/recipes-support/openipmi/openipmi_2.0.22.bb | 1 + 2 files changed, 18 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH 1/4] caps: Fix buld with -pie

2017-06-02 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-multimedia/caps/caps/append_ldflags.patch | 18 ++ meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb | 1 + 2 files changed, 19 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/4] python-numeric: Fix build with musl

2017-06-02 Thread Khem Raj
Use gettimeofday() definition from system Signed-off-by: Khem Raj --- ...-define-this-function-differently-than-it.patch | 30 ++ .../recipes-devtools/python/python-numeric_24.2.bb | 4 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode

[oe] [meta-oe][PATCH] Meson update and fix

2017-06-02 Thread Adam Foltzer
Hi everyone, These patches respectively fix some issues with the Meson bitbake class, and update the devtool recipe to the latest version. These issues arose when creating a new recipe for a C++ project that uses Meson, but the additional linker flags should help with C recipes as well. The

[oe] PATCH] Update quagga to version 1.2.1

2017-06-02 Thread Hofemeier, Ulf
Hi, Here’s a recipe to update quagga in OE meta-networking to the latest version. Subject: [PATCH] Updated quagga to version 1.2.1. Added c-ares dependency as this is now needed by build time configure setup. Signed-off-by: Ulf Hofemeier ---

Re: [oe] [meta-python][PATCH 1/8] python-pyudev: Add possibility to build python3-pyudev

2017-06-02 Thread Moritz Fischer
Hi all, On Thu, Jun 1, 2017 at 9:42 AM, Moritz Fischer wrote: > Extend recipe to support python3 as well. > > Signed-off-by: Moritz Fischer > --- > .../recipes-devtools/python/python-pyudev.inc | 22 >

[oe] [meta-qt5][PATCH v2] Upgrade to Qt 5.9.0

2017-06-02 Thread Samuli Piippo
* adapt QtWebEngine recipe to use GN instead of GYP * add QtRemoteObjects and QtWebView as a new Qt modules * update available QtBase configure arguments * remove obsolete patches * patch all .pc files to remove build paths * include generated QML cache files in packages * the patch "configure

[oe] [PATCH 2/2] meson: set native tools

2017-06-02 Thread Ross Burton
When cross-compiling meson respects the usual CC, CFLAGS and so on environment variables for *native* tools not *cross* tools, so instead of unexporting CC we should re-export the right tools. Not only is this the right thing to do, but recent changes to oe-core means that the default compiler

[oe] [PATCH 1/2] meson: enable process reporting for do_compile

2017-06-02 Thread Ross Burton
Ninja outputs progress information during a build (for example [12/34]) so we can tell bitbake how to parse this. Signed-off-by: Ross Burton --- meta-oe/classes/meson.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/classes/meson.bbclass

Re: [oe] [meta-oe][PATCH] leveldb: update to 1.20

2017-06-02 Thread Khem Raj
Pascal I sent a patch to upgrade to 1.20 yesterday http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113003.html with additional packaging changes as well. On Fri, Jun 2, 2017 at 1:04 AM, Pascal Bach wrote: > The tmalloc patch went upstream in the

Re: [oe] [PATCH] openvpn: Upgrade 2.3.9 -> 2.4.2

2017-06-02 Thread Leonardo Sandoval
On Fri, 2017-06-02 at 10:21 +0900, Fan Xin wrote: > Signed-off-by: Fan Xin > --- > .../recipes-support/openvpn/{openvpn_2.3.9.bb => openvpn_2.4.2.bb} | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename

[oe] [meta-oe][PATCH] zsh: update to 5.3.1

2017-06-02 Thread Branden Archer
--- meta-oe/recipes-extended/zsh/{zsh_5.0.5.bb => zsh_5.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/zsh/{zsh_5.0.5.bb => zsh_5.3.1.bb} (92%) diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.3.1.bb

[oe] [meta-oe][PATCH 2/3] umip: add systemd and sysvinit support

2017-06-02 Thread jackie.huang
From: Jackie Huang Add systemd service and and sysvinit script so it's easy to manage the mip6d daemon. Signed-off-by: Jackie Huang --- meta-oe/recipes-connectivity/umip/files/mip6d | 112 +

[oe] [meta-oe][PATCH 3/3] umip: fix EXTRA_OECONF and add RRECOMMENDS

2017-06-02 Thread jackie.huang
From: Jackie Huang * fix EXTRA_OE_CONF -> EXTRA_OECONF * add RRECOMMENDS on kernel modules Signed-off-by: Jackie Huang --- meta-oe/recipes-connectivity/umip/umip_1.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-oe][PATCH 1/3] umip: fix for parallel compilation

2017-06-02 Thread jackie.huang
From: Jackie Huang Add missing dependency in Makefile to fix the parallel compile issue and re-enable PARALLEL_MAKE Signed-off-by: Jackie Huang --- ...ependency-to-support-parallel-compilation.patch | 23 ++

[oe] [meta-oe][PATCH] leveldb: update to 1.20

2017-06-02 Thread Pascal Bach
The tmalloc patch went upstream in the meantime Signed-off-by: Pascal Bach --- .../leveldb/0001-Explicitly-disable-tcmalloc.patch | 48 -- meta-oe/recipes-extended/leveldb/leveldb_git.bb| 8 ++-- 2 files changed, 3 insertions(+), 53 deletions(-)

[oe] [meta-oe][PATCH 0/3] umip: several fixes

2017-06-02 Thread jackie.huang
From: Jackie Huang -- The following changes since commit b063789560bfb9c60a7a15277b5b3a9839b5ba74: libgpiod: add new recipe (2017-05-23 15:59:31 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git jhuang0/r_up_umip_170602_0

[oe] [meta-oe][PATCH 2/2] devmem2: use different filename to avoid checksum conflicts

2017-06-02 Thread Martin Siegumfeldt
From: Denys Dmytriyenko The newly resurrected devmem2.c file besides having a new location, also updates its header, producing different checksums, which would conflict with any previously cached or mirrored instances. To avoid such conflicts, use a different filename in fetch().

[oe] [meta-networking][PATCH 4/4] proftpd: Update to 1.3.6 release

2017-06-02 Thread Khem Raj
Use the new gnu-config files for musl support Signed-off-by: Khem Raj --- .../proftpd/files/build_fixup.patch| 54 +++--- .../{proftpd_1.3.5b.bb => proftpd_1.3.6.bb}| 7 +-- 2 files changed, 31 insertions(+), 30 deletions(-) rename

[oe] [meta-oe][PATCH 3/4] konkretcmpi: Update and fix build with latest oe-core

2017-06-02 Thread Khem Raj
Drop already upstreamed patch Signed-off-by: Khem Raj --- .../0001-drop-including-rpath-cmake-module.patch | 38 ++ ...-0.9.2-fix-returning-instance-from-method.patch | 38 -- .../konkretcmpi/konkretcmpi_0.9.2.bb | 4

[oe] [meta-oe][PATCH 2/4] leveldb: Update to 1.20

2017-06-02 Thread Khem Raj
package tests into a seprate package package static libs as well Update also fixes build with musl Signed-off-by: Khem Raj --- .../leveldb/0001-Explicitly-disable-tcmalloc.patch | 48 -- meta-oe/recipes-extended/leveldb/leveldb_git.bb| 19 ++--- 2

[oe] [meta-gnome][PATCH 1/4] onboard: Upgrade to 1.4.1

2017-06-02 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-support/onboard/{onboard_1.3.0.bb => onboard_1.4.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-support/onboard/{onboard_1.3.0.bb => onboard_1.4.1.bb} (72%) diff --git