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
--
__
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
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
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
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
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
--
___
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
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
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
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(+)
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/
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
--
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
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
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
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
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
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
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
(*) 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
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
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_
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
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?
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
39 matches
Mail list logo