diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | beac5d31b5ec9b04bdbf4d569c0ca91ed4f22651 (patch) | |
tree | d79dedac19bb3cf789b3c093add0c6b79190239b /meta/recipes-multimedia | |
parent | a6551b208eb1bb7e0ccfe1574bdcb636505b86ac (diff) | |
download | poky-beac5d31b5ec9b04bdbf4d569c0ca91ed4f22651.tar.gz |
alsa-topology/ucm-conf: update to 1.2.2
Tarballs have a proper subdirectory now, so subdir option
isn't needed anymore.
(From OE-Core rev: 8f3b844339abea798fd3eece6e0e77f992a384dc)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb (renamed from meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb) | 7 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb (renamed from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb) | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb index add1f309ec..2901794cb9 100644 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb | |||
@@ -4,11 +4,8 @@ BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" |
6 | 6 | ||
7 | # The tarball doesn't have any toplevel directory. The subdir option tells | 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" |
8 | # Bitbake to unpack the archive to the correct place. | 8 | SRC_URI[sha256sum] = "b472d6b567c78173bd69543d9cffc9e379c80eb763c3afc8d5b24d5610d19425" |
9 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2;subdir=${BP}" | ||
10 | SRC_URI[md5sum] = "7fdf5fff3f1e0603456e719f6033e922" | ||
11 | SRC_URI[sha256sum] = "354a43f4031c98bef1349ac722d83b2603ef439f81a1ab1eba8814c28243a9b2" | ||
12 | 9 | ||
13 | inherit allarch | 10 | inherit allarch |
14 | 11 | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb index 469d1f7a95..1a524d49b2 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb | |||
@@ -4,11 +4,8 @@ BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" |
6 | 6 | ||
7 | # The tarball doesn't have any toplevel directory. The subdir option tells | 7 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" |
8 | # Bitbake to unpack the archive to the correct place. | 8 | SRC_URI[sha256sum] = "7ebfd929bc85a51f16fa3c8c4db13faa2ea6ff2b2266fc36d6198bdafe73c40c" |
9 | SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2;subdir=${BP}" | ||
10 | SRC_URI[md5sum] = "b7fa43cfd79df978184a6333766d2a50" | ||
11 | SRC_URI[sha256sum] = "ea8a86875f4cf430d49a662a04a6d6c606c5c9d67e54cb944c4d77b24554062f" | ||
12 | 9 | ||
13 | inherit allarch | 10 | inherit allarch |
14 | 11 | ||