From 04ed6d2ca8498aa1d92169fae183aea15788754d Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 16 Oct 2012 05:31:04 +0200 Subject: [PATCH] pandora-state.bb: Added dssgamma.state, bumped recipe --- recipes/pandora-system/pandora-state.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2