diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-11 11:40:44 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-14 11:48:46 +0100 |
| commit | 1c3c69d10095a8c14c622c81edc760bd6516953d (patch) | |
| tree | d2a669ca5ba8c73b97ee8d6edc10f393e78c2228 /meta/recipes-devtools/ruby/ruby.inc | |
| parent | 6938cea87b030c90a7b82e9d64f360ff0e41b7b1 (diff) | |
| download | poky-1c3c69d10095a8c14c622c81edc760bd6516953d.tar.gz | |
ruby: disable openssl extension
It is incompatible with openssl 3 in currently released versions, and given
very marginal use of ruby in oe, I do not think not having it matters.
(From OE-Core rev: 7a477de350eaf7095745db81fb03e7ab20188f5a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index c953a27042..2b5caf35f5 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc | |||
| @@ -37,3 +37,8 @@ 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 | } | ||
