From 626ebb1fca557e43bc3c7e01189cfdd717c5b70d Mon Sep 17 00:00:00 2001 From: Amit Kucheria <amit.kucheria.ext@huawei.com> Date: Mon, 14 Jun 2021 00:36:59 +0530 Subject: [PATCH] coap: cleanup recipe Cleanup description and let PROVIDES default to PN Signed-off-by: Amit Kucheria <amit.kucheria.ext@huawei.com> --- meta-ohos-staging/recipes-connectivity/coap/coap_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb b/meta-ohos-staging/recipes-connectivity/coap/coap_git.bb index 01d24aeb..269f84e3 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" - -- GitLab