diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-02 11:07:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:36 +0000 |
commit | 0020bef146e4b5bc773662ab10d434f3cbc0e31f (patch) | |
tree | e4301f4bfb223c5bb5d4ed9622c96069d7dd0887 /meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |
parent | aafc18758de5acf3e7677d27091598537ed69946 (diff) | |
download | poky-0020bef146e4b5bc773662ab10d434f3cbc0e31f.tar.gz |
recipes-multimedia: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
(From OE-Core rev: 312994268bb68a012a61c99e1c3697e8de60a2ce)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.37.bb')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index edb2ac6146..0b0af756f6 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "PNG image format decoding library" | 1 | SUMMARY = "PNG image format decoding library" |
2 | DESCRIPTION = "An open source project to develop and maintain the reference \ | ||
3 | library for use in applications that read, create, and manipulate PNG \ | ||
4 | (Portable Network Graphics) raster image files. " | ||
2 | HOMEPAGE = "http://www.libpng.org/" | 5 | HOMEPAGE = "http://www.libpng.org/" |
3 | SECTION = "libs" | 6 | SECTION = "libs" |
4 | LICENSE = "Libpng" | 7 | LICENSE = "Libpng" |