diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-05-05 12:30:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-14 07:26:40 +0100 |
commit | 8da33111c924be0bef8e175c53dbd3a439dc9788 (patch) | |
tree | 519ed99f508c346919fa3ffa7b25cdfbb322084a /meta/recipes-devtools/ruby/ruby.inc | |
parent | fc04eae73cb99d3783b09d062120a9b7dc95210a (diff) | |
download | openembedded-core-8da33111c924be0bef8e175c53dbd3a439dc9788.tar.gz openembedded-core-8da33111c924be0bef8e175c53dbd3a439dc9788.tar.bz2 openembedded-core-8da33111c924be0bef8e175c53dbd3a439dc9788.zip |
ruby: obey LDFLAGS for the link of libruby
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby.inc')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index 313e752222..fde67e9407 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc @@ -20,7 +20,8 @@ DEPENDS_class-native = "openssl-native libyaml-native" SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk.patch \ -" + file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \ + " inherit autotools |