diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-15 23:32:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:25 +0000 |
commit | 98045767ea3ae31539ade2e29f278714ff8ea87b (patch) | |
tree | 842f71c844683b10632ad4af3b97ec648d061da8 /meta/recipes-support/nettle | |
parent | 72329ca9397b620670ff0cb2d48313f18d757884 (diff) | |
download | poky-98045767ea3ae31539ade2e29f278714ff8ea87b.tar.gz |
meta: add missing descriptions in some support recipes
(From OE-Core rev: d2654384db4999c78bc3d98215a4eecdab63541b)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nettle')
-rw-r--r-- | meta/recipes-support/nettle/nettle_3.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "A low level cryptographic library" | 1 | SUMMARY = "A low level cryptographic library" |
2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" | 2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" |
3 | DESCRIPTION = "It tries to solve a problem of providing a common set of \ | ||
4 | cryptographic algorithms for higher-level applications by implementing a \ | ||
5 | context-independent set of cryptographic algorithms" | ||
3 | SECTION = "libs" | 6 | SECTION = "libs" |
4 | LICENSE = "LGPLv3+ | GPLv2+" | 7 | LICENSE = "LGPLv3+ | GPLv2+" |
5 | 8 | ||