diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb (renamed from meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb index d092b158f2..52dee30126 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb | |||
@@ -13,16 +13,15 @@ SECTION = "multimedia" | |||
13 | # license for libsamplerate, the samplerate plugin may be used under the terms | 13 | # license for libsamplerate, the samplerate plugin may be used under the terms |
14 | # of LGPLv2.1 like the rest of the plugins. | 14 | # of LGPLv2.1 like the rest of the plugins. |
15 | LICENSE = "LGPLv2.1 & GPLv2+" | 15 | LICENSE = "LGPLv2.1 & GPLv2+" |
16 | LIC_FILES_CHKSUM = "\ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ |
17 | file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ | 17 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
18 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 18 | file://m4/attributes.m4;endline=33;md5=bb8c6b2a67ac15156961e242fec33e50 \ |
19 | file://m4/attributes.m4;endline=33;md5=b25958da44c02231e3641f1bccef53eb \ | 19 | file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \ |
20 | file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \ | 20 | " |
21 | " | ||
22 | 21 | ||
23 | SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2" | 22 | SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2" |
24 | SRC_URI[md5sum] = "5b11cd3ec92e5f9190ec378565b529e8" | 23 | SRC_URI[md5sum] = "8455e3c6fbc47f62f070afabc14ba575" |
25 | SRC_URI[sha256sum] = "4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da" | 24 | SRC_URI[sha256sum] = "1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d" |
26 | 25 | ||
27 | DEPENDS += "alsa-lib" | 26 | DEPENDS += "alsa-lib" |
28 | 27 | ||