diff options
| author | Peter Marko <peter.marko@siemens.com> | 2022-07-11 15:45:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-25 15:11:46 +0100 |
| commit | 4006a03674acf7165554ac29c322566add3f1659 (patch) | |
| tree | e069b4bd3a562adfdd6d4435675e9a15ea8597ed | |
| parent | ae5fb5a00dc9d05edc3c92af9b859b7cb1383e5f (diff) | |
| download | poky-4006a03674acf7165554ac29c322566add3f1659.tar.gz | |
alsa-state: correct license
* add GPL license because of alsa-state-init file
* gpl link points to gpl3, but at time of adding this file was actually
pointing to gpl2, so should correspond to SPDX GPL-2.0-or-later
* remove date as the file was already changed several times since then
(From OE-Core rev: 7c3d9c5d72f1e832697b51a89e284e0b1e041f38)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ca73ff0d9930d545ce8cb8a62e259c0b43310f99)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/alsa-state/alsa-state.bb | 7 | ||||
| -rwxr-xr-x | meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index df546633f1..27b2eccbe4 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb | |||
| @@ -8,8 +8,11 @@ SUMMARY = "Alsa scenario files to enable alsa state restoration" | |||
| 8 | HOMEPAGE = "http://www.alsa-project.org/" | 8 | HOMEPAGE = "http://www.alsa-project.org/" |
| 9 | DESCRIPTION = "Alsa Scenario Files - an init script and state files to restore \ | 9 | DESCRIPTION = "Alsa Scenario Files - an init script and state files to restore \ |
| 10 | sound state at system boot and save it at system shut down." | 10 | sound state at system boot and save it at system shut down." |
| 11 | LICENSE = "MIT" | 11 | LICENSE = "MIT & GPL-2.0-or-later" |
| 12 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 12 | LIC_FILES_CHKSUM = " \ |
| 13 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ | ||
| 14 | file://alsa-state-init;beginline=3;endline=4;md5=3ff7ecbf534d7d503941abe8e268ef50 \ | ||
| 15 | " | ||
| 13 | PV = "0.2.0" | 16 | PV = "0.2.0" |
| 14 | PR = "r5" | 17 | PR = "r5" |
| 15 | 18 | ||
diff --git a/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init b/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init index eee59cb321..a04cc27004 100755 --- a/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init +++ b/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # | 2 | # |
| 3 | # Copyright Matthias Hentges <devel@hentges.net> (c) 2007 | 3 | # Copyright Matthias Hentges <devel@hentges.net> (c) 2007 |
| 4 | # License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) | 4 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 5 | # | 5 | # |
| 6 | # Filename: alsa-state | 6 | # Filename: alsa-state |
| 7 | # Date: 20070308 (YMD) | ||
| 8 | 7 | ||
| 9 | # source function library | 8 | # source function library |
| 10 | . /etc/init.d/functions | 9 | . /etc/init.d/functions |
