Re: [oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Khem Raj
> On Oct 15, 2015, at 3:00 AM, Samuli Piippo > wrote: > > Load additional oe-device-extra.pri in the default linux-oe-g++ mkspec to > allow simple changing of target dependent values. This is useful for any > target that needs to specify e.g., QMAKE_LIBS_EGL or other additional configs. > > Si

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

2015-10-15 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, October 14, 2015 7:26 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-o

[oe] [meta-multimedia][PATCH] vorbis-tools: fix CVE-2015-6749

2015-10-15 Thread Kang Kai
On 2015年10月16日 11:23, kai.k...@windriver.com wrote: From: Kai Kang Backport patch to fix CVE-2015-6749 from: https://trac.xiph.org/ticket/2212 Forgot layer info. Add it to title. --Kai Signed-off-by: Kai Kang --- ...oggenc-Fix-large-alloca-on-bad-AIFF-input.patch | 49

[oe] [PATCH] vorbis-tools: fix CVE-2015-6749

2015-10-15 Thread kai.kang
From: Kai Kang Backport patch to fix CVE-2015-6749 from: https://trac.xiph.org/ticket/2212 Signed-off-by: Kai Kang --- ...oggenc-Fix-large-alloca-on-bad-AIFF-input.patch | 49 ++ .../vorbis-tools/vorbis-tools_1.4.0.bb | 4 +- 2 files changed, 52 insertions(+),

Re: [oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Andre McCurdy
On Thu, Oct 15, 2015 at 6:38 AM, Otavio Salvador wrote: > On Thu, Oct 15, 2015 at 8:47 AM, Martin Jansa wrote: >> On Thu, Oct 15, 2015 at 01:00:31PM +0300, Samuli Piippo wrote: >>> Load additional oe-device-extra.pri in the default linux-oe-g++ mkspec to >>> allow simple changing of target depend

Re: [oe] [meta-qt5][PATCH] qtbase: fix QA warning of host uid leakage

2015-10-15 Thread Martin Jansa
On Thu, Oct 15, 2015 at 08:21:27PM +0200, Anders Darander wrote: > Two files in /usr/lib, were own by the uid of the build process. > > Signed-off-by: Anders Darander > --- > recipes-qt/qt5/qtbase_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-qt/qt5/qtbase_git.bb b/r

Re: [oe] [OE-core] [PATCH 0/1] Solving the GTK+ libgl runtime dependency issue

2015-10-15 Thread Burton, Ross
On 15 October 2015 at 18:26, Andreas Müller wrote: > I have several gtk3+ applications that stopped working. E.G > network-manager-applet has stopped working: running > nm-connection-editor fails with 'Couldn't open libGL.so.1'. Same for > parole. > I grepped network-manager-applet: there is not

[oe] [meta-qt5][PATCH] qtbase: fix QA warning of host uid leakage

2015-10-15 Thread Anders Darander
Two files in /usr/lib, were own by the uid of the build process. Signed-off-by: Anders Darander --- recipes-qt/qt5/qtbase_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 39d02a9..99ac208 100644 --- a/recipes-qt/qt5/qt

Re: [oe] [OE-core] [PATCH 0/1] Solving the GTK+ libgl runtime dependency issue

2015-10-15 Thread Andreas Müller
On Fri, Oct 9, 2015 at 2:20 PM, Jussi Kukkonen wrote: > > Recap of the situation as I understand it: > * Gtk+3 works fine without any OpenGL, if GtkGLArea is not used > * When GtkGLArea is used, Gtk+ uses libepoxy which is supposed > dlopen the correct libraries as they are needed I have several

Re: [oe] meta-qt5 - Qt5LinguistTools cmake problem

2015-10-15 Thread Martin Jansa
On Wed, Oct 14, 2015 at 11:44:33PM -0700, Khem Raj wrote: > > > On Oct 14, 2015, at 1:34 PM, Belisko Marek wrote: > > > > Hi, > > > > I'm facing the same problem as already reported here: > > http://patchwork.openembedded.org/patch/97183/ > > > > when using qt5_add_translation in CMakeLists.tx

Re: [oe] [PATCH] plymouth: Disable documentation

2015-10-15 Thread Khem Raj
On Thu, Oct 15, 2015 at 6:22 AM, Andreas Müller wrote: > On Thu, Oct 15, 2015 at 3:06 AM, Khem Raj wrote: >> 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 >> --- >> me

[oe] Updates to meta-java (master) in 2015-10-15

2015-10-15 Thread Otavio Salvador
Hello, I pushed following updates: commit 573c9b4e706467fe974a026dbbc5309e66071edd (HEAD -> pending, yocto/master, m/master) Author: Jens Rehsack Date: Thu Oct 15 13:54:41 2015 +0200 openjdk: Avoid extra-noise because of self-satisfying dependency I realized one small issue last

Re: [oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Otavio Salvador
On Thu, Oct 15, 2015 at 8:47 AM, Martin Jansa wrote: > On Thu, Oct 15, 2015 at 01:00:31PM +0300, Samuli Piippo wrote: >> Load additional oe-device-extra.pri in the default linux-oe-g++ mkspec to >> allow simple changing of target dependent values. This is useful for any >> target that needs to spe

Re: [oe] [meta-java][PATCH 1/6] cacao-initial-native: fix rebuild with uncleaned workdir breaks accidently

2015-10-15 Thread Otavio Salvador
On Thu, Oct 15, 2015 at 8:51 AM, Jens Rehsack wrote: > > When cacao-initial-native is rebuilt because of changed dependency, executable > name in wrapper script is accidently changed twice into > "cacao-initial-inital". > This is prevented now. > > Signed-off-by: Jens Rehsack A patch fixing thi

Re: [oe] [meta-java][PATCH 6/6] openjdk-8: fix build error with gcc5

2015-10-15 Thread Otavio Salvador
On Thu, Oct 15, 2015 at 8:55 AM, Jens Rehsack wrote: > > Applying a fix from openjdk-9 repository which fixes build issues using gcc5 > > Signed-off-by: Jens Rehsack Please squash this onto the previous commit. It is good to cite the patch backport but there is no need to be another commit. Ple

Re: [oe] [PATCH] plymouth: Disable documentation

2015-10-15 Thread Andreas Müller
On Thu, Oct 15, 2015 at 3:06 AM, Khem Raj wrote: > 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 c

[oe] [meta-java][PATCH 6/6] openjdk-8: fix build error with gcc5

2015-10-15 Thread Jens Rehsack
Applying a fix from openjdk-9 repository which fixes build issues using gcc5 Signed-off-by: Jens Rehsack --- ..._than_returning_address_of_local_variable.patch | 23 ++ recipes-core/openjdk/openjdk-8_72b00.bb| 14 ++--- recipes-core/openjdk/openjre-8_72b0

[oe] [meta-java][PATCH 5/6] openjdk: Avoid extra-noise because of self-satisfying dependency

2015-10-15 Thread Jens Rehsack
I realized one small issue last days: the dependency of openjdk-*-demos on java2-vm, which is provided by the current recipe (eg. openjdk-7) causes bitbake scan for alternatives (eg. java2-vm provided by openjdk-6) without any need. I would recommend to remove such a generic dependency: * openj

[oe] [meta-java][PATCH 4/6] meta-java: avoid garbadge files making noise when gitting around :)

2015-10-15 Thread Jens Rehsack
Adding a .gitignore file ignoring the typical noise when applying patches, working with common editors and so on. Based on .gitignore of meta-openembedded. Signed-off-by: Jens Rehsack --- .gitignore | 4 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignor

[oe] [meta-java][PATCH 2/6] icedtea7-native: compiling without x11

2015-10-15 Thread Jens Rehsack
Allow building icedtea7 without any X11 dependency. This affects the native part only which is required to bootstrap openjdk-8-native for cross-compiling openjdk-8, but should be adoptable for cross-compiled recipe as well as for openjdk-6. Signed-off-by: Jens Rehsack --- recipes-core/icedtea

[oe] [meta-java][PATCH 1/6] cacao-initial-native: fix rebuild with uncleaned workdir breaks accidently

2015-10-15 Thread Jens Rehsack
When cacao-initial-native is rebuilt because of changed dependency, executable name in wrapper script is accidently changed twice into "cacao-initial-inital". This is prevented now. Signed-off-by: Jens Rehsack --- recipes-core/cacao/cacao-initial-native_0.98.bb | 2 +- recipes-core/classpath/cl

Re: [oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Martin Jansa
On Thu, Oct 15, 2015 at 01:00:31PM +0300, Samuli Piippo wrote: > Load additional oe-device-extra.pri in the default linux-oe-g++ mkspec to > allow simple changing of target dependent values. This is useful for any > target that needs to specify e.g., QMAKE_LIBS_EGL or other additional configs. Loo

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix sed matching

2015-10-15 Thread Maxin B. John
Hi, On Thu, Oct 15, 2015 at 01:46:07PM +0300, Erkka Kääriä wrote: > The recipe uses sed to patch src/scripts/java.in so that it execs > cacao-initial > instead of cacao. However, if configure step is run again, -initial is > appended > again to the string, leading to 'exec cacao-initial-initial'

[oe] [meta-java][PATCH] cacao-initial-native: Fix sed matching

2015-10-15 Thread Erkka Kääriä
The recipe uses sed to patch src/scripts/java.in so that it execs cacao-initial instead of cacao. However, if configure step is run again, -initial is appended again to the string, leading to 'exec cacao-initial-initial'. This causes the build to fail. This is fixed by changing the sed command to

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

2015-10-15 Thread Akuster808
> On Oct 14, 2015, at 20:17, Martin Jansa wrote: > > 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): undefi

[oe] [meta-qt5][PATCH] qt5: use extra .pri file from linux-oe-g++ mkspec

2015-10-15 Thread Samuli Piippo
Load additional oe-device-extra.pri in the default linux-oe-g++ mkspec to allow simple changing of target dependent values. This is useful for any target that needs to specify e.g., QMAKE_LIBS_EGL or other additional configs. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase/0001-Add-linux-