mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 23:39:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6938cea87b
commit
1c3c69d100
@@ -37,3 +37,8 @@ do_configure:prepend() {
|
||||
sed -i "s#%%TARGET_CFLAGS%%#$CFLAGS#; s#%%TARGET_LDFLAGS%%#$LDFLAGS#" ${S}/common.mk
|
||||
rm -rf ${S}/ruby/
|
||||
}
|
||||
|
||||
# Disable openssl extension until it becomes compatible with openssl 3
|
||||
do_configure:prepend() {
|
||||
rm -rf ${S}/ext/openssl/extconf.rb
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user