mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
14 lines
386 B
BlitzBasic
14 lines
386 B
BlitzBasic
DESCRIPTION = "Audio latency tweaks"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
SRC_URI += "file://95-audio-tweaks.conf"
|
|
|
|
do_install() {
|
|
install -d ${D}${sysconfdir}/security/limits.d
|
|
install -m 0644 ${WORKDIR}/95-audio-tweaks.conf ${D}${sysconfdir}/security/limits.d/
|
|
|
|
}
|
|
|
|
RDEPENDS_${PN} = "pam-plugin-limits"
|