summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-04-03 18:11:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 10:53:16 +0100
commit801269e9998e9e1d830f0f8dbfb98220d90d1563 (patch)
tree10df94186e1e26c9e4862c58ea7992f5bf2c88a3 /meta/recipes-support/libevent
parent5ef9f03858c787855e0ecf363b819e81a593e52a (diff)
downloadpoky-801269e9998e9e1d830f0f8dbfb98220d90d1563.tar.gz
libevent: control openssl support via PACKAGECONFIG
(From OE-Core rev: 1969c49b16b158324eec95da8ea56a70f8863ec9) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.21.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 1230e92b2e..e198f09962 100644
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -18,7 +18,8 @@ SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469
18 18
19S = "${WORKDIR}/${BPN}-${PV}-stable" 19S = "${WORKDIR}/${BPN}-${PV}-stable"
20 20
21EXTRA_OECONF = "--disable-openssl" 21PACKAGECONFIG ??= ""
22PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
22 23
23inherit autotools 24inherit autotools
24 25