summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libevent/libevent_2.0.16.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-01-04 13:49:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-06 11:27:28 +0000
commit1d0006ad137e63214e365fbccd45a610cf9661ce (patch)
tree67ce061b1252083fad8ab515eb198c74b95da77d /meta/recipes-support/libevent/libevent_2.0.16.bb
parent2f134791ca5db0281af0a71fcab0e832894d412c (diff)
downloadopenembedded-core-1d0006ad137e63214e365fbccd45a610cf9661ce.tar.gz
openembedded-core-1d0006ad137e63214e365fbccd45a610cf9661ce.tar.bz2
openembedded-core-1d0006ad137e63214e365fbccd45a610cf9661ce.tar.xz
openembedded-core-1d0006ad137e63214e365fbccd45a610cf9661ce.zip
libevent: fix compilation for x32
Pull a patch from gentoo to avoid sysctl syscall which is not defined for x32. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.16.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.0.16.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.16.bb b/meta/recipes-support/libevent/libevent_2.0.16.bb
index 6da3d94fe..38d42f0bf 100644
--- a/meta/recipes-support/libevent/libevent_2.0.16.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.16.bb
@@ -7,9 +7,10 @@ SECTION = "libs"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
-PR = "r0"
+PR = "r1"
-SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz"
+SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
+ file://libevent-2.0.16_fix_for_x32.patch"
SRC_URI[md5sum] = "899efcffccdb3d5111419df76e7dc8df"
SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4d38295"