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:04 +0000
commit68d98f3de9d0caf13bdfd8ca1aa140ee3281ffdd (patch)
tree11bdecfb949f15adf3aab3399913a6a79db52871 /meta/recipes-support/libevent/libevent_2.1.8.bb
parent68a3ae195998f96e2d8678a6a3733117d490787d (diff)
downloadopenembedded-core-68d98f3de9d0caf13bdfd8ca1aa140ee3281ffdd.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 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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"
SRC_URI = " \
https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \
file://Makefile-missing-test-dir.patch \
+ file://0001-test-fix-32bit-linux-regress.patch \
file://run-ptest \
"