summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.1.8.bb
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2018-01-17 23:59:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-22 10:39:09 +0000
commit7333ebf2fd07ecb7f39a4d976d41ba620d41b139 (patch)
tree69febec879c97a088cbe6e6080cc283dcfbc70dc /meta/recipes-support/libevent/libevent_2.1.8.bb
parent9bfe9dadfe929c9d1d15008597ef9d49be4c0fe4 (diff)
downloadpoky-7333ebf2fd07ecb7f39a4d976d41ba620d41b139.tar.gz
libevent: fix 32bit linux regress test
Fix 32bit linux regress test This patch is backported from https://github.com/libevent/libevent/commit/63c4bf78d6af3c6ff46d2e8e4b53dd9f577a9ca9 (From OE-Core rev: 68d98f3de9d0caf13bdfd8ca1aa140ee3281ffdd) Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.1.8.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.1.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.1.8.bb b/meta/recipes-support/libevent/libevent_2.1.8.bb
index 1270d627f8..83ce4644cf 100644
--- a/meta/recipes-support/libevent/libevent_2.1.8.bb
+++ b/meta/recipes-support/libevent/libevent_2.1.8.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549"
9SRC_URI = " \ 9SRC_URI = " \
10 https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \ 10 https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \
11 file://Makefile-missing-test-dir.patch \ 11 file://Makefile-missing-test-dir.patch \
12 file://0001-test-fix-32bit-linux-regress.patch \
12 file://run-ptest \ 13 file://run-ptest \
13" 14"
14 15