diff options
author | Dorinda Bassey <dorindabassey@gmail.com> | 2021-03-15 13:40:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-16 17:52:21 +0000 |
commit | e1f2f51698b6d104e845ce3961c4871f1cd3fb60 (patch) | |
tree | 03660676d617fa5e4df342dc272f1a10b236bdc9 /meta-selftest/recipes-test/aspell | |
parent | 7a348cdc3ad084a1799b0939c3192691049ba08e (diff) | |
download | poky-e1f2f51698b6d104e845ce3961c4871f1cd3fb60.tar.gz |
meta-selftest: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing
descriptions or homepage.
(From OE-Core rev: f36f176dc0316a79ae288c3b4f6c2eab366810dd)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/aspell')
-rw-r--r-- | meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb index 9f905a5198..dcf6c8ba63 100644 --- a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb +++ b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | SUMMARY = "GNU Aspell spell-checker" | 5 | SUMMARY = "GNU Aspell spell-checker" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | HOMEPAGE = "https://ftp.gnu.org/gnu/aspell/" | ||
7 | 8 | ||
8 | LICENSE = "LGPLv2 | LGPLv2.1" | 9 | LICENSE = "LGPLv2 | LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |