diff options
| author | Dorinda Bassey <dorindabassey@gmail.com> | 2021-03-15 13:40:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-28 22:31:46 +0100 |
| commit | 6fdd0cb813fa59a773397fdcaa8fcc480cb29afb (patch) | |
| tree | b0f9c5f398caa0bb670dd4a296dfd0817dcce17c /meta-selftest | |
| parent | d547f42136b6827855e36efc948c1616596bd7ba (diff) | |
| download | poky-6fdd0cb813fa59a773397fdcaa8fcc480cb29afb.tar.gz | |
meta-selftest: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing
descriptions or homepage.
(From OE-Core rev: c1d8d25fffc119adcc5f0a49b10b21dcdc1c6572)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f36f176dc0316a79ae288c3b4f6c2eab366810dd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
| -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" |
