summaryrefslogtreecommitdiff
path: root/packages/alsa/alsa-states_0.0.0.bb
blob: 28c40b3fea67c1d258d3b59c00658df96986384e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Machine specific alsa state files"
SECTION = "base"
LICENSE = "MIT"
PR = "r0"

SRC_URI = "file://*.state"

do_install () {
    install -d ${D}${sysconfdir}/alsa
    install -m 0644 ${WORKDIR}/*.state ${D}${sysconfdir}/alsa
}

FILES_${PN} += "${sysconfdir}/alsa/*"