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:
Alexander Kanavin
2021-10-11 20:41:32 +02:00
committed by Khem Raj
parent e8214b76e4
commit 13f97f126d
+1 -1
View File
@@ -77,7 +77,7 @@ EXTRA_OECONF:class-native = " \
${COMMON_EXTRA_OECONF} \ ${COMMON_EXTRA_OECONF} \
" "
PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ PACKAGECONFIG ??= "mysql sqlite3 imap opcache \
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \
" "
PACKAGECONFIG:class-native = "" PACKAGECONFIG:class-native = ""