diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-01-28 15:23:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:54:02 +0000 |
commit | a3525ea617c0897d7ca51770e664987f7a528939 (patch) | |
tree | 141488bbaaba1442966143cfb5c8f59acc2e0a17 /meta/recipes-support/libevent/libevent_2.0.21.bb | |
parent | e71a62240f3a8e562007ac4a35f230c0056b7481 (diff) | |
download | poky-a3525ea617c0897d7ca51770e664987f7a528939.tar.gz |
libevent : upgrade to 4.0.21
- removed libevent-2.0.16_fix_for_x32.patch because the newer version
contained the changes done by the patch.
- LICENSE file new checksum caused by :
old : Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
new : Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
(From OE-Core rev: eda67a8cb2b2669c12ecda2cf9b00e1001b8c598)
(From OE-Core rev: 830eeee2da5bdea2420a1eac8814e4a51eacbd7a)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.21.bb')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.0.21.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb new file mode 100644 index 0000000000..3c53de96c6 --- /dev/null +++ b/meta/recipes-support/libevent/libevent_2.0.21.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "An asynchronous event notification library" | ||
2 | DESCRIPTION = "An asynchronous event notification library" | ||
3 | HOMEPAGE = "http://libevent.org/" | ||
4 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322" | ||
5 | SECTION = "libs" | ||
6 | |||
7 | LICENSE = "BSD" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz" | ||
13 | |||
14 | SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2" | ||
15 | SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5" | ||
16 | |||
17 | S = "${WORKDIR}/${BPN}-${PV}-stable" | ||
18 | |||
19 | EXTRA_OECONF = "--disable-openssl" | ||
20 | |||
21 | inherit autotools | ||
22 | |||
23 | # Needed for Debian packaging | ||
24 | LEAD_SONAME = "libevent-2.0.so" | ||