diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-02 11:07:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:36 +0000 |
commit | e03ad3ff5a0e7cef5d885377b7917853f8d39591 (patch) | |
tree | 009b45b26e8d0cf62dbd6a21f920a9b10b3d2d58 /meta/recipes-sato/puzzles | |
parent | 0020bef146e4b5bc773662ab10d434f3cbc0e31f (diff) | |
download | poky-e03ad3ff5a0e7cef5d885377b7917853f8d39591.tar.gz |
recipes-sato: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471]
(From OE-Core rev: dad63dcd37948388a7a1ffe7f9af187306295d5a)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index ecc2b9844d..16a08585cc 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" | 1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" |
2 | DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games." | ||
2 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | 3 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" |
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6099f4981f9461d7f411091e69a7f07a" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6099f4981f9461d7f411091e69a7f07a" |