X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=dd96849cf343aee65280230666a944265998eb7f;hp=2e58ca034dac4cfa6dd88fcde38e5ee86d21f529;hb=275ef0a5d237a08114a57d86cc28f8e13f53a89b;hpb=bf8b60228a1261b14b96892b3f4d10e6e244fa9b diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 2e58ca0..dd96849 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -3,10 +3,9 @@ LICENSE = "GPLV2" COMPATIBLE_MACHINE = "omap3-pandora" -DEPENDS = "zenity dbus" -RDEPENDS = "zenity dbus" +RDEPENDS = "bash sed gawk grep zenity" -PR = "r123" +PR = "r144" SRC_URI = " \ file://op_paths.sh \ @@ -20,12 +19,6 @@ SRC_URI = " \ file://op_sysspeed.sh \ file://op_createsd.sh \ file://op_createsd.pnd \ - file://op_wifi.sh \ - file://op_wifi.pnd \ - file://op_bluetooth.sh \ - file://op_bluetooth_work.sh \ - file://op_bluetooth-check.desktop \ - file://op_bluetooth.desktop \ file://op_startupmanager.sh \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ @@ -42,6 +35,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 +56,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 \ @@ -90,6 +86,7 @@ SRC_URI = " \ file://op_xfcemenu.sh \ file://op_hugetlb.sh \ file://op_gamma.sh \ + file://op_dsp.sh \ " do_install() { @@ -101,16 +98,14 @@ do_install() { install -m 0755 ${WORKDIR}/op_createsd.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_sysspeed.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_cpusettings.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_usbhost.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_bluetooth_work.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_startupmanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_switchgui.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_calibrate.sh ${D}${prefix}/pandora/scripts/ 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/ @@ -135,7 +130,7 @@ do_install() { install -m 0644 ${WORKDIR}/nubmode.glade ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/tvout.glade ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lidsettings.sh ${D}${prefix}/pandora/scripts/ - + install -m 0755 ${WORKDIR}/op_dsp.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ @@ -144,13 +139,13 @@ 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/ install -m 0755 ${WORKDIR}/op_storage.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_switchgui.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_usermanager.pnd ${D}${prefix}/pandora/apps/ - install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_usbhost.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_tvout.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_inputtest.pnd ${D}${prefix}/pandora/apps/ @@ -167,14 +162,9 @@ do_install() { install -m 0755 ${WORKDIR}/xchat.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/gcalctool.pnd ${D}${prefix}/pandora/mmenu/ - install -d ${D}${datadir}/applications/ - install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ - - install -d ${D}${sysconfdir}/xdg/autostart/ - install -m 0644 ${WORKDIR}/op_bluetooth-check.desktop ${D}${sysconfdir}/xdg/autostart/op_bluetooth-check.desktop - install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf + install -m 0644 ${WORKDIR}/led.conf ${D}${sysconfdir}/pandora/conf/led.conf install -m 0644 ${WORKDIR}/cpu.conf ${D}${sysconfdir}/pandora/conf/cpu.conf install -m 0644 ${WORKDIR}/gamma.conf ${D}${sysconfdir}/pandora/conf/gamma.conf install -m 0644 ${WORKDIR}/service.conf ${D}${sysconfdir}/pandora/conf/service.conf @@ -198,3 +188,11 @@ do_install() { PACKAGE_ARCH = "${MACHINE_ARCH}" 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 +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/tvout-profiles.conf