diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-29 22:14:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 10:53:20 +0000 |
commit | b955cbdcfb04f9c208ca76a5867815c867aa55fb (patch) | |
tree | fb6244ede78e7798833bf56394aa138a5cafb73f /meta/recipes-multimedia/alsa/alsa-utils.inc | |
parent | 58e47e1b70aec5e87b8e3b897d0da1ad6b8537c9 (diff) | |
download | poky-b955cbdcfb04f9c208ca76a5867815c867aa55fb.tar.gz |
alsa-utils: Fix license to GPLv2 only
Parts of alsa-utils are v2 only, parts are v2 or later. The effect is
the end result is GPLv2 and there seems little value in marking everything
as being a mixture of both. Fix LICENSE to match reality.
(From OE-Core rev: e14646de7fb45605de33fc0b797dad013ec20414)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a9a17a991174b732597e21045763ea851f486a01)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-utils.inc')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index b523a5a832..0a2e86fcc7 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc | |||
@@ -2,7 +2,8 @@ SUMMARY = "ALSA sound utilities" | |||
2 | HOMEPAGE = "http://www.alsa-project.org" | 2 | HOMEPAGE = "http://www.alsa-project.org" |
3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 3 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "GPLv2+" | 5 | # Some parts are GPLv2+, some are only GPLv2 (e.g. axfer, alsactl) so result is GPLv2 |
6 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://alsactl/utils.c;beginline=3;endline=18;md5=96cc06a4cebe5eb7975688ffb0e65642" | 8 | file://alsactl/utils.c;beginline=3;endline=18;md5=96cc06a4cebe5eb7975688ffb0e65642" |
8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 9 | DEPENDS = "alsa-lib ncurses libsamplerate0" |