diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-08-13 19:50:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | b30773b37576596cfa4d5680daeb75d17b14b536 (patch) | |
tree | 4debb9cbf954ddab6e55d5df3ab1819239252694 /meta-oe | |
parent | b9026fc71ab026c406ed7259154c6393ca888d44 (diff) | |
download | meta-openembedded-b30773b37576596cfa4d5680daeb75d17b14b536.tar.gz |
faad2: set more accurate SUMMARY and add HOMEPAGE
Make it clear what this library is for and provide a link for more
information.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb index 63e590c9e..b777831ad 100644 --- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Library for reading some sort of media format" | 1 | SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library" |
2 | HOMEPAGE = "http://www.audiocoding.com/faad2.html" | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
4 | 5 | ||