diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | 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 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" | |||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \ | 12 | SRC_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 | ||
18 | S = "${WORKDIR}/${BPN}-${PV}-stable" | 18 | S = "${WORKDIR}/${BPN}-${PV}-stable" |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-openssl" | ||
21 | |||
20 | inherit autotools | 22 | inherit autotools |
21 | 23 | ||
22 | # Needed for Debian packaging | 24 | # Needed for Debian packaging |