* [meta-oe][meta-ruby][daisy] pull request: ruby fixes
@ 2014-10-29 18:08 Cliff Brake
2014-10-29 21:01 ` akuster808
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Cliff Brake @ 2014-10-29 18:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652:
imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400)
are available in the git repository at:
https://github.com/cbrake/meta-openembedded.git daisy
for you to fetch changes up to 8065dd8456913457a0114ddb2b4bd4842847b2a3:
ruby: fix race conditions at install-ext (2014-10-29 14:03:22 -0400)
----------------------------------------------------------------
Jackie Huang (1):
ruby: fix race conditions at install-ext
Roy Li (1):
ruby: fix a parallel building issue
meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
| 37 +++++++++++++++++++++++++++++++++++++
meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
| 31 +++++++++++++++++++++++++++++++
meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
| 2 ++
3 files changed, 70 insertions(+)
create mode 100644
meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
create mode 100644
meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-ruby][daisy] pull request: ruby fixes
2014-10-29 18:08 [meta-oe][meta-ruby][daisy] pull request: ruby fixes Cliff Brake
@ 2014-10-29 21:01 ` akuster808
2014-10-31 12:21 ` Otavio Salvador
2014-10-31 15:16 ` Khem Raj
2 siblings, 0 replies; 4+ messages in thread
From: akuster808 @ 2014-10-29 21:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
Acked-by: Armin Kuster <akuster808@gmail.com>
On 10/29/2014 11:08 AM, Cliff Brake wrote:
> The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652:
>
> imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400)
>
> are available in the git repository at:
>
> https://github.com/cbrake/meta-openembedded.git daisy
>
> for you to fetch changes up to 8065dd8456913457a0114ddb2b4bd4842847b2a3:
>
> ruby: fix race conditions at install-ext (2014-10-29 14:03:22 -0400)
>
> ----------------------------------------------------------------
> Jackie Huang (1):
> ruby: fix race conditions at install-ext
>
> Roy Li (1):
> ruby: fix a parallel building issue
>
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> | 37 +++++++++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
> | 31 +++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> | 2 ++
> 3 files changed, 70 insertions(+)
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-ruby][daisy] pull request: ruby fixes
2014-10-29 18:08 [meta-oe][meta-ruby][daisy] pull request: ruby fixes Cliff Brake
2014-10-29 21:01 ` akuster808
@ 2014-10-31 12:21 ` Otavio Salvador
2014-10-31 15:16 ` Khem Raj
2 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-10-31 12:21 UTC (permalink / raw)
To: Cliff Brake; +Cc: openembedded-devel
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
On Wed, Oct 29, 2014 at 4:08 PM, Cliff Brake <cbrake@bec-systems.com> wrote:
> The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652:
>
> imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400)
>
> are available in the git repository at:
>
> https://github.com/cbrake/meta-openembedded.git daisy
>
> for you to fetch changes up to 8065dd8456913457a0114ddb2b4bd4842847b2a3:
>
> ruby: fix race conditions at install-ext (2014-10-29 14:03:22 -0400)
>
> ----------------------------------------------------------------
> Jackie Huang (1):
> ruby: fix race conditions at install-ext
>
> Roy Li (1):
> ruby: fix a parallel building issue
>
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> | 37 +++++++++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
> | 31 +++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> | 2 ++
> 3 files changed, 70 insertions(+)
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-ruby][daisy] pull request: ruby fixes
2014-10-29 18:08 [meta-oe][meta-ruby][daisy] pull request: ruby fixes Cliff Brake
2014-10-29 21:01 ` akuster808
2014-10-31 12:21 ` Otavio Salvador
@ 2014-10-31 15:16 ` Khem Raj
2 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2014-10-31 15:16 UTC (permalink / raw)
To: Cliff Brake; +Cc: openembedded-devel, Otavio Salvador
Acked-by: Khem Raj <raj.khem@gmail.com>
On Wed, Oct 29, 2014 at 11:08 AM, Cliff Brake <cbrake@bec-systems.com> wrote:
> The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652:
>
> imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400)
>
> are available in the git repository at:
>
> https://github.com/cbrake/meta-openembedded.git daisy
>
> for you to fetch changes up to 8065dd8456913457a0114ddb2b4bd4842847b2a3:
>
> ruby: fix race conditions at install-ext (2014-10-29 14:03:22 -0400)
>
> ----------------------------------------------------------------
> Jackie Huang (1):
> ruby: fix race conditions at install-ext
>
> Roy Li (1):
> ruby: fix a parallel building issue
>
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> | 37 +++++++++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
> | 31 +++++++++++++++++++++++++++++++
> meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> | 2 ++
> 3 files changed, 70 insertions(+)
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch
> create mode 100644
> meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-31 15:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 18:08 [meta-oe][meta-ruby][daisy] pull request: ruby fixes Cliff Brake
2014-10-29 21:01 ` akuster808
2014-10-31 12:21 ` Otavio Salvador
2014-10-31 15:16 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.