xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "/etc/pulse/client.conf tailored for Sato"
2*4882a593SmuzhiyunSECTION = "multimedia"
3*4882a593SmuzhiyunLICENSE = "MIT"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSRC_URI = "file://50-sato.conf"
7*4882a593SmuzhiyunS = "${WORKDIR}"
8*4882a593Smuzhiyun
9*4882a593Smuzhiyuninherit allarch
10*4882a593Smuzhiyun
11*4882a593Smuzhiyundo_install() {
12*4882a593Smuzhiyun	install -d ${D}${sysconfdir}/pulse/client.conf.d
13*4882a593Smuzhiyun	install -m 0644 ${S}/50-sato.conf ${D}${sysconfdir}/pulse/client.conf.d/50-sato.conf
14*4882a593Smuzhiyun}
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunFILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"
17*4882a593SmuzhiyunCONFFILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"
18