diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-08-13 20:15:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-14 17:33:49 +0100 |
commit | 209f89ab8ed51ac2867ca8f749336af1ee24ab25 (patch) | |
tree | ae6ca881bfd917843e0d0814344b373fd4fde7e6 /meta/recipes-support | |
parent | 48ce05fba30365786cc461a410dc7f7846e0b135 (diff) | |
download | poky-209f89ab8ed51ac2867ca8f749336af1ee24ab25.tar.gz |
libevent: update to 2.1.11
(From OE-Core rev: 6b36db836547a23f43c5f97bf3706d7b210c209c)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.1.11.bb (renamed from meta/recipes-support/libevent/libevent_2.1.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.1.10.bb b/meta/recipes-support/libevent/libevent_2.1.11.bb index 81ceb1cd91..1e18f0ab2c 100644 --- a/meta/recipes-support/libevent/libevent_2.1.10.bb +++ b/meta/recipes-support/libevent/libevent_2.1.11.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "999caf86f52943af2363bc8077f00167" | 15 | SRC_URI[md5sum] = "7f35cfe69b82d879111ec0d7b7b1c531" |
16 | SRC_URI[sha256sum] = "e864af41a336bb11dab1a23f32993afe963c1f69618bd9292b89ecf6904845b0" | 16 | SRC_URI[sha256sum] = "a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "http://libevent.org/" | 18 | UPSTREAM_CHECK_URI = "http://libevent.org/" |
19 | 19 | ||