aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-alsa-data.bb
blob: e25c0a0db1dc9c1eec77d87fce7ff6014c6a148f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "freesmartphone.org Alsa data files"
LICENSE = "MIT"
PV = "0.1.0"
PR = "r0"

SRC_URI = "\
  file://default \
  file://default.conf \
"

do_install() {
	install -d ${D}${sysconfdir}/freesmartphone/alsa/default/
	# master conf
	install -m 0644 ${WORKDIR}/default.conf ${D}${sysconfdir}/freesmartphone/alsa/
	# scenarii
	install -m 0644 ${WORKDIR}/default/* ${D}${sysconfdir}/freesmartphone/alsa/default/
}

FILES_${PN} = "\
	${sysconfdir} \
"