diff options
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.3.1.bb (renamed from meta/recipes-devtools/ruby/ruby_2.2.5.bb) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index fde67e9407..f38ebb0a15 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ | |||
11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ | 11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ |
12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ | 12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ |
13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ | 13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ |
14 | file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\ | 14 | file://LEGAL;md5=78e8a29b8cc93e042990dbbb5572b1e1\ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.5.bb b/meta/recipes-devtools/ruby/ruby_2.3.1.bb index 5a645821ba..299383ad3e 100644 --- a/meta/recipes-devtools/ruby/ruby_2.2.5.bb +++ b/meta/recipes-devtools/ruby/ruby_2.3.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | 2 | ||
3 | SRC_URI[md5sum] = "bd8e349d4fb2c75d90817649674f94be" | 3 | SRC_URI[md5sum] = "0d896c2e7fd54f722b399f407e48a4c6" |
4 | SRC_URI[sha256sum] = "30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3" | 4 | SRC_URI[sha256sum] = "b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd" |
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 |
@@ -15,6 +15,8 @@ PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" | |||
15 | 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," | 16 | PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo," |
17 | 17 | ||
18 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
19 | |||
18 | EXTRA_OECONF = "\ | 20 | EXTRA_OECONF = "\ |
19 | --disable-versioned-paths \ | 21 | --disable-versioned-paths \ |
20 | --disable-rpath \ | 22 | --disable-rpath \ |