diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio.inc')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index bbab3ae038..a69dd32bd7 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -5,7 +5,8 @@ HOMEPAGE = "http://www.pulseaudio.org" | |||
5 | AUTHOR = "Lennart Poettering" | 5 | AUTHOR = "Lennart Poettering" |
6 | SECTION = "libs/multimedia" | 6 | SECTION = "libs/multimedia" |
7 | 7 | ||
8 | # Most of PulseAudio code is under LGPLv2.1+. There are a few exceptions: | 8 | # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few |
9 | # exceptions: | ||
9 | # | 10 | # |
10 | # The "adrian" echo canceller variant has code under a non-standard permissive | 11 | # The "adrian" echo canceller variant has code under a non-standard permissive |
11 | # license. See src/modules/echo-cancel/adrian-license.txt for details. This | 12 | # license. See src/modules/echo-cancel/adrian-license.txt for details. This |
@@ -39,11 +40,12 @@ SECTION = "libs/multimedia" | |||
39 | # The dependency with the most complicated licensing considerations is libdbus. | 40 | # The dependency with the most complicated licensing considerations is libdbus. |
40 | # When PACKAGECONFIG[dbus] is enabled (like it is by default), libdbus will be | 41 | # When PACKAGECONFIG[dbus] is enabled (like it is by default), libdbus will be |
41 | # used by both the server and the client library (libpulse). Does this affect | 42 | # used by both the server and the client library (libpulse). Does this affect |
42 | # applications that use libpulse? It should be also noted that libdbus is | 43 | # applications that use libpulse? It should also be noted that libdbus is |
43 | # dual-licensed: either GPLv2+ or AFL-2 terms apply. Whose decision is it which | 44 | # dual-licensed: either GPL-2.0-or-later or AFL-2.0 terms apply. Whose decision |
44 | # of the licenses apply? What a mess. Some people hold the view that libdbus is | 45 | # is it which of the licenses apply? What a mess. Some people hold the view that |
45 | # a system library that is covered by the "special exception" in GPLv2's | 46 | # libdbus is a system library that is covered by the "special exception" in |
46 | # section 3, and therefore libdbus's GPL license doesn't affect PulseAudio. | 47 | # GPLv2's section 3, and therefore libdbus's GPL license doesn't affect |
48 | # PulseAudio. | ||
47 | LICENSE = "LGPL-2.1-or-later & MIT & BSD-3-Clause" | 49 | LICENSE = "LGPL-2.1-or-later & MIT & BSD-3-Clause" |
48 | 50 | ||
49 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5cd938de1a7a53ea5adac38cc10c39 \ | 51 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5cd938de1a7a53ea5adac38cc10c39 \ |