diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-03 03:01:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-18 21:20:24 +0000 |
commit | aded5f98d00a9c5d516a284776e96e4ccf0c59b1 (patch) | |
tree | e704484d1f0221ad25e55acf065e10cae8a08b18 /meta/recipes-extended/mdadm/mdadm_4.1.bb | |
parent | 6457df20bff0412602317f485ac1b2b15645f2dd (diff) | |
download | poky-aded5f98d00a9c5d516a284776e96e4ccf0c59b1.tar.gz |
meta/recipes-extended: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage
[YOCTO #13471]
(From OE-Core rev: d2e54108558bcf3a44d65505a643ace5cf365d8a)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cc6c7af900ae0196a62b7fa1375c55bbcd8e68b4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_4.1.bb')
-rw-r--r-- | meta/recipes-extended/mdadm/mdadm_4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb b/meta/recipes-extended/mdadm/mdadm_4.1.bb index 001d3331a7..bb77759cf9 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.1.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.1.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Tool for managing software RAID under Linux" | 1 | SUMMARY = "Tool for managing software RAID under Linux" |
2 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" | 2 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" |
3 | DESCRIPTION = "mdadm is a Linux utility used to manage and monitor software RAID devices." | ||
3 | 4 | ||
4 | # Some files are GPLv2+ while others are GPLv2. | 5 | # Some files are GPLv2+ while others are GPLv2. |
5 | LICENSE = "GPLv2 & GPLv2+" | 6 | LICENSE = "GPLv2 & GPLv2+" |