From 8994c5d2cb5d57404a9b393e585376e42c59a0dc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 11 Oct 2021 20:41:25 +0200 Subject: openflow: disable openssl PACKAGECONFIG Until upstream addresses openssl 3.x compatibility issues. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/openflow/openflow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-protocols/openflow') diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 1640911fd8..94d9553e11 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc @@ -15,7 +15,7 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" DEPENDS = "virtual/libc" -PACKAGECONFIG ??= "openssl" +PACKAGECONFIG ??= "" PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl" EXTRA_OECONF += " \ -- cgit v1.2.3-54-g00ecf