[oe-commits] Michael 'Mickey' Lauer : libfsoframework: add missing dependency on alsa-lib

git version control git at git.openembedded.org
Wed Nov 25 16:28:30 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov 23 01:46:40 2009 +0100

libfsoframework: add missing dependency on alsa-lib

---

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

diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index fd2eb2e..5840cdb 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org support library"
-DEPENDS += "libfsobasics"
+DEPENDS += "libfsobasics alsa-lib"
 PV = "0.2.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.1"
 





More information about the Openembedded-commits mailing list