From e9383dc132cb5061f8ecef80ec6264f2a047252a Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 23 Nov 2009 01:46:40 +0100 Subject: [PATCH] libfsoframework: add missing dependency on alsa-lib --- recipes/freesmartphone/libfsoframework_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb index fd2eb2e19f..5840cdbfbc 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" -- 2.39.5