From: Michael Mrozek Date: Tue, 6 Apr 2010 22:34:47 +0000 (+0200) Subject: pandora-scripts.bb: Added calibration script, removed desktop file for brightness... X-Git-Tag: Release-2010-05/1~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d8bba3e7629f71931927999846d85fb4d1efe7;p=openpandora.oe.git pandora-scripts.bb: Added calibration script, removed desktop file for brightness script --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index cb0693b..5f4d1b5 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -10,7 +10,6 @@ PR = "r9" SRC_URI = " \ file://op_bright.sh \ - file://op_bright.desktop \ file://op_cpuspeed.sh \ file://op_cpuspeed.desktop \ file://op_wifi.sh \ @@ -23,6 +22,8 @@ SRC_URI = " \ file://op_switchgui.sh \ file://op_switchgui.desktop \ file://startnetbooklauncher \ + file://op_calibrate.sh \ + file://op_calibrate.desktop \ " do_install() { @@ -33,14 +34,15 @@ do_install() { install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_defaultgui.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 -d ${D}${datadir}/applications/ - install -m 0644 ${WORKDIR}/op_bright.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_wifi.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_defaultgui.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_switchgui.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_calibrate.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