[oe-commits] Andre McCurdy : libevent: control openssl support via PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Wed Apr 8 09:54:16 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 1969c49b16b158324eec95da8ea56a70f8863ec9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1969c49b16b158324eec95da8ea56a70f8863ec9

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Fri Apr  3 18:11:13 2015 -0700

libevent: control openssl support via PACKAGECONFIG

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libevent/libevent_2.0.21.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 1230e92..e198f09 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
 
 S = "${WORKDIR}/${BPN}-${PV}-stable"
 
-EXTRA_OECONF = "--disable-openssl"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
 
 inherit autotools
 



More information about the Openembedded-commits mailing list