Merge branch 'master' of git://git.openpandora.org/openpandora.oe
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:09:17 +0000 (08:09 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:09:17 +0000 (08:09 +0100)
Conflicts:
recipes/pandora-system/pandora-scripts.bb

recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_bluetooth.sh

index 657f458..5809944 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI = " \
           file://op_bright.sh \
@@ -22,7 +22,7 @@ SRC_URI = " \
           file://op_switchgui.sh \
           file://op_switchgui.desktop \
           file://startnetbooklauncher \
-          file://startmmenu \
+          file://startmmenu \          
           file://op_calibrate.sh \
           file://op_calibrate.desktop \
           file://op_datetime.sh \
@@ -50,15 +50,12 @@ do_install() {
           install -m 0644 ${WORKDIR}/op_calibrate.desktop ${D}${datadir}/applications/
           install -m 0644 ${WORKDIR}/op_datetime.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 -d ${D}${sysconfdir}/pandora/conf/
           install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf
 
-
           install -d ${D}${bindir}/
           install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/
           install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/
index 25fc72f..251137d 100644 (file)
@@ -2,12 +2,6 @@
 #
 # Released under the GPL
 
-#if [ $1 ]; then
-# startup = "$1"
-# echo $
-# echo $1
-#fi
-
 INTERFACE="`hciconfig | grep "^hci" | cut -d ':' -f 1`"
 
 if [ ${1} = "startup" ]; then