diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-04-03 18:11:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-08 10:53:16 +0100 |
commit | 801269e9998e9e1d830f0f8dbfb98220d90d1563 (patch) | |
tree | 10df94186e1e26c9e4862c58ea7992f5bf2c88a3 | |
parent | 5ef9f03858c787855e0ecf363b819e81a593e52a (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.0.21.bb | 3 |
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 | ||
19 | S = "${WORKDIR}/${BPN}-${PV}-stable" | 19 | S = "${WORKDIR}/${BPN}-${PV}-stable" |
20 | 20 | ||
21 | EXTRA_OECONF = "--disable-openssl" | 21 | PACKAGECONFIG ??= "" |
22 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | ||
22 | 23 | ||
23 | inherit autotools | 24 | inherit autotools |
24 | 25 | ||