X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-state.bb;h=4f5cc4a32a3073f42c5ef54d91711025ccf59282;hp=2efb435861aefde998c7441a437ee52e1f3b32ae;hb=ed3b482a000df7f1c10f36efbcf025d9dacdbd62;hpb=ce3b6a0558807f87253fc0f9cc13f7f562729d36 diff --git a/recipes/pandora-system/pandora-state.bb b/recipes/pandora-system/pandora-state.bb index 2efb435..4f5cc4a 100755 --- a/recipes/pandora-system/pandora-state.bb +++ b/recipes/pandora-system/pandora-state.bb @@ -27,10 +27,17 @@ do_install() { 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 + # nub configurator runs without root + install -m 0666 ${WORKDIR}/nubs.state ${D}${sysconfdir}/pandora/conf/nubs.state } PACKAGE_ARCH = "${MACHINE_ARCH}" FILES_${PN} += "${prefix} ${datadir}" + +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/nubs.state +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gamma.state +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/dssgamma.state +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/brightness.state +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/nubs.state