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/alsa | |
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/alsa')
6 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb index f38e8b94ff..c49cc2a9b4 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "ALSA sound library" | 1 | SUMMARY = "ALSA sound library" |
2 | DESCRIPTION = "(Occasionally a.k.a. libasound) is a userspace library that \ | ||
3 | provides a level of abstraction over the /dev interfaces provided by the kernel modules." | ||
2 | HOMEPAGE = "http://www.alsa-project.org" | 4 | HOMEPAGE = "http://www.alsa-project.org" |
3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 5 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
4 | SECTION = "libs/multimedia" | 6 | SECTION = "libs/multimedia" |
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb index e8402a6fcb..1381896f38 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "ALSA Plugins" | 1 | SUMMARY = "ALSA Plugins" |
2 | DESCRIPTION = "Used to create virtual devices that can be used like normal \ | ||
3 | hardware devices but cause extra processing of the sound stream to take place. \ | ||
4 | They are used while configuring ALSA in the .asoundrc file." | ||
2 | HOMEPAGE = "http://alsa-project.org" | 5 | HOMEPAGE = "http://alsa-project.org" |
3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 6 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
4 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.2.bb index 0838be8798..0a25d809b0 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.2.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Advanced tools for certain ALSA sound card drivers" | 1 | SUMMARY = "Advanced tools for certain ALSA sound card drivers" |
2 | DESCRIPTION = "Package containing a number of tools ranging from envy24control \ | ||
3 | which provides complete control over all devices with an envy24 chip, to \ | ||
4 | firmware loaders for pcmcia, USB and the hdsp devices." | ||
2 | HOMEPAGE = "http://www.alsa-project.org" | 5 | HOMEPAGE = "http://www.alsa-project.org" |
3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 6 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
4 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb index aac4b48948..26542fbbbc 100644 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "ALSA topology configuration files" | 1 | SUMMARY = "ALSA topology configuration files" |
2 | DESCRIPTION = "Provides a method for audio drivers to load their mixers, \ | ||
3 | routing, PCMs and capabilities from user space at runtime without changing \ | ||
4 | any driver source code." | ||
2 | HOMEPAGE = "https://alsa-project.org" | 5 | HOMEPAGE = "https://alsa-project.org" |
3 | BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" | 6 | BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" |
4 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb index da41c3db75..32cf41c8fd 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "ALSA Use Case Manager configuration" | 1 | SUMMARY = "ALSA Use Case Manager configuration" |
2 | DESCRIPTION = "This package contains ALSA Use Case Manager configuration \ | ||
3 | of audio input/output names and routing for specific audio hardware. \ | ||
4 | They can be used with the alsaucm tool. " | ||
2 | HOMEPAGE = "https://alsa-project.org" | 5 | HOMEPAGE = "https://alsa-project.org" |
3 | BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" | 6 | BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" |
4 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index c001b29a0c..f2e8133d2c 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "ALSA sound utilities" | 1 | SUMMARY = "ALSA sound utilities" |
2 | DESCRIPTION = "collection of small and often extremely powerful applications \ | ||
3 | designed to allow users to control the various parts of the ALSA system." | ||
2 | HOMEPAGE = "http://www.alsa-project.org" | 4 | HOMEPAGE = "http://www.alsa-project.org" |
3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 5 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
4 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |