aboutsummaryrefslogtreecommitdiffstats
path: root/packages/alsa
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-08 14:40:57 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-08 14:40:57 +0000
commitacba814a0ac516ec55606450407950ebb5f0d973 (patch)
tree08a9f088d35699e4c999f7d504b81a38a6622858 /packages/alsa
parent3600fdc734db0d88d138e95073355046a61cc3ee (diff)
downloadopenembedded-acba814a0ac516ec55606450407950ebb5f0d973.tar.gz
alsa-state:
* remove MAINTAINER, this field has been deprecated for some months now * remove HOMEPAGE, since <homepage> is a bogus value * moved sections to try to conform to the styleguide * removed a zillion spurious '#' that made my eyes bleed
Diffstat (limited to 'packages/alsa')
-rw-r--r--packages/alsa/alsa-state.bb13
1 files changed, 1 insertions, 12 deletions
diff --git a/packages/alsa/alsa-state.bb b/packages/alsa/alsa-state.bb
index 1eacf4269f..e4d23285f3 100644
--- a/packages/alsa/alsa-state.bb
+++ b/packages/alsa/alsa-state.bb
@@ -8,31 +8,19 @@
# Date: 20070308 (YMD)
DESCRIPTION = "Default ALSA configuration"
-MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
-HOMEPAGE = "<homepage>"
LICENSE = "GPL"
-######################################################################################
-
PV = "0.0.3"
PR = "r0"
-######################################################################################
-
SRC_URI = "file://asound.state \
file://alsa-state"
-FILES_${PN} = "/etc/*"
-
-######################################################################################
-
inherit update-rc.d
INITSCRIPT_NAME = "alsa-state"
INITSCRIPT_PARAMS = "defaults 10"
-######################################################################################
-
do_install() {
install -d ${D}${sysconfdir}/init.d
@@ -40,6 +28,7 @@ do_install() {
install -m 0755 ${WORKDIR}/alsa-state ${D}${sysconfdir}/init.d
}
+FILES_${PN} = "${sysconfdir}/*"
pkg_postinst_${PN}() {
if test -x /usr/sbin/alsactl