xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "ALSA topology configuration files"
2*4882a593SmuzhiyunDESCRIPTION = "Provides a method for audio drivers to load their mixers, \
3*4882a593Smuzhiyunrouting, PCMs and capabilities from user space at runtime without changing \
4*4882a593Smuzhiyunany driver source code."
5*4882a593SmuzhiyunHOMEPAGE = "https://alsa-project.org"
6*4882a593SmuzhiyunBUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
7*4882a593SmuzhiyunLICENSE = "BSD-3-Clause"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
11*4882a593SmuzhiyunSRC_URI[sha256sum] = "f7c5bae1545abcd73824bc97f4e72c340e11abea188ba0f1c06f5e0ad776b179"
12*4882a593Smuzhiyun# Something went wrong at upstream tarballing
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuninherit allarch
15*4882a593Smuzhiyun
16*4882a593Smuzhiyundo_install() {
17*4882a593Smuzhiyun        install -d "${D}${datadir}/alsa"
18*4882a593Smuzhiyun        cp -r "${S}/topology" "${D}${datadir}/alsa"
19*4882a593Smuzhiyun}
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunPACKAGES = "${PN}"
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunFILES:${PN} = "*"
24