[oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-09 Thread Martin Kelly
Hi all, This patch series adds a new recipe for Open VM Tools to meta-oe. This recipe is invaluable for using Openembedded with VMWare, as without the tools, performance is very slow. More information about Open VM Tools can be found here: https://github.com/vmware/open-vm-tools Please

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-09 Thread Patrick Ohly
On Fri, 2017-06-09 at 16:34 +0200, Patrick Ohly wrote: > On Fri, 2017-06-09 at 13:24 +, Khem Raj wrote: > > > > On Fri, Jun 9, 2017 at 1:43 AM Patrick Ohly > > wrote: > > > > On Wed, 2017-06-07 at 21:44 +, Peter Kjellerstedt wrote: > > > My guess

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-09 Thread Patrick Ohly
On Fri, 2017-06-09 at 13:24 +, Khem Raj wrote: > > On Fri, Jun 9, 2017 at 1:43 AM Patrick Ohly > wrote: > > On Wed, 2017-06-07 at 21:44 +, Peter Kjellerstedt wrote: > > My guess is that the problem stems from the fact that >

[oe] [PATCH] gflags: change download name.

2017-06-09 Thread Ismo Puustinen
Just having "v2.2.0.tar.gz" was causing problems with other similarly misconfigured packages. Signed-off-by: Ismo Puustinen --- meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-09 Thread Khem Raj
On Fri, Jun 9, 2017 at 1:43 AM Patrick Ohly wrote: > On Wed, 2017-06-07 at 21:44 +, Peter Kjellerstedt wrote: > > My guess is that the problem stems from the fact that security_flags.inc > > adds -pie (which is a linker flag) to SECURITY_CFLAGS rather than > >

Re: [oe] About recipe for hireidis

2017-06-09 Thread Philip Balister
On 06/09/2017 08:51 AM, Мар'ян Пріцак wrote: > Hi all, > > I was looking for hiredis recipe and found it in Intel's IOT layer > https://layers.openembedded.org/layerindex/recipe/33258/ > Is it a good idea to move it to some generic place like meta-oe where redis >

[oe] About recipe for hireidis

2017-06-09 Thread Мар'ян Пріцак
Hi all, I was looking for hiredis recipe and found it in Intel's IOT layer https://layers.openembedded.org/layerindex/recipe/33258/ Is it a good idea to move it to some generic place like meta-oe where redis (https://layers.openembedded.org/layerindex/recipe/838/) recipe is, or should I include

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-09 Thread Samuli Piippo
I could not say. The origin bugreport that changed this for QtWebEngine was https://bugreports.qt.io/browse/QTBUG-59504 On 09.06.2017 11:16, Martin Jansa wrote: Then why does it work for chromium which used to have the same issue? On Fri, Jun 9, 2017 at 7:15 AM, Samuli Piippo

[oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-09 Thread Patrick Ohly
On Wed, 2017-06-07 at 21:44 +, Peter Kjellerstedt wrote: > My guess is that the problem stems from the fact that security_flags.inc > adds -pie (which is a linker flag) to SECURITY_CFLAGS rather than > SECURITY_LDFLAGS... I think I've seen that cause problems elsewhere when the CFLAGS came

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-09 Thread Martin Jansa
Then why does it work for chromium which used to have the same issue? On Fri, Jun 9, 2017 at 7:15 AM, Samuli Piippo wrote: > That's done on purpose, the tools are built with same bitness as the > target. > This is why you need to have gcc-multilib available on the build

[oe] [PATCH] esound: Upgrade to 0.2.41

2017-06-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-audio_alsa09.c-alsa-drain-fix.patch | 26 ++ ...sing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch | 31 - .../esound/0002-Undefine-open64-and-fopen64.patch | 35 +++

[oe] [meta-oe][PATCH 3/4] logwarn: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang logwarn is a utility for finding interesting messages in log files. Signed-off-by: Jackie Huang --- meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | 46 +++ 1 file changed, 46 insertions(+)

[oe] [meta-oe][PATCH 2/4] enscript: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang enscript is a plain ASCII to PostScript converter. Signed-off-by: Jackie Huang --- .../enscript/enscript/enscript-autoconf.patch | 118 + .../recipes-extended/enscript/enscript_1.6.6.bb|

[oe] [meta-oe][PATCH 4/4] microcode-ctl: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang The microcode_ctl utility is a companion to the IA32 microcode driver. Signed-off-by: Jackie Huang --- .../0001-add-support-for-other-distributions.patch | 27 ++ .../files/0001-fix-the-help-return-code.patch

[oe] [meta-oe][PATCH 1/4] agent-proxy: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang agent-proxy is a simple, small proxy which is intended for use with kgdb, or gdbserver type connections where you want to share a text console and a debug session. Signed-off-by: Jackie Huang ---

[oe] [meta-oe][PATCH 0/4] add new recipes: agent-proxy, enscript, logwarn and microcode-ctl

2017-06-09 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 41cf832cc9abd6f2293a6d612463a34a53a9a52a: Revert "rrdtool: add gettext-native dependency" (2017-06-05 11:13:09 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

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

2017-06-09 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] [meta-python][PATCH 2/2] python3-django: add python3 recipe and update to 1.11.2

2017-06-09 Thread jackie.huang
From: Jackie Huang * move the mommon portions into .inc * update to version 1.11.2 * add new recipe for python3-django Signed-off-by: Jackie Huang --- .../python/{python-django_1.10.5.bb => python-django.inc} | 6 +++---

[oe] [meta-python][PATCH 1/2] python3-django-south: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang * move the common portions into .inc * add new recipe for python3-django-south Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-django-south.inc | 17 +

[oe] [meta-python][PATCH 0/2] python3-django: add python3 recipes and update

2017-06-09 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 41cf832cc9abd6f2293a6d612463a34a53a9a52a: Revert "rrdtool: add gettext-native dependency" (2017-06-05 11:13:09 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git