[oe-commits] Michael 'Mickey' Lauer : fsodeviced: explictly depend on libcanberra-alsa

git version control git at git.openembedded.org
Mon Jul 6 09:21:31 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 3da4f1ef421395722d2802d151fe75655a7d2c5f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3da4f1ef421395722d2802d151fe75655a7d2c5f

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jul  5 22:26:28 2009 +0000

fsodeviced: explictly depend on libcanberra-alsa

---

 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 41aa5a5..7dd3954 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,5 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "alsa-lib libcanberra"
-PR = "${INC_PR}.1"
+DEPENDS += "alsa-lib libcanberra-alsa"
+PR = "${INC_PR}.2"





More information about the Openembedded-commits mailing list