diff options
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby')
| -rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb (renamed from meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb b/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb index 29f2291559..c463525c22 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ruby.inc | 1 | require ruby.inc |
| 2 | 2 | ||
| 3 | SRC_URI[md5sum] = "b49fc67a834e4f77249eb73eecffb1c9" | 3 | SRC_URI[md5sum] = "326e99ddc75381c7b50c85f7089f3260" |
| 4 | SRC_URI[sha256sum] = "5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c7819ab28" | 4 | SRC_URI[sha256sum] = "5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44" |
| 5 | 5 | ||
| 6 | # it's unknown to configure script, but then passed to extconf.rb | 6 | # it's unknown to configure script, but then passed to extconf.rb |
| 7 | # maybe it's not really needed as we're hardcoding the result with | 7 | # maybe it's not really needed as we're hardcoding the result with |
| @@ -9,11 +9,13 @@ SRC_URI[sha256sum] = "5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c78 | |||
| 9 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo" | 9 | UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo" |
| 10 | 10 | ||
| 11 | PACKAGECONFIG ??= "" | 11 | PACKAGECONFIG ??= "" |
| 12 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
| 13 | |||
| 12 | PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" | 14 | PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" |
| 13 | PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp" | 15 | PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp" |
| 16 | PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo," | ||
| 14 | 17 | ||
| 15 | EXTRA_OECONF = "\ | 18 | EXTRA_OECONF = "\ |
| 16 | --enable-wide-getaddrinfo \ | ||
| 17 | --disable-versioned-paths \ | 19 | --disable-versioned-paths \ |
| 18 | --disable-rpath \ | 20 | --disable-rpath \ |
| 19 | --enable-shared \ | 21 | --enable-shared \ |
