diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-12-28 07:18:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:15 +0000 |
commit | a2f5dee7a5c10684b3eaf51b460dadd495f83010 (patch) | |
tree | 7732854f488f12bfd8a7ccbb8061a04e6c8c559b /meta/recipes-support | |
parent | 0da47a56bd8432d2657b188621398c5a7ef85f84 (diff) | |
download | poky-a2f5dee7a5c10684b3eaf51b460dadd495f83010.tar.gz |
libmicrohttpd: upgrade 0.9.73 -> 0.9.75
Changelog:
=========
Fixed Makefile warning on MinGW.
Fixed compiler warning on MinGW.
Fixed "configure" portability (for NetBSD).
MSVC project cosmetics.
MSVC fixed project to fix linker warning.
Fixed compiler warning on some platforms.
Further improved test_client_put_stop to get stable results on all
platforms.
Added workaround for platforms (like OpenBSD) where system monotonic clocks
may jump forward and back.
Added more checks in test_large_put, increased timeout (was too small for
this test). -EG
(From OE-Core rev: da29585e6ff055b9a6a494ea27fa5594617d8a8c)
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.75.bb (renamed from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb index 0b5901bc74..494ccd2ee9 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb | |||
@@ -7,8 +7,7 @@ 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] = "2b15949b1633e4fa487e08cdcc97f0e3" | 10 | SRC_URI[sha256sum] = "9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb" |
11 | SRC_URI[sha256sum] = "a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e" | ||
12 | 11 | ||
13 | inherit autotools lib_package pkgconfig gettext | 12 | inherit autotools lib_package pkgconfig gettext |
14 | 13 | ||