diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-16 01:42:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-16 07:10:03 -0700 |
commit | 534fd645d36aa9fb3cca1d29665ead380b8e6b34 (patch) | |
tree | 2eb2cec514b237e662aef65fa82ac13e2b6ba40a /meta-oe/recipes-support | |
parent | 4dc78fd8fdfec79186c1dd8415e7612f43114093 (diff) | |
download | meta-openembedded-534fd645d36aa9fb3cca1d29665ead380b8e6b34.tar.gz |
libmicrohttpd: update to 0.9.66
License checksum changed because the section that was not part of the
license was removed (see @d0e81c8e0fb9676602db14a4120235f1524b1306).
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.66.bb (renamed from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.66.bb index 7e50edf7b2..7d349b94e4 100644 --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.66.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application" | 1 | DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application" |
2 | HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" | 2 | HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" |
3 | LICENSE = "LGPL-2.1+" | 3 | LICENSE = "LGPL-2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" |
5 | SECTION = "net" | 5 | SECTION = "net" |
6 | |||
6 | DEPENDS = "file" | 7 | DEPENDS = "file" |
7 | 8 | ||
8 | SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" | 10 | SRC_URI[md5sum] = "ce4050e75cc40d68506e2b403e1a76f9" |
10 | SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c" | 11 | SRC_URI[sha256sum] = "4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b" |
11 | 12 | ||
12 | inherit autotools lib_package pkgconfig gettext | 13 | inherit autotools lib_package pkgconfig gettext |
13 | 14 | ||