[oe-commits] Saul Wold : libevent: disable openssl by default

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 11:39:30 UTC 2012


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Jun 18 16:28:45 2012 -0700

libevent: disable openssl by default

This creates a more deterministic build and also reduces the size of this library.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/libevent/libevent_2.0.16.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/libevent/libevent_2.0.16.bb b/meta/recipes-support/libevent/libevent_2.0.16.bb
index 38d42f0..1c464ef 100644
--- a/meta/recipes-support/libevent/libevent_2.0.16.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.16.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
            file://libevent-2.0.16_fix_for_x32.patch"
@@ -17,6 +17,8 @@ SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4
 
 S = "${WORKDIR}/${BPN}-${PV}-stable"
 
+EXTRA_OECONF = "--disable-openssl"
+
 inherit autotools
 
 # Needed for Debian packaging





More information about the Openembedded-commits mailing list