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/mpeg2dec | |
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/mpeg2dec')
-rw-r--r-- | meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb index 00ca3675ca..d603602584 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | SUMMARY = "Library and test program for decoding MPEG-2 and MPEG-1 video streams" | 1 | SUMMARY = "Library and test program for decoding MPEG-2 and MPEG-1 video streams" |
2 | HOMEPAGE = "http://libmpeg2.sourceforge.net/" | 2 | DESCRIPTION = "mpeg2dec is a test program for libmpeg2. It decodes \ |
3 | mpeg-1 and mpeg-2 video streams, and also includes a demultiplexer \ | ||
4 | for mpeg-1 and mpeg-2 program streams. The main purpose of mpeg2dec \ | ||
5 | is to have a simple test bed for libmpeg2." | ||
6 | HOMEPAGE = "https://libmpeg2.sourceforge.io/" | ||
3 | SECTION = "libs" | 7 | SECTION = "libs" |
4 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
5 | LICENSE_FLAGS = "commercial" | 9 | LICENSE_FLAGS = "commercial" |