Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: "Eric Bénard" <eric@eukrea.com>
Subject: [PATCH][for-danny 0/3] backport meta-ruby
Date: Thu, 28 Feb 2013 13:20:06 +0100	[thread overview]
Message-ID: <cover.1362053615.git.Martin.Jansa@gmail.com> (raw)

I know that adding new layer is not typical "backport", but we need ruby 
in danny and IIRC Koen also needs.

Also because it's separate layer, there is no danger to users which don't 
need or use it.

The following changes since commit c02834a7cc5fda525c7ebeec545625233bab4cb5:

  xf86-video-geode: Update to 2.11.14 (2013-02-15 12:16:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib jansa/for-danny3
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/for-danny3

Jackie Huang (2):
  ruby: Add from OE-Classic
  ruby: update to 1.9.3-194

Martin Jansa (1):
  meta-ruby: add empty layer

 meta-ruby/COPYING.MIT                              |  17 ++
 meta-ruby/README                                   |  15 ++
 meta-ruby/conf/layer.conf                          |   9 +
 meta-ruby/recipes-devtools/ruby/ruby.inc           |  43 +++
 ...onf-hardcode-wide-getaddr-info-test-outco.patch |  26 ++
 meta-ruby/recipes-devtools/ruby/ruby/extmk.patch   |  13 +
 .../recipes-devtools/ruby/ruby/extmk_run.patch     |  15 ++
 .../ruby/ruby/ruby-1.9.3-always-use-i386.patch     |  11 +
 .../ruby/ruby/ruby-1.9.3-bignum-test-fix.patch     |  31 +++
 .../ruby/ruby-1.9.3-custom-rubygems-location.patch |  86 ++++++
 .../ruby/ruby-1.9.3-disable-versioned-paths.patch  | 149 +++++++++++
 .../ruby/ruby/ruby-1.9.3-fix-s390x-build.patch     |  12 +
 .../ruby/ruby/ruby-1.9.3-install-cross.patch       |  16 ++
 .../ruby/ruby/ruby-1.9.3-mkmf-verbose.patch        |  11 +
 .../ruby-1.9.3-rubygems-1.8.11-uninstaller.patch   |  76 ++++++
 .../ruby/ruby/ruby-1.9.3-webrick-test-fix.patch    |  24 ++
 .../ruby/rubygems-1.8.11-binary-extensions.patch   | 296 +++++++++++++++++++++
 meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb |  50 ++++
 18 files changed, 900 insertions(+)
 create mode 100644 meta-ruby/COPYING.MIT
 create mode 100644 meta-ruby/README
 create mode 100644 meta-ruby/conf/layer.conf
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby.inc
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/extmk.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/extmk_run.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-always-use-i386.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-bignum-test-fix.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-custom-rubygems-location.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-disable-versioned-paths.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-fix-s390x-build.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-install-cross.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-mkmf-verbose.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-rubygems-1.8.11-uninstaller.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-webrick-test-fix.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby/rubygems-1.8.11-binary-extensions.patch
 create mode 100644 meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb

-- 
1.8.1.4




             reply	other threads:[~2013-02-28 12:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-28 12:20 Martin Jansa [this message]
2013-02-28 12:20 ` [PATCH][for-danny 1/3] meta-ruby: add empty layer Martin Jansa
2013-02-28 12:20 ` [PATCH][for-danny 2/3] ruby: Add from OE-Classic Martin Jansa
2013-02-28 12:20 ` [PATCH][for-danny 3/3] ruby: update to 1.9.3-194 Martin Jansa
2013-03-03 14:44 ` [PATCH][for-danny 0/3] backport meta-ruby Eric Bénard
2013-03-08 17:32 ` Eric Bénard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1362053615.git.Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox