Re: [OE-core] [PATCH] man: use '#' instead of ', ' as separator in configure

2014-05-21 Thread Burton, Ross
On 21 May 2014 03:16, wrote: > $CC is able to has ',', when $CC includes some flags, Presumably you're referring to flags such as -Wl,-O1. Shouldn't these flags be set in CPPFLAGS/CFLAGS/LDFLAGS, or can you give an example of where they need to be set in CC. Ross -- __

[OE-core] [PATCH 1/4] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-05-21 Thread Matthieu Crapet
Dropped libvorvis dependency because there is already a (better) builtin vorbis codec. Don't confuse codec names: "vorbis" (builtin) and "libvorbis" (using external library). Changes: - add --enable-nonfree when faac or openssl are used - add DESCRIPTION - sort PACKAGECONFIG entries Tested with

[OE-core] [PATCH 2/4] libav: add version 10.1

2014-05-21 Thread Matthieu Crapet
Using common libav.inc Notice that DEFAULT_PREFERENCE = "-1" is not included. Signed-off-by: Matthieu Crapet --- meta/recipes-multimedia/libav/libav_10.1.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-multimedia/libav/libav_10.1.bb diff --git a/meta/re

[OE-core] [PATCH 3/4] libav (0.8.11): cosmetics, move LIC_FILES_CHKSUM before SRC_URI

2014-05-21 Thread Matthieu Crapet
Signed-off-by: Matthieu Crapet --- meta/recipes-multimedia/libav/libav_0.8.11.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav_0.8.11.bb b/meta/recipes-multimedia/libav/libav_0.8.11.bb index 662d205..dfef680 100644 --- a/meta/r

[OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-21 Thread Matthieu Crapet
Use PREFERRED_VERSION_libav in your distro definition instead. Signed-off-by: Matthieu Crapet --- meta/recipes-multimedia/libav/libav_9.13.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-multimedia/libav/libav_9.13.bb b/meta/recipes-multimedia/libav/libav_9.13.bb index 7bfb

Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-21 Thread Paul Eggleton
On Wednesday 21 May 2014 13:37:57 Matthieu Crapet wrote: > Use PREFERRED_VERSION_libav in your distro definition instead. Why? PREFERRED_VERSION_libav will override this in any case... Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___

Re: [OE-core] [PATCH 2/4] libav: add version 10.1

2014-05-21 Thread Paul Eggleton
Hi Matthieu, On Wednesday 21 May 2014 13:37:55 Matthieu Crapet wrote: > Using common libav.inc I'm not exactly thrilled with the prospect of carrying not just two but now three versions of libav - do you know what the compatibility story is for libav 10 with the recipes we would want to build a

[OE-core] [PATCH v2] libav: add version 10.1

2014-05-21 Thread Matthieu Crapet
Using common libav.inc Keep DEFAULT_PREFERENCE because gstreamer 0.10 requires 0.8.x. Signed-off-by: Matthieu Crapet --- meta/recipes-multimedia/libav/libav_10.1.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-multimedia/libav/libav_10.1.bb diff --git

[OE-core] [meta-qt5] Warnings while building Qt recipes

2014-05-21 Thread sujith h
Hi, While building qtbase, qtsensors, qtmultimedia, qtquick1 etc I was getting lot of warnings. Below is the warning messages I were gtting: WARNING: QA Issue: qtbase-examples-dev: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugin/libechoplugin.so qtbase-exa

[OE-core] [PATCH] python-native : Add patch to fix configure error with gcc 4.8.

2014-05-21 Thread Philip Balister
We apply this patch to the python recipe already. Without this patch the zeroc-ice-native recipe will not build. See: http://bugs.python.org/issue17547 for more details. Signed-off-by: Philip Balister --- meta/recipes-devtools/python/python-native_2.7.3.bb | 1 + 1 file changed, 1 insertion(+)

Re: [OE-core] [meta-qt5] Warnings while building Qt recipes

2014-05-21 Thread Martin Jansa
On Wed, May 21, 2014 at 06:19:02PM +0530, sujith h wrote: > Hi, > > While building qtbase, qtsensors, qtmultimedia, qtquick1 etc I was getting > lot of warnings. Below is the warning messages I were gtting: > > WARNING: QA Issue: qtbase-examples-dev: found library in wrong location: > /usr/share/

[OE-core] [PATCH 2/2] oeqa/selftest/sstatetests: remove eglibc-initial from distro specific sstate test

2014-05-21 Thread Lucian Musat
Because eglibc-initial is non distro specific. Signed-off-by: Lucian Musat --- meta/lib/oeqa/selftest/sstatetests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 2626483..8b58203 100644 --

Re: [OE-core] [PATCH 1/1] pseudo: handle fchmodat better, mask out unwanted write bits

2014-05-21 Thread Saul Wold
On 05/19/2014 02:51 PM, Peter Seebach wrote: It turns out that pseudo's decision not to report errors from the host system's fchmodat() can break GNU tar in a very strange way, resulting in directories being mode 0700 instead of whatever they should have been. Additionally, it turns out that if

[OE-core] [PATCH 1/2] Added test case numbers to test cases to aid in future automation of testopia status change.

2014-05-21 Thread Lucian Musat
We need automated tests to be mapped to Testopia test cases in order to aid in results logging. Signed-off-by: Lucian Musat --- meta/lib/oeqa/selftest/bblayers.py | 10 +- meta/lib/oeqa/selftest/bbtests.py | 26 +- meta/lib/oeqa/selftest/buildoptions.py

Re: [OE-core] [PATCH] lttng: fix alignment issue

2014-05-21 Thread Saul Wold
On 05/19/2014 08:07 PM, rongqing...@windriver.com wrote: From: Roy Li Fix alignment issue in lttng-tools and babeltrace Signed-off-by: Roy Li --- ...uffers-from-objstack_alloc-on-sizeof-void.patch | 54 meta/recipes-kernel/lttng/babeltrace_1.2.1.bb |4 +- T

[OE-core] [PATCH 0/4] [PATCH_V2]mesa: upgrade to 10.1.3

2014-05-21 Thread Valentin Popa
New in V2: (*) eglinfo: patched to compile with mesa10+ (*) mesa: upgrade to 10.1.3 - multilib rootfs issue fixed The following changes since commit 122079e9b0b513c46ca76993403db4cfa51e858f: bitbake: data_smart: Fix an unusual variable reference bug (2014-05-21 16:47:01 +0100) are available i

[OE-core] [PATCH] taglib: Force a disable of the floating dependency on boost

2014-05-21 Thread Richard Purdie
taglib appears to depend on boost if it finds it in the sysroot. Force it not to do this. Someone with better cmake skills may be able to do this in a neater way. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb

[OE-core] [PATCH 2/4] libxshmfence: add it to oe-core

2014-05-21 Thread Valentin Popa
mesa 10+ depends on this (if the user builds mesa with dri3 support enabled). So add it to oe-core. Signed-off-by: Valentin Popa --- meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/libx

[OE-core] [PATCH 4/4] eglinfo: patched to compile with mesa10+

2014-05-21 Thread Valentin Popa
Solves the compile issue against mesa10+: ../../src/glapi_stats.cpp: In function 'const char* eglinfo::get_shader_binary_format_string(GLint)': | ../../src/glapi_stats.cpp:171:8: error: 'GCCSO_SHADER_BINARY_FJ' was not declared in this scope |case GCCSO_SHADER_BINARY_FJ: return "FJ_shader_bin

[OE-core] [PATCH 3/4] mesa: upgrade to 10.1.3

2014-05-21 Thread Valentin Popa
(*) libdricore was removed. (*) added libmesa-megadriver that includes all the hardlinks to the mesa megadriver. (*) license is the same. Signed-off-by: Valentin Popa --- .../mesa/{mesa-gl_9.2.5.bb => mesa-gl_10.1.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc| 36

[OE-core] [PATCH 1/4] dri3proto: add it to oe-core

2014-05-21 Thread Valentin Popa
mesa 10+ depends on this (if the user builds mesa with dri3 support enabled). So add it to oe-core. Signed-off-by: Valentin Popa --- meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/xorg-proto/dri3pr

Re: [OE-core] [PATCH 1/2] initramfs-live-install: avoid using grub.d/40_custom

2014-05-21 Thread Darren Hart
On 5/19/14, 19:49, rongqing...@windriver.com wrote: From: Robert Yang Hi Robert, Just to clarify - there is no Patch 2/2 right? We have this in recipes-bsp/grub/grub/40_custom: [snip] menuentry "Linux" { set root=(hd0,1) linux /vmlinuz root=__ROOTFS__ rw __CONSOLE__ __VIDEO_MODE_

[OE-core] [CONSOLIDATED PULL 00/16] CVE Patches and updates

2014-05-21 Thread Saul Wold
Richard, Another set of CVE fixes and some Updates. Thanks Sau! The following changes since commit 7decf9dce56868e39902dac5957eb72f6e1e9acd: cups: fix for cups not building without avahi (2014-05-21 09:08:11 +0100) are available in the git repository at: git://git.openembedded.org

Re: [OE-core] [PATCH 3/4] mesa: upgrade to 10.1.3

2014-05-21 Thread Martin Jansa
On Wed, May 21, 2014 at 07:50:01PM +0300, Valentin Popa wrote: > (*) libdricore was removed. > (*) added libmesa-megadriver that includes > all the hardlinks to the mesa megadriver. Why not call it mesa-drivers to be more consistent with kernel-modules or gst-plugins-good, etc "meta" packages?

Re: [OE-core] [PATCH] taglib: Force a disable of the floating dependency on boost

2014-05-21 Thread Burton, Ross
On 21 May 2014 17:50, Richard Purdie wrote: > Signed-off-by: Richard Purdie The Linux Alcoholics Anonymous Foundation? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/

Re: [OE-core] [PATCH 1/1] pseudo: handle fchmodat better, mask out unwanted write bits

2014-05-21 Thread Peter Seebach
On Wed, 21 May 2014 08:14:14 -0700 Saul Wold wrote: > Peter, I know it says Backport above, but can you please add an > Upstream-Status: tag to this .patch file. I might be able to, but I'm sort of swamped right now; I will see if I can shake some minutes loose. Do Upstream-Status tags have a s

Re: [OE-core] [PATCH 1/1] pseudo: handle fchmodat better, mask out unwanted write bits

2014-05-21 Thread Burton, Ross
On 21 May 2014 19:58, Peter Seebach wrote: >> Peter, I know it says Backport above, but can you please add an >> Upstream-Status: tag to this .patch file. > > I might be able to, but I'm sort of swamped right now; I will see if I can > shake some minutes loose. Do Upstream-Status tags have a speci

Re: [OE-core] [PATCH 4/4] eglinfo: patched to compile with mesa10+

2014-05-21 Thread Burton, Ross
On 21 May 2014 17:50, Valentin Popa wrote: > +Upstream-Status: Pending Pending here means "pending decision on whether it's upstreamable/inappropriate", in this case it would be Submitted (with that URL as the context). Ross -- ___ Openembedded-core m

[OE-core] [PATCH 1/1] pseudo: handle fchmodat better, mask out unwanted write bits

2014-05-21 Thread Peter Seebach
It turns out that pseudo's decision not to report errors from the host system's fchmodat() can break GNU tar in a very strange way, resulting in directories being mode 0700 instead of whatever they should have been. Additionally, it turns out that if you make directories in your rootfs mode 777, t

[OE-core] [PATCH 0/1] Revised pseudo-fchmodat (updated upstream-status)

2014-05-21 Thread Peter Seebach
This is the pseudo-fchmodat patch, same code, but with an upstream-status thing to indicate that it's a backport. (Slightly complicated because this was three patches in the upstream branch, and I just merged in the combined results so it'd be easier to see what was happening, and no one would have

Re: [OE-core] [PATCH 1/1] pseudo: handle fchmodat better, mask out unwanted write bits

2014-05-21 Thread Peter Seebach
On Wed, 21 May 2014 20:00:51 +0100 "Burton, Ross" wrote: > Basically, Upstream-Status: Backport [original sha here] Ahh, thanks. I have attempted to send a fixed pull request. (I don't actually have time to do anything yet, but my code's compiling.) -s -- Listen, get this. Nobody with a good

Re: [OE-core] [PATCH 1/2] initramfs-live-install: avoid using grub.d/40_custom

2014-05-21 Thread Robert Yang
On 05/22/2014 01:43 AM, Darren Hart wrote: On 5/19/14, 19:49, rongqing...@windriver.com wrote: From: Robert Yang Hi Robert, Just to clarify - there is no Patch 2/2 right? Hi Darren, Thanks, there is [PATCH 2/2] grub-2.00: remove our 40_custom: http://lists.openembedded.org/pipermail/ope

Re: [OE-core] [PATCH] openssl: fix for CVE-2010-5298

2014-05-21 Thread Douglas Royds
On 19/05/14 19:00, rongqing...@windriver.com wrote: From: Yue Tao Race condition in the ssl3_read_bytes function in s3_pkt.c in OpenSSL through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, allows remote attackers to inject data across sessions or cause a denial of service (use-after-free a

Re: [OE-core] [PATCH 1/2] initramfs-live-install: avoid using grub.d/40_custom

2014-05-21 Thread Darren Hart
On 5/21/14, 19:07, Robert Yang wrote: On 05/22/2014 01:43 AM, Darren Hart wrote: On 5/19/14, 19:49, rongqing...@windriver.com wrote: From: Robert Yang Hi Robert, Just to clarify - there is no Patch 2/2 right? Hi Darren, Thanks, there is [PATCH 2/2] grub-2.00: remove our 40_custom: ht

Re: [OE-core] [PATCH] openssl: fix for CVE-2010-5298

2014-05-21 Thread Rongqing Li
On 05/22/2014 09:42 AM, Douglas Royds wrote: On 19/05/14 19:00, rongqing...@windriver.com wrote: From: Yue Tao Race condition in the ssl3_read_bytes function in s3_pkt.c in OpenSSL through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, allows remote attackers to inject data across session

[OE-core] [PATCH] babeltrace: fix alignment issue

2014-05-21 Thread rongqing.li
From: Roy Li Fix alignment issue in babeltrace Signed-off-by: Roy Li --- ...uffers-from-objstack_alloc-on-sizeof-void.patch | 54 meta/recipes-kernel/lttng/babeltrace_1.2.1.bb |4 +- 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 meta/reci

[OE-core] [PATCH] lttng-tools: fix alignment issue

2014-05-21 Thread rongqing.li
From: Roy Li Fix alignment issue in lttng-tools Signed-off-by: Roy Li --- ...nt-problems-on-targets-not-supporting-una.patch | 47 meta/recipes-kernel/lttng/lttng-tools_2.3.1.bb |1 + meta/recipes-kernel/lttng/lttng-tools_2.4.0.bb |1 + 3 files changed, 4

[OE-core] [PATCH] openssl: add openssl-CVE-2010-5298.patch SRC_URI

2014-05-21 Thread rongqing.li
From: Roy Li make openssl-CVE-2010-5298.patch truely work Signed-off-by: Roy Li --- .../openssl-1.0.1e/openssl-CVE-2010-5298.patch | 24 .../openssl/openssl/openssl-CVE-2010-5298.patch| 24 .../recipes-connectivity/openssl/openssl_1.0.1g.bb

Re: [OE-core] [CONSOLIDATED PULL 00/16] CVE Patches and updates

2014-05-21 Thread Jacob Kroon
Hi, On Wed, May 21, 2014 at 8:01 PM, Saul Wold wrote: > Richard, > > Another set of CVE fixes and some Updates. > > Thanks > Sau! > > The following changes since commit > 7decf9dce56868e39902dac5957eb72f6e1e9acd: > > cups: fix for cups not building without avahi (2014-05-21 09:08:11 +0