diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-28 16:40:48 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-28 16:40:48 +0100 |
commit | 052e3287b44148cd0cd155602de201b5b58411eb (patch) | |
tree | 930082f9569a3db5f1b60847d521322a327d96d8 /recipes | |
parent | 78c6b57a701ede9ee58fad101a6e373f5f5a3d91 (diff) |
fsodeviced: explicitly enable the rfkill and canberra player plugins
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index d1aedc16b9..3406806a6c 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 |