blob: c96826c4bd2f17d22f9384e5dce331adf4365672 [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 Geissler09036742021-06-25 14:25:14 -050011SRC_URI[sha256sum] = "f7c5bae1545abcd73824bc97f4e72c340e11abea188ba0f1c06f5e0ad776b179"
12# Something went wrong at upstream tarballing
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14inherit allarch
15
16do_install() {
Andrew Geissler635e0e42020-08-21 15:58:33 -050017 install -d "${D}${datadir}/alsa"
18 cp -r "${S}/topology" "${D}${datadir}/alsa"
Andrew Geissler82c905d2020-04-13 13:39:40 -050019}
20
21PACKAGES = "${PN}"
22
23FILES_${PN} = "*"