summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-09-16 01:42:07 +0200
committerKhem Raj <raj.khem@gmail.com>2019-09-16 07:10:03 -0700
commit534fd645d36aa9fb3cca1d29665ead380b8e6b34 (patch)
tree2eb2cec514b237e662aef65fa82ac13e2b6ba40a /meta-oe/recipes-support
parent4dc78fd8fdfec79186c1dd8415e7612f43114093 (diff)
downloadmeta-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 7e50edf7b..7d349b94e 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 @@
1DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application" 1DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application"
2HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" 2HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
3LICENSE = "LGPL-2.1+" 3LICENSE = "LGPL-2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36"
5SECTION = "net" 5SECTION = "net"
6
6DEPENDS = "file" 7DEPENDS = "file"
7 8
8SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz"
9SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" 10SRC_URI[md5sum] = "ce4050e75cc40d68506e2b403e1a76f9"
10SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c" 11SRC_URI[sha256sum] = "4e66d4db1574f4912fbd2690d10d227cc9cc56df6a10aa8f4fc2da75cea7ab1b"
11 12
12inherit autotools lib_package pkgconfig gettext 13inherit autotools lib_package pkgconfig gettext
13 14