diff options
| author | Dorinda <dorindabassey@gmail.com> | 2021-02-25 01:39:00 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
| commit | a7854ce17468a67e4f234dccef53d45053caa998 (patch) | |
| tree | e9e6895fb91d37aa6388dc05a7c8aa9683b9ac96 /meta/recipes-core/dropbear | |
| parent | 8e4567bd5f292d1850b7b9422d8a073ae358350c (diff) | |
| download | poky-a7854ce17468a67e4f234dccef53d45053caa998.tar.gz | |
meta/recipes-core: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage
[YOCTO #13471]
(From OE-Core rev: be8d3d0fa6bbc2924ffbdbaa66e9ffaef2b96de6)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dropbear')
| -rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index a30f98faa4..ed3ef3384a 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | SUMMARY = "A lightweight SSH and SCP implementation" | 1 | SUMMARY = "A lightweight SSH and SCP implementation" |
| 2 | HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" | 2 | HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" |
| 3 | DESCRIPTION = "Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers." | ||
| 3 | SECTION = "console/network" | 4 | SECTION = "console/network" |
| 4 | 5 | ||
| 5 | # some files are from other projects and have others license terms: | 6 | # some files are from other projects and have others license terms: |
