From c8075ed8f157468849d3199c3671b84a6f08785d Mon Sep 17 00:00:00 2001 From: Meh Mbeh Ida Delphine Date: Tue, 2 Mar 2021 11:07:33 +0100 Subject: recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes Fixes: [YOCTO #13471] (From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie --- meta/recipes-support/libksba/libksba_1.5.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-support/libksba/libksba_1.5.0.bb') diff --git a/meta/recipes-support/libksba/libksba_1.5.0.bb b/meta/recipes-support/libksba/libksba_1.5.0.bb index 005389eab6..8d7043fc0a 100644 --- a/meta/recipes-support/libksba/libksba_1.5.0.bb +++ b/meta/recipes-support/libksba/libksba_1.5.0.bb @@ -1,4 +1,9 @@ SUMMARY = "Easy API to create and parse X.509 and CMS related objects" +DESCRIPTION = "A library to make the tasks of working with X.509 certificates, \ +CMS data and related objects more easy. It provides a highlevel interface to \ +the implemented protocols and presents the data in a consistent way. The \ +library does not rely on another cryptographic library but provides \ +hooks for easy integration with Libgcrypt. " HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)" LICENSE_${PN} = "GPLv2+ | LGPLv3+" -- cgit v1.2.3-54-g00ecf