summaryrefslogtreecommitdiffstats
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 12:11:34 +0000
commitf3a21d529781e0574b7cde82103e2ed94ec3403d (patch)
treea39d2f859ab62427d65d97bfa633fe204fe0d30d /meta/recipes-support/libevent/libevent_2.0.16.bb
parentf2fb10ecf23ada1c37a973b5a504b46f9b5b9269 (diff)
downloadpoky-f3a21d529781e0574b7cde82103e2ed94ec3403d.tar.gz
libevent: fix compilation for x32
Pull a patch from gentoo to avoid sysctl syscall which is not defined for x32. (From OE-Core rev: 1d0006ad137e63214e365fbccd45a610cf9661ce) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 6da3d94fec..38d42f0bf6 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"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=50aad300de703db62baae12146832b45"
9 9
10PR = "r0" 10PR = "r1"
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 14
14SRC_URI[md5sum] = "899efcffccdb3d5111419df76e7dc8df" 15SRC_URI[md5sum] = "899efcffccdb3d5111419df76e7dc8df"
15SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4d38295" 16SRC_URI[sha256sum] = "a578c7bcaf3bab1cc7924bd4d219f2ea621ab8c51dfc4f886e234b6ef4d38295"