blob: 26542fbbbcd9276b78e0115df8e4e0e07220ff84 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "ALSA topology configuration files"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Provides a method for audio drivers to load their mixers, \
3routing, PCMs and capabilities from user space at runtime without changing \
4any driver source code."
Andrew Geissler82c905d2020-04-13 13:39:40 -05005HOMEPAGE = "https://alsa-project.org"
6BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
9
Andrew Geissler4ed12e12020-06-05 18:00:41 -050010SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060011SRC_URI[sha256sum] = "55e0e6e42eca4cc7656c257af2440cdc65b83689dca49fc60ca0194db079ed07"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13inherit allarch
14
15do_install() {
Andrew Geissler635e0e42020-08-21 15:58:33 -050016 install -d "${D}${datadir}/alsa"
17 cp -r "${S}/topology" "${D}${datadir}/alsa"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018}
19
20PACKAGES = "${PN}"
21
22FILES_${PN} = "*"