Re: [oe] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Martin Jansa
On Wed, Oct 14, 2015 at 05:06:07PM +0300, Ioan-Adrian Ratiu wrote: > On 13.10.2015 16:08, Martin Jansa wrote: > > On Tue, Oct 13, 2015 at 03:40:20PM +0300, Ioan-Adrian Ratiu wrote: > >> On 13.10.2015 13:53, Martin Jansa wrote: > >>> On Fri, Oct 09, 2015 at 09:58:07AM +0300, Ioan-Adrian Ratiu

Re: [oe] [OE-core] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Otavio Salvador
On Wed, Oct 14, 2015 at 11:41 AM, Paul Eggleton wrote: > FWIW assuming it works and isn't specially patched, I think for x11vnc we'd > probably be better off using an external lib we can keep up-to-date rather > than > a bundled one that might be out-of-date; that

Re: [oe] [OE-core] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Paul Eggleton
On Wednesday 14 October 2015 17:33:23 Ioan-Adrian Ratiu wrote: > On 14.10.2015 17:16, Martin Jansa wrote: > > On Wed, Oct 14, 2015 at 05:06:07PM +0300, Ioan-Adrian Ratiu wrote: > >> On 13.10.2015 16:08, Martin Jansa wrote: > >>> On Tue, Oct 13, 2015 at 03:40:20PM +0300, Ioan-Adrian Ratiu wrote: >

Re: [oe] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Ioan-Adrian Ratiu
On 14.10.2015 17:16, Martin Jansa wrote: On Wed, Oct 14, 2015 at 05:06:07PM +0300, Ioan-Adrian Ratiu wrote: On 13.10.2015 16:08, Martin Jansa wrote: On Tue, Oct 13, 2015 at 03:40:20PM +0300, Ioan-Adrian Ratiu wrote: On 13.10.2015 13:53, Martin Jansa wrote: On Fri, Oct 09, 2015 at 09:58:07AM

Re: [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-10-14 Thread S. Lockwood-Childs
http://patchwork.openembedded.org/patch/99875/ Apparently this patch is still not in master, and I just ran across the problem with an externally built module (omaplfb from omap3-sgx-modules) in meta-ti layer. What's the plan for getting a correct Module.symver into shared_workdir for external

[oe] State of bitbake world, wrong PACKAGE_ARCHs 2015-10-14

2015-10-14 Thread Martin Jansa
On Tue, Sep 08, 2015 at 07:09:42PM +0200, Martin Jansa wrote: > ERROR: 84 issues were found in these recipes: android-tools > cryptodev-tests dracut initscripts ipsec-tools libauthen-sasl-perl > libdigest-hmac-perl libio-socket-ssl-perl linux-atm lmsensors > lttng-tools luna-sysmgr-ipc-messages

[oe] [meta-webserver][PATCH 4/6] nginx: update to 1.9.5

2015-10-14 Thread Jens Rehsack
many bux-fixes, optmizations and features added: Changes with nginx 1.9.5 22 Sep 2015 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the

[oe] [meta-webserver][PATCH 3/6] nginx: fix broken proxy_pass feature

2015-10-14 Thread Jens Rehsack
[NGINX ticket #748 - https://trac.nginx.org/nginx/ticket/748] Accoriding to #748 or https://github.com/archlinuxarm/PKGBUILDs/issues/1161, respectively, proxy_pass is broken on some architectures without position independent code. The solution is adding -fPIE -pie as build flags. Signed-off-by:

[oe] [meta-oe][PATCH 1/6] llvm: update 3.5.2 to have a sane ARM JIT for OpenJDK-8

2015-10-14 Thread Jens Rehsack
llvm introduced new JIT technology MCJIT with llvm 3.4 and fixes ARM in 3.5 (see http://llvm.org/releases/3.5.2/docs/ReleaseNotes.html#changes-to-the-arm-backend). Ensure JIT is built with llvm Signed-off-by: Jens Rehsack --- meta-oe/recipes-core/llvm/llvm.inc

Re: [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-10-14 Thread Martin Jansa
On Wed, Oct 14, 2015 at 11:35:56AM -0700, S. Lockwood-Childs wrote: > http://patchwork.openembedded.org/patch/99875/ > > Apparently this patch is still not in master, and I just ran across the > problem with an externally built module (omaplfb from omap3-sgx-modules) > in meta-ti layer. > >

[oe] Dizzy 1.7.4??

2015-10-14 Thread akuster808
Hello, The current dizzy version under test is 1.7.3. Will there be one more update after 2.0 releases, a 1.7.4? I have not done a last call and I have patches being stage for one more update. I have updated the 3.14 kernel but it introduced lttng issues. If 1.7.3 is the last update, there is no

[oe] jethro branch for meta-openembedded, meta-qt5 / maintainer wanted

2015-10-14 Thread Martin Jansa
Hello, as every 6 months I'm looking for some volunteer(s) to step-up and maintain "jethro" release branch. You can sign-up by replying to this thread and then one of you need to send README update like this:

[oe] meta-qt5 - Qt5LinguistTools cmake problem

2015-10-14 Thread Belisko Marek
Hi, I'm facing the same problem as already reported here: http://patchwork.openembedded.org/patch/97183/ when using qt5_add_translation in CMakeLists.txt Mentioned patch isn't included in actual meta-qt5 master which I'm using. Is there other solution or can I use this approach? Many thanks.

[oe] [PATCH][meta-oe][fido 1/3] lirc: Make X support to be a packageconfig

2015-10-14 Thread Martin Jansa
From: Khem Raj When we dont have x11 in distro features it fails to build since libx11 dependency is not satisfied Change-Id: I6774a83f965551a41afe12b1304e44e73fc789c0 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-oe][fido 2/3] lirc: use weak assignment in PACKAGECONFIG like other recipes

2015-10-14 Thread Martin Jansa
* using append makes it harder to disable PACKAGECONFIGs set from DISTRO_FEATURES Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH][meta-oe][fido 3/3] ruby: explicitly disable dtrace support

2015-10-14 Thread Martin Jansa
both 2.2.1 and 2.2.2 are failing on some hosts native builds with: | linking miniruby | load.o: In function `rb_f_load': | load.c:(.text+0x3af): undefined reference to `RUBY_DTRACE_LOAD_ENTRY_ENABLED' | load.c:(.text+0x428): undefined reference to `RUBY_DTRACE_LOAD_RETURN_ENABLED' |

Re: [oe] meta-qt5 daisy qtwebkit-examples bitbake error

2015-10-14 Thread Martin Jansa
On Wed, Oct 14, 2015 at 11:39:46AM -0700, Paul Knopf wrote: > Hey guys, > > Are you guys the right person to ask? I am getting a bitbake error when > compiling the qtwebkit-examples recipe in the daisy branch. openembedded-devel ML is better place to ask (see README) > "bitbake

Re: [oe] [OE-core] kernel.bbclass: Fix do_shared_workdir task ordering

2015-10-14 Thread Bruce Ashfield
On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs wrote: > http://patchwork.openembedded.org/patch/99875/ > > Apparently this patch is still not in master, and I just ran across the > problem with an externally built module (omaplfb from omap3-sgx-modules) > in meta-ti layer.

[oe] [meta-networking][PATCH 5/6] libnftnl: update from 1.0.3 to 1.0.5

2015-10-14 Thread Jens Rehsack
Update libnftnl from 1.0.3 to 1.0.5 (for Changelog see http://git.netfilter.org/libnftnl/log/) Signed-off-by: Jens Rehsack --- .../recipes-filter/libnftnl/{libnftnl_1.0.3.bb => libnftnl_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 6/6] nftables: update nftables userland tools from 0.4 to 0.5

2015-10-14 Thread Jens Rehsack
Update nftables tools from 0.4 to 0.5, for ChangeLog see http://git.netfilter.org/nftables/log/ Signed-off-by: Jens Rehsack --- .../recipes-filter/nftables/{nftables_0.4.bb => nftables_0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] jethro branch for meta-openembedded, meta-qt5 / maintainer wanted

2015-10-14 Thread akuster808
On 10/14/2015 02:18 AM, Martin Jansa wrote: > Hello, > > as every 6 months I'm looking for some volunteer(s) to step-up and > maintain "jethro" release branch. > > You can sign-up by replying to this thread and then one of you need to > send README update like this: Sign me up. will update

Re: [oe] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Ioan-Adrian Ratiu
On 13.10.2015 16:08, Martin Jansa wrote: On Tue, Oct 13, 2015 at 03:40:20PM +0300, Ioan-Adrian Ratiu wrote: On 13.10.2015 13:53, Martin Jansa wrote: On Fri, Oct 09, 2015 at 09:58:07AM +0300, Ioan-Adrian Ratiu wrote: Signed-off-by: Ioan-Adrian Ratiu ---

[oe] [PATCH 1/1] README: update maintainers list for jethro

2015-10-14 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-efl/README | 12 ++-- meta-filesystems/README | 12 +++- meta-gnome/README | 11 ++- meta-gpe/README | 12 ++-- meta-initramfs/README | 10 +-

[oe] [PATCH 0/1] Add Jethro maintainers

2015-10-14 Thread Armin Kuster
Please consider myself as a maintainer for jethro branch The following changes since commit 47f7d287a09329734629cb9d194ef4e077117d79: gnome-keyring: blacklist gnome-bluetooth, gvfs: try to build with libgnome-keyring only (2015-10-13 12:28:17 +0200) are available in the git repository at:

Re: [oe] [meta-oe][PATCH] polkit: fix an incomplete patch

2015-10-14 Thread Martin Jansa
On Wed, Oct 14, 2015 at 10:51:31AM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > The patch 0001-do-not-hardcoded-libdir.patch to fix > libprivdir is incomplete, it missed to fix the one > in data/Makefile.am, and causes failure: > > systemd[676]:

[oe] [PATCH] plymouth: Disable documentation

2015-10-14 Thread Khem Raj
It need docbook-xsl built natively and right now its not in its deps disable the documentaion generation completely to avoid the build issue Signed-off-by: Khem Raj --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-qt5][PATCH 06/11] qt5: make qt5.inc reusable qt5-module.bbclass

2015-10-14 Thread Samuli Piippo
On 25.08.2015 10:20, Samuli Piippo wrote: On 24.08.2015 15:45, Martin Jansa wrote: On Mon, Aug 24, 2015 at 12:13:52PM +0300, Samuli Piippo wrote: qt5.inc has common parts that can be used to build any Qt5 module. Make it a bbclass so that it is easily usable from other meta layers. require

Re: [oe] [meta-qt5][PATCH 06/11] qt5: make qt5.inc reusable qt5-module.bbclass

2015-10-14 Thread Samuli Piippo
On 25.08.2015 10:20, Samuli Piippo wrote: On 24.08.2015 15:45, Martin Jansa wrote: On Mon, Aug 24, 2015 at 12:13:52PM +0300, Samuli Piippo wrote: qt5.inc has common parts that can be used to build any Qt5 module. Make it a bbclass so that it is easily usable from other meta layers. require

[oe] [meta-webserver][PATCH] webmin: remove perl-module-sdbm from RDEPENDS

2015-10-14 Thread Chen Qi
Remove 'perl-module-sdbm' from RDEPENDS as perl don't build out this module. This also fixes the following warning. WARNING: QA Issue: webmin rdepends on perl-module-sdbm, but it isn't a build dependency? [build-deps] Signed-off-by: Chen Qi ---

[oe] [meta-webserver][PATCH 2/2] phpmyadmin: 4.4.9 -> 4.5.0.2

2015-10-14 Thread kai.kang
From: Kai Kang Upgrade phpmyadmin from 4.4.9 to 4.5.0.2 and SRC_URI is updated. Accoring to release note, there is NO API changes for 4.5.0.x serial. So upgrade to 4.5.0.2 rather than 4.4.15 which will only support for security fixes only. And license file has some text

[oe] [meta-oe][PATCH 1/2] openldap: 2.4.41 -> 2.4.42

2015-10-14 Thread kai.kang
From: Kai Kang Upgrade phpmyadmin from 2.4.41 to 2.4.42. And backport patch from http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=6fe51a9 to fix CVE-2015-6908. Signed-off-by: Kai Kang ---

Re: [oe] [meta-xfce][PATCH] vim: do not autoenable the mouse

2015-10-14 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com > Sent: Monday, October 12, 2015 5:16 PM > To: openembedded-devel@lists.openembedded.org > Subject: [oe]

Re: [oe] [meta-oe][PATCH v2] meta-oe: recipes-graphics: add libvncserver recipe

2015-10-14 Thread Ioan-Adrian Ratiu
On 13.10.2015 16:08, Martin Jansa wrote: On Tue, Oct 13, 2015 at 03:40:20PM +0300, Ioan-Adrian Ratiu wrote: On 13.10.2015 13:53, Martin Jansa wrote: On Fri, Oct 09, 2015 at 09:58:07AM +0300, Ioan-Adrian Ratiu wrote: Signed-off-by: Ioan-Adrian Ratiu ---