From 98045767ea3ae31539ade2e29f278714ff8ea87b Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Tue, 15 Dec 2020 23:32:01 -0500 Subject: meta: add missing descriptions in some support recipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From OE-Core rev: d2654384db4999c78bc3d98215a4eecdab63541b) Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Richard Purdie --- meta/recipes-support/nettle/nettle_3.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-support/nettle') diff --git a/meta/recipes-support/nettle/nettle_3.6.bb b/meta/recipes-support/nettle/nettle_3.6.bb index 90f8625ae5..7c1b1a2d5c 100644 --- a/meta/recipes-support/nettle/nettle_3.6.bb +++ b/meta/recipes-support/nettle/nettle_3.6.bb @@ -1,5 +1,8 @@ SUMMARY = "A low level cryptographic library" HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" +DESCRIPTION = "It tries to solve a problem of providing a common set of \ +cryptographic algorithms for higher-level applications by implementing a \ +context-independent set of cryptographic algorithms" SECTION = "libs" LICENSE = "LGPLv3+ | GPLv2+" -- cgit v1.2.3-54-g00ecf