diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 10:32:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 16:47:01 +0100 |
commit | c3a77580a5a22ff49d8322ad6ab14870c545dae9 (patch) | |
tree | da0c6f9e3128adb9eaf84a3cca55ad4d31cc97b6 /recipes/freesmartphone | |
parent | 944327edd9c0a20a607d940a67df33d85205031f (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/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 6 |
1 files changed, 4 insertions, 2 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 \ |