[oe-commits] Michael 'Mickey' Lauer : fsodeviced: depend on alsa-lib now

git version control git at git.openembedded.org
Wed Jul 1 10:16:27 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 17de028d36598c6f5e0e24d3a7bf629ddc278444
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=17de028d36598c6f5e0e24d3a7bf629ddc278444

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jun 27 19:33:06 2009 +0000

fsodeviced: depend on alsa-lib now

---

 recipes/freesmartphone/fsodeviced_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index b8c5fdf..41aa5a5 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,5 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "libascenario libcanberra"
-PR = "${INC_PR}.0"
+DEPENDS += "alsa-lib libcanberra"
+PR = "${INC_PR}.1"





More information about the Openembedded-commits mailing list