Re: [oe] [meta-ruby][PATCH] ruby: Update to 2.2.2

2015-05-01 Thread akuster808
On 05/01/2015 05:22 AM, Martin Jansa wrote: On Tue, Apr 14, 2015 at 05:46:36PM -0700, Armin Kuster wrote: Includes among other things: CVE-2015-1855: Ruby OpenSSL Hostname Verification for more info see: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_2/ChangeLog Hi, both 2.2.1 and 2.2.2

Re: [oe] [meta-browser][PATCH 1/2 V4] cef3: Add recipe for Chromium Embedded Framework

2015-05-01 Thread Otavio Salvador
On Fri, May 1, 2015 at 12:47 PM, Khem Raj raj.k...@gmail.com wrote: ping. Can this now be merged ? Yes ;-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

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

2015-05-01 Thread akuster808
Martin, Are you pushing in that change. As far as I know, I don't have write access for that layer. Let me know what process you want me to follow. - armin On 05/01/2015 05:30 AM, Martin Jansa wrote: both 2.2.1 and 2.2.2 are failing on some hosts native builds with: | linking miniruby |

Re: [oe] [meta-browser][PATCH 1/2 V4] cef3: Add recipe for Chromium Embedded Framework

2015-05-01 Thread Khem Raj
ping. Can this now be merged ? On Wed, Apr 29, 2015 at 10:54 AM, Khem Raj raj.k...@gmail.com wrote: On Apr 29, 2015 10:37 AM, Carlos Rafael Giani d...@pseudoterminal.org wrote: The latest one (V8) seems good to me. I was initially skeptical about the heavy chromium.inc refactoring, but

[oe] opkg_install_pkg: Package name md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-01 Thread Denys Dmytriyenko
Hi, Has anyone ever seen this message during image.do_rootfs task? Collected errors: * opkg_install_pkg: Package package md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package package. We started seeing it on random

[oe] [meta-oe][RFC][PATCH] *obex*, foxtrotgps, gypsy, bluez-hcidump, bluez4, gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES

2015-05-01 Thread Martin Jansa
--- meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 1 + meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 ++ meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb| 2 ++ meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb |

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

2015-05-01 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-ruby][PATCH] ruby: Update to 2.2.2

2015-05-01 Thread Martin Jansa
On Tue, Apr 14, 2015 at 05:46:36PM -0700, Armin Kuster wrote: Includes among other things: CVE-2015-1855: Ruby OpenSSL Hostname Verification for more info see: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_2/ChangeLog Hi, both 2.2.1 and 2.2.2 are failing on some hosts native builds with: |