Re: [oe] thud][Pull request]

2019-02-01 Thread Khem Raj
On Thu, Jan 31, 2019 at 11:00 PM akuster808 wrote: > > The following changes since commit 6094ae18c8a35e5cc9998ac39869390d7f3bb1e2: > > geoip: update SRC_URI (2018-12-22 08:14:11 -0800) > > are available in the git repository at: > > git://git.openembedded.org/meta-openembedded thud-next > > f

[oe] [meta-networking][PATCH] networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIG

2019-02-01 Thread ferlandm
From: Marc Ferland Got the following error when I activated both ppp and modemmanager options: ERROR: networkmanager-1.14.4-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package: /usr/lib/pppd/2.4.5/nm-pppd-plugin.so Please set FILES such tha

[oe] [meta-networking][PATCH] dibbler: Fix build with clang/libc++

2019-02-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...Rename-pthread_mutex_t-variable-lock.patch | 74 +++ .../dibbler/dibbler_git.bb| 3 +- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-connectivity/dibbler/dibbler/0001-linux-port-Ren

[oe] [PATCH 2/2] libwebsockets: upgrade 3.0.0 -> 3.1.0

2019-02-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{libwebsockets_3.0.0.bb => libwebsockets_3.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_3.0.0.bb => libwebsockets_3.1.0.bb} (95%) diff --git a/meta-oe/recipes-connec

[oe] [PATCH 1/2] libwebsockets: fix multilib install

2019-02-01 Thread Andreas Müller
| ERROR: libwebsockets-3.0.0-r0 do_package: QA Issue: libwebsockets: Files/directories were installed but not shipped in any package: | /usr/lib/libwebsockets.so | /usr/lib/libwebsockets.a | /usr/lib/libwebsockets.so.13 | /usr/lib/cmake | /usr/lib/pkgconfig | /usr/lib/cmake/libwebsocke

Re: [oe] [meta-python][PATCH 2/2] python-slip-dbus: add a python3 version of the recipe

2019-02-01 Thread Callaghan, Dan
Excerpts from Khem Raj's message of 2019-01-31 09:28:02 -08:00: > On Thu, Jan 31, 2019 at 7:43 AM Callaghan, Dan > wrote: > > > > Signed-off-by: Dan Callaghan > > --- > > .../python/python-slip-dbus.inc | 29 + > > .../python/python-slip-dbus_0.6.5.bb | 31

[oe] [meta-java] icedtea build failure

2019-02-01 Thread Ben Swanson
Hi, I’m getting a compile issue on meta-java, poky. a6f135f7ac7 https://pastebin.com/fuK8WCkM openjdk-boot/hotspot/src/share/vm/adlc/output_c.cpp:577:6: error: ‘%*d’ directive output between 1 and 2147483647 bytes may cause result to exceed ‘INT_MAX’ [-Werror=fo

[oe] [meta-oe][PATCH 1/2] vim: Fix "--enable-gtk2-test" unrecognized option error

2019-02-01 Thread Ovidiu Panait
Fix the following build error when vim PACKAGECONFIG[gtkgui] is enabled: ... ERROR: vim-8.1.0347-r0 do_configure: QA Issue: vim: configure was passed unrecognised options: --enable-gtk2-test [unknown-configure-option] ERROR: vim-8.1.0347-r0 do_configure: Fatal QA errors found, failing task. ERROR:

[oe] [meta-oe][PATCH 2/2] vim: Enable GUI support for x11 DISTRO_FEATURES

2019-02-01 Thread Ovidiu Panait
Adding vim to a sato image will produce a non-working Gvim desktop entry because GUI support is not compiled in: # vim -g E25: GUI cannot be used: Not enabled at compile time Signed-off-by: Ovidiu Panait --- meta-oe/recipes-support/vim/vim_8.1.0347.bb | 5 - 1 file changed, 4 insertions(+)