[OE-core] [PATCH 1/2] libevent: control openssl support via PACKAGECONFIG

Andre McCurdy armccurdy at gmail.com
Sat Apr 4 01:11:13 UTC 2015


Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 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
 
-- 
1.9.1




More information about the Openembedded-core mailing list