From: Michael Mrozek Date: Tue, 16 Oct 2012 03:31:04 +0000 (+0200) Subject: pandora-state.bb: Added dssgamma.state, bumped recipe X-Git-Tag: sz_152~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ed6d2ca8498aa1d92169fae183aea15788754d;p=openpandora.oe.git pandora-state.bb: Added dssgamma.state, bumped recipe --- diff --git a/recipes/pandora-system/pandora-state.bb b/recipes/pandora-system/pandora-state.bb index eb76275..b0b9aed 100755 --- a/recipes/pandora-system/pandora-state.bb +++ b/recipes/pandora-system/pandora-state.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "pandora-scripts" -PR = "r13" +PR = "r15" inherit update-rc.d INITSCRIPT_NAME = "pandora-state" @@ -14,6 +14,7 @@ INITSCRIPT_PARAMS = "start 39 S . stop 31 0 1 6 ." SRC_URI = " \ file://rc.pandora-state \ file://gamma.state \ + file://dssgamma.state \ file://brightness.state \ file://nubs.state \ file://dirty_expire_centisecs \ @@ -24,6 +25,7 @@ do_install() { install -m 0755 ${WORKDIR}/rc.pandora-state ${D}${sysconfdir}/init.d/pandora-state install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gamma.state ${D}${sysconfdir}/pandora/conf/gamma.state + install -m 0644 ${WORKDIR}/dssgamma.state ${D}${sysconfdir}/pandora/conf/dssgamma.state install -m 0644 ${WORKDIR}/brightness.state ${D}${sysconfdir}/pandora/conf/brightness.state install -m 0644 ${WORKDIR}/nubs.state ${D}${sysconfdir}/pandora/conf/nubs.state install -m 0644 ${WORKDIR}/dirty_expire_centisecs ${D}${sysconfdir}/pandora/conf/dirty_expire_centisecs