Files
openwrt_yocto/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

18 lines
538 B
BlitzBasic

SUMMARY = "/etc/pulse/client.conf tailored for Sato"
SECTION = "multimedia"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://50-sato.conf"
S = "${WORKDIR}"
inherit allarch
do_install() {
install -d ${D}${sysconfdir}/pulse/client.conf.d
install -m 0644 ${S}/50-sato.conf ${D}${sysconfdir}/pulse/client.conf.d/50-sato.conf
}
FILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"
CONFFILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf"