diff options
Diffstat (limited to 'meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb')
-rw-r--r-- | meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb index 494ccd2ee9..9c99af7c91 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb | |||
@@ -1,6 +1,6 @@ | |||
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-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" |
5 | SECTION = "net" | 5 | SECTION = "net" |
6 | 6 | ||