[oe-commits] Klaus Kurzmann : fsodeviced: fix typo in config

git version control git at git.openembedded.org
Mon Jan 11 19:56:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a93d99dfc2c187c464bb83a9d42d5d6dbe12c9d4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a93d99dfc2c187c464bb83a9d42d5d6dbe12c9d4

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jan 11 20:56:05 2010 +0100

fsodeviced: fix typo in config
the powercontrol sections were spelled wrongly

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/fsodeviced/fsodeviced.conf  |    4 ++--
 .../fsodeviced/om-gta02/fsodeviced.conf            |    4 +---
 recipes/freesmartphone/fsodeviced_git.bb           |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/fsodeviced.conf
index 4e72778..de04ece 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced.conf
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced.conf
@@ -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]
diff --git a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf
index acee3f8..79ba873 100644
--- a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf
+++ b/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf
@@ -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]
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 67e0f77..37f1c35 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -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 \





More information about the Openembedded-commits mailing list