diff options
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby.inc')
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index 2b5caf35f5..20ae15bd7a 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc | |||
| @@ -10,7 +10,7 @@ LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPLv2 | ISC | MIT" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ |
| 11 | file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \ | 11 | file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \ |
| 12 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 12 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 13 | file://LEGAL;md5=cfe5b0bc9f051b58c7e78db882ca5f9b \ | 13 | file://LEGAL;md5=f260190bc1e92e363f0ee3c0463d4c7c \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi" | 16 | DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi" |
| @@ -23,7 +23,7 @@ SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | |||
| 23 | " | 23 | " |
| 24 | UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" | 24 | UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" |
| 25 | 25 | ||
| 26 | inherit autotools ptest | 26 | inherit autotools ptest pkgconfig |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | # This snippet lets compiled extensions which rely on external libraries, | 29 | # This snippet lets compiled extensions which rely on external libraries, |
| @@ -37,8 +37,3 @@ do_configure:prepend() { | |||
| 37 | sed -i "s#%%TARGET_CFLAGS%%#$CFLAGS#; s#%%TARGET_LDFLAGS%%#$LDFLAGS#" ${S}/common.mk | 37 | sed -i "s#%%TARGET_CFLAGS%%#$CFLAGS#; s#%%TARGET_LDFLAGS%%#$LDFLAGS#" ${S}/common.mk |
| 38 | rm -rf ${S}/ruby/ | 38 | rm -rf ${S}/ruby/ |
| 39 | } | 39 | } |
| 40 | |||
| 41 | # Disable openssl extension until it becomes compatible with openssl 3 | ||
| 42 | do_configure:prepend() { | ||
| 43 | rm -rf ${S}/ext/openssl/extconf.rb | ||
| 44 | } | ||
