X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-state.bb;h=986505dc49a2defb97d4c6588af6fc3c051cd6a5;hb=fd4f966e5bd4d94acd78b15e2ed941f42d710782;hp=c1db7730584066cb30e31b56828d7709cc60ec72;hpb=6abe5a959df73b97c99c6318420e11013e273344;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-state.bb b/recipes/pandora-system/pandora-state.bb index c1db773..986505d 100755 --- a/recipes/pandora-system/pandora-state.bb +++ b/recipes/pandora-system/pandora-state.bb @@ -3,7 +3,9 @@ LICENSE = "GPLv2" COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r5" +RDEPENDS = "pandora-scripts" + +PR = "r16" inherit update-rc.d INITSCRIPT_NAME = "pandora-state" @@ -12,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 \ @@ -22,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