help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / freesmartphone / fso-alsa-data.bb
blobe25c0a0db1dc9c1eec77d87fce7ff6014c6a148f
1 DESCRIPTION = "freesmartphone.org Alsa data files"
2 LICENSE = "MIT"
3 PV = "0.1.0"
4 PR = "r0"
6 SRC_URI = "\
7 file://default \
8 file://default.conf \
11 do_install() {
12 install -d ${D}${sysconfdir}/freesmartphone/alsa/default/
13 # master conf
14 install -m 0644 ${WORKDIR}/default.conf ${D}${sysconfdir}/freesmartphone/alsa/
15 # scenarii
16 install -m 0644 ${WORKDIR}/default/* ${D}${sysconfdir}/freesmartphone/alsa/default/
19 FILES_${PN} = "\
20 ${sysconfdir} \