diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-11 20:41:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:16:58 -0700 |
commit | 8994c5d2cb5d57404a9b393e585376e42c59a0dc (patch) | |
tree | 450f55cdf228e8a7210da96908dd35d7faf76b04 /meta-networking/recipes-protocols | |
parent | 677ff7c9c64c49ff7fbb2c38493c8de702ca83d0 (diff) | |
download | meta-openembedded-8994c5d2cb5d57404a9b393e585376e42c59a0dc.tar.gz |
openflow: 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>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 1640911fd..94d9553e1 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" | |||
15 | 15 | ||
16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "openssl" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl" | 19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl" |
20 | 20 | ||
21 | EXTRA_OECONF += " \ | 21 | EXTRA_OECONF += " \ |