From 5e3feab072bbd705e5a37b909ad8684ca6769be9 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 14 Mar 2013 05:29:26 +0100 Subject: [PATCH 1/1] pandora-scripts.bb: Added new files and bumped recipe --- recipes/pandora-system/pandora-scripts.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 350220b..a817df4 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r131" +PR = "r132" SRC_URI = " \ file://op_paths.sh \ @@ -42,6 +42,8 @@ SRC_URI = " \ file://op_usermanager.pnd \ file://op_lcdsettings.sh \ file://op_lcdsettings.pnd \ + file://op_ledsettings.sh \ + file://op_ledsettings.pnd \ file://op_cpusettings.sh \ file://op_cpusettings.pnd \ file://op_lcdrate.sh \ @@ -61,6 +63,7 @@ SRC_URI = " \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ + file://led.conf \ file://gamma.conf \ file://service.conf \ file://nub_profiles.conf \ @@ -111,6 +114,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_datetime.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_usermanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lcdsettings.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_ledsettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lcdrate.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_videofir.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_nubmode.py ${D}${prefix}/pandora/scripts/ @@ -144,6 +148,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_cpuspeed.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_datetime.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lcdsettings.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_ledsettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_cpusettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_nubmode.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_startupmanager.pnd ${D}${prefix}/pandora/apps/ @@ -201,6 +206,7 @@ FILES_${PN} += "${prefix} ${datadir}" CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gui.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/cpu.conf +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/led.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/gamma.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/service.conf CONFFILES_${PN} += ${sysconfdir}/pandora/conf/nub_profiles.conf -- 2.39.2