diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-04-29 20:42:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-02 23:21:42 +0100 |
commit | eb31bf7ea35107bcfa5239777e4ee9a857f6b6a2 (patch) | |
tree | a6a7ac8617c5905296d716982b2ee2aed7450e4b /meta/recipes-support | |
parent | 2d96636ebc2d3b7e8103ca9d27e0f966f2f7cd86 (diff) | |
download | poky-eb31bf7ea35107bcfa5239777e4ee9a857f6b6a2.tar.gz |
libmicrohttpd: upgrade 0.9.72 -> 0.9.73
(From OE-Core rev: 079d56b24b4e1a577b58516c00000184542f2dfe)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb (renamed from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.72.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.72.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb index 66c48da3b7..219f0c44d6 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.72.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb | |||
@@ -7,8 +7,8 @@ SECTION = "net" | |||
7 | DEPENDS = "file" | 7 | DEPENDS = "file" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "2a286193af88ab2ae3149748d4b46187" | 10 | SRC_URI[md5sum] = "2b15949b1633e4fa487e08cdcc97f0e3" |
11 | SRC_URI[sha256sum] = "0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8" | 11 | SRC_URI[sha256sum] = "a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e" |
12 | 12 | ||
13 | inherit autotools lib_package pkgconfig gettext | 13 | inherit autotools lib_package pkgconfig gettext |
14 | 14 | ||