summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-27 10:32:07 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-27 16:47:01 +0100
commitc3a77580a5a22ff49d8322ad6ab14870c545dae9 (patch)
treeda0c6f9e3128adb9eaf84a3cca55ad4d31cc97b6 /recipes
parent944327edd9c0a20a607d940a67df33d85205031f (diff)
fsodeviced: use it as default alsa scenarii provider, drop fso-alsa-data from task-fso2-compliance, add RPROVIDES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb6
-rw-r--r--recipes/tasks/task-fso2-compliance.bb5
2 files changed, 7 insertions, 4 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 39433eec1e..78d39a2016 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -3,10 +3,12 @@ inherit fso-plugin
DEPENDS += "alsa-lib libcanberra libfsoresource"
RDEPENDS += "libcanberra-alsa"
-RRECOMMENDS += "fso-alsa-data"
+# Included in fsodeviced itself now
+# RRECOMMENDS += "fso-alsa-data"
+RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
PV = "0.9.0+gitr${SRCREV}"
PE = "1"
-PR = "${INC_PR}.9"
+PR = "${INC_PR}.10"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \
diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb
index bc5705bc1c..2d38b47c5e 100644
--- a/recipes/tasks/task-fso2-compliance.bb
+++ b/recipes/tasks/task-fso2-compliance.bb
@@ -3,7 +3,7 @@ Install this task to make your distribution FSO 2.0-compliant."
SECTION = "fso/base"
LICENSE = "MIT"
PV = "1.9.0"
-PR = "r5"
+PR = "r6"
inherit task
@@ -23,7 +23,8 @@ RDEPENDS_${PN} = "\
fsonetworkd \
fsousaged \
\
- fso-alsa-data \
+# included in fsodeviced now
+# fso-alsa-data \
fso-apm \
fso-gpsd \
# fso-monitord \