aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-07-17 18:56:51 +0200
committerAngus Ainslie <angus@think-laptop.(none)>2009-07-26 00:22:03 -0600
commit77f86b2fb9315811b53ca330b6a9100ab7f006ed (patch)
treec7bd0c624431831bf649811c81c4a6d64800c46c
parent39cd48d018b95d2d74b517af326cb1d617e396ba (diff)
downloadopenembedded-77f86b2fb9315811b53ca330b6a9100ab7f006ed.tar.gz
libfsoframework: add dependency for libfsobasics
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/freesmartphone/libfsoframework_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index 44eaf8fb63..1422e48f4c 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 += "misc-vapi"
+DEPENDS += "misc-vapi libfsobasics"
PV = "0.1.0.0+gitr${SRCREV}"
PR = "${INC_PR}.1"