diff --git a/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb b/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb index 01d24aeb6a44169b9d6f1c3f2abdd1ab8835fbc8..269f84e309ef5e89ee2e75f7d734aedf37a6019b 100644 --- a/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb +++ b/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb @@ -3,13 +3,15 @@ # SPDX-License-Identifier: Apache-2.0 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/" 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 LICENSE = "GPLv2 | BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=faed8f005d476edd3f250599a4bb9a75 \ @@ -34,4 +36,3 @@ inherit pkgconfig autotools EXTRA_OECONF = "--disable-doxygen --disable-manpages --with-mbedtls" BBCLASSEXTEND = "native nativesdk" -