diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-14 19:02:10 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-24 14:10:17 -0400 |
commit | 88489005be7ba5b00e45163d66fffa1466518d9e (patch) | |
tree | 977ba551a3cfabc0875e8ce1144b76b4e9d73725 /meta-networking/recipes-protocols | |
parent | 916a95029c7d4af9f16eb955f2d2710cb563777c (diff) | |
download | meta-openembedded-88489005be7ba5b00e45163d66fffa1466518d9e.tar.gz |
openflow: add dependency on openssl-native
* calls openssl
* I haven't checked what it does with openssl call, maybe it should
be modified to get the data from target openssl not native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.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 7019bce7f..0ae2d1f1d 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" | |||
16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "openssl" | 18 | PACKAGECONFIG ??= "openssl" |
19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl" | 19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl" |
20 | 20 | ||
21 | EXTRA_OECONF += " \ | 21 | EXTRA_OECONF += " \ |
22 | KARCH=${TARGET_ARCH} \ | 22 | KARCH=${TARGET_ARCH} \ |