Skip to content
Snippets Groups Projects
Commit 626ebb1f authored by Amit Kucheria's avatar Amit Kucheria
Browse files

coap: cleanup recipe


Cleanup description and let PROVIDES default to PN

Signed-off-by: default avatarAmit Kucheria <amit.kucheria.ext@huawei.com>
parent 18c40e4d
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,15 @@ ...@@ -3,13 +3,15 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
SUMMARY = "A C implementation of IETF Constrained Application Protocol (RFC 7252)" SUMMARY = "A C implementation of IETF Constrained Application Protocol (RFC 7252)"
DESCRIPTION = "libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwidth, or network packet sizes. This protocol, CoAP, is standardized by the IETF as RFC 7252. For further information related to CoAP, see http://coap.technology." DESCRIPTION = "libcoap is a C implementation of a lightweight \
application-protocol for devices that are constrained their resources such \
as computing power, RF range, memory, bandwidth, or network packet sizes. \
This protocol, CoAP, is standardized by the IETF as RFC 7252. For further \
information related to CoAP, see http://coap.technology."
HOMEPAGE = "http://libcoap.net/" HOMEPAGE = "http://libcoap.net/"
SECTION = "libs/network" SECTION = "libs/network"
PROVIDES = "coap libcoap libcoap.so"
# WARNING: Code until 2017-06-01 is dual-licensed as GPLv2 and BSD 2-Clause, it is BSD after that # WARNING: Code until 2017-06-01 is dual-licensed as GPLv2 and BSD 2-Clause, it is BSD after that
LICENSE = "GPLv2 | BSD" LICENSE = "GPLv2 | BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=faed8f005d476edd3f250599a4bb9a75 \ LIC_FILES_CHKSUM = "file://COPYING;md5=faed8f005d476edd3f250599a4bb9a75 \
...@@ -34,4 +36,3 @@ inherit pkgconfig autotools ...@@ -34,4 +36,3 @@ inherit pkgconfig autotools
EXTRA_OECONF = "--disable-doxygen --disable-manpages --with-mbedtls" EXTRA_OECONF = "--disable-doxygen --disable-manpages --with-mbedtls"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment