mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
php: disable openssl PACKAGECONFIG
Until upstream addresses openssl 3.x compatibility issues. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
e8214b76e4
commit
13f97f126d
@@ -77,7 +77,7 @@ EXTRA_OECONF:class-native = " \
|
||||
${COMMON_EXTRA_OECONF} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \
|
||||
PACKAGECONFIG ??= "mysql sqlite3 imap opcache \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \
|
||||
"
|
||||
PACKAGECONFIG:class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user