From: akuster808 <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error
Date: Thu, 21 Jan 2016 06:57:46 -0800 [thread overview]
Message-ID: <56A0F1EA.1080008@gmail.com> (raw)
In-Reply-To: <CAALGJZY5LQw6a+fk+4TMy+JHFo=_p7kWixh9BJT+XyQqXh6wvA@mail.gmail.com>
thanks,
I will add this to my queue and let you know when staged for merging.
-- armin
On 01/21/2016 02:39 AM, Christian Ege wrote:
> From 6d2c2b602185a03232635a9c5c97253930c2bc0b Mon Sep 17 00:00:00 2001
> From: Daniel Schnell <daniel.schnell.extern@ifm.com>
> Date: Wed, 14 Oct 2015 14:49:52 +0200
> Subject: [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error
>
> Only include "enable-wide-getaddrinfo" if IVP6 is enabled in disto
> feature otherwise 'gem install rails' throws an error
> for the missing symbol 'getipnodebyname'
>
> This is a backport of master branch commit
> 86835b4ac5ee593e8bd5b142504194370df71728
> to make any gem installation possible.
>
> Signed-off-by: Daniel Schnell <daniel.schnell.extern@ifm.com>
> Signed-off-by: Christian Ege <k4230r6@gmail.com>
> ---
> meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> index 080d455..ccb7cbc 100644
> --- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> @@ -9,11 +9,12 @@ SRC_URI[sha256sum] =
> "5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c78
> UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
>
> PACKAGECONFIG ??= ""
> +PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6',
> 'ipv6', '', d)}"
> PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"
> PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp"
> +PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo,"
>
> EXTRA_OECONF = "\
> - --enable-wide-getaddrinfo \
> --disable-versioned-paths \
> --disable-rpath \
> --disable-dtrace \
>
next prev parent reply other threads:[~2016-01-21 14:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 10:39 [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error Christian Ege
2016-01-21 14:57 ` akuster808 [this message]
2016-03-14 15:00 ` Christian Ege
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=56A0F1EA.1080008@gmail.com \
--to=akuster808@gmail.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