summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 15:25:54 +0100
commit8f3b844339abea798fd3eece6e0e77f992a384dc (patch)
treeed01c2a5e02e49d83219614571bf0a1cad7647fc /meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb
parentd3d8500f828d28367c114cd1f72b26f9a28107ff (diff)
downloadopenembedded-core-contrib-8f3b844339abea798fd3eece6e0e77f992a384dc.tar.gz
alsa-topology/ucm-conf: update to 1.2.2
Tarballs have a proper subdirectory now, so subdir option isn't needed anymore. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb
new file mode 100644
index 0000000000..1a524d49b2
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "ALSA Use Case Manager configuration"
+HOMEPAGE = "https://alsa-project.org"
+BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
+
+SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
+SRC_URI[sha256sum] = "7ebfd929bc85a51f16fa3c8c4db13faa2ea6ff2b2266fc36d6198bdafe73c40c"
+
+inherit allarch
+
+do_install() {
+ install -d ${D}/usr/share/alsa
+ cp -r ${S}/ucm ${D}/usr/share/alsa
+ cp -r ${S}/ucm2 ${D}/usr/share/alsa
+}
+
+PACKAGES = "${PN}"
+
+FILES_${PN} = "*"