summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-18 16:28:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:02 +0100
commitad130b97a51a84443f95a760d0e1080e51a4c2b2 (patch)
tree30878746ae2dbdd5d59d1c963d22f110613a4040 /meta/recipes-support
parent948e3e4e6aa42159053b8ba015d264a0216dc5bd (diff)
downloadpoky-ad130b97a51a84443f95a760d0e1080e51a4c2b2.tar.gz
libevent: disable openssl by default
This creates a more deterministic build and also reduces the size of this library. (From OE-Core rev: 6c36fde6ce2e775ec3041f9cf2fcf02e20516b15) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.16.bb4
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 38d42f0bf6..1c464efb37 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"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
9 9
10PR = "r1" 10PR = "r2"
11 11
12SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \ 12SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
13 file://libevent-2.0.16_fix_for_x32.patch" 13 file://libevent-2.0.16_fix_for_x32.patch"
@@ -17,6 +17,8 @@ SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4
17 17
18S = "${WORKDIR}/${BPN}-${PV}-stable" 18S = "${WORKDIR}/${BPN}-${PV}-stable"
19 19
20EXTRA_OECONF = "--disable-openssl"
21
20inherit autotools 22inherit autotools
21 23
22# Needed for Debian packaging 24# Needed for Debian packaging