fsodeviced: fix typo in config
authorKlaus Kurzmann <mok@fluxnetz.de>
Mon, 11 Jan 2010 19:56:05 +0000 (20:56 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Mon, 11 Jan 2010 19:56:05 +0000 (20:56 +0100)
the powercontrol sections were spelled wrongly

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/freesmartphone/fsodeviced/fsodeviced.conf
recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf
recipes/freesmartphone/fsodeviced_git.bb

index 4e72778..de04ece 100644 (file)
@@ -77,7 +77,7 @@ player_type = alsa
 #ignore_by_path = usb
 
 # Enable this on openmoko devices
-#[fsodevice.powercontrol_openmoko]
+#[fsodevice.openmoko_powercontrol]
 
 # Enable this on thinkpad devices
-#[fsodevice.powercontrol.thinkpad]
+#[fsodevice.thinkpad_powercontrol]
index acee3f8..79ba873 100644 (file)
@@ -84,7 +84,5 @@ idle_lock = 1
 suspend = 30
 
 # Enable this on openmoko devices
-[fsodevice.powercontrol_openmoko]
+[fsodevice.openmoko_powercontrol]
 
-# Enable this on thinkpad devices
-#[fsodevice.powercontrol.thinkpad]
index 67e0f77..37f1c35 100644 (file)
@@ -6,7 +6,7 @@ RDEPENDS += "libcanberra-alsa"
 RRECOMMENDS += "fso-alsa-data"
 PV = "0.9.0+gitr${SRCREV}"
 PE = "1"
-PR = "${INC_PR}.8"
+PR = "${INC_PR}.9"
 
 EXTRA_OECONF = "\
   --enable-kernel26-rfkill \