[oe-commits] Michael 'Mickey' Lauer : fsodeviced: explicitly enable the rfkill and canberra player plugins

git version control git at git.openembedded.org
Sat Nov 28 15:41:18 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Nov 28 16:40:48 2009 +0100

fsodeviced: explicitly enable the rfkill and canberra player plugins

---

 conf/distro/include/sane-srcrevs.inc     |    2 +-
 recipes/freesmartphone/fsodeviced_git.bb |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 194078c..bdfb729 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -162,7 +162,7 @@ SRCREV_pn-linux-eten ?= "ab2d414f4f13816af0ec0401b608133ca946624a"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-linux-ixp4xx ?= "1089"
 SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"
-SRCREV_pn-linux-openmoko-2.6.28 ?= "8aa6cdde17381dd8865d10ba15ee62c092ec2ba5"
+SRCREV_pn-linux-openmoko-2.6.28 ?= "8c65792a5c83c76d662a617a7c4e1ae8104bb6a5"
 SRCREV_pn-linux-openmoko-2.6.31 ?= "4331f6c95fadc37ea89359d6afb915be838790f9"
 SRCREV_pn-linux-openmoko-devel ?= "b9aa5bf345a0b802af0d10b6cf1079738fe4fd12"
 SRCREV_pn-linux-openmoko-shr-devel ?= "b90406de472c1aa5371ab593a2bb79136d5de658"
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index d1aedc1..3406806 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -6,7 +6,12 @@ RDEPENDS += "libcanberra-alsa"
 RRECOMMENDS += "fso-alsa-data"
 PV = "0.9.0+gitr${SRCREV}"
 PE = "1"
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
+
+EXTRA_OECONF = "\
+  --enable-kernel26-rfkill \
+  --enable-player-canberra \
+"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list