diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-15 09:44:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:32 +0100 |
commit | 2fe17da211b1ccaf2d8130c861f35162efeaced6 (patch) | |
tree | 7b3832dd0bc4707af91a83e46a5b54d9d312fb49 /meta | |
parent | 8e62e989f341e45e75124c3bef2ca4602378e740 (diff) | |
download | poky-2fe17da211b1ccaf2d8130c861f35162efeaced6.tar.gz |
libevent: upgrade 2.1.11 -> 2.1.12
(From OE-Core rev: cb965ea3f191672c347e91e2ffb2586f119c77db)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.1.12.bb (renamed from meta/recipes-support/libevent/libevent_2.1.11.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.1.11.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index fb186eb89f..29e87081d3 100644 --- a/meta/recipes-support/libevent/libevent_2.1.11.bb +++ b/meta/recipes-support/libevent/libevent_2.1.12.bb | |||
@@ -12,8 +12,7 @@ SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}- | |||
12 | file://0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch \ | 12 | file://0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7f35cfe69b82d879111ec0d7b7b1c531" | 15 | SRC_URI[sha256sum] = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" |
16 | SRC_URI[sha256sum] = "a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d" | ||
17 | 16 | ||
18 | UPSTREAM_CHECK_URI = "http://libevent.org/" | 17 | UPSTREAM_CHECK_URI = "http://libevent.org/" |
19 | 18 | ||