aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-03-23 09:23:32 +0100
committerSimon Busch <morphis@gravedo.de>2011-03-23 09:24:12 +0100
commit72bc76cf4e1e3a2dda587bcd3f9aedacd6ae74af (patch)
tree4626a655b4a7caecc9f58686dc7efc8f8f15b992
parentb562300eec2a9c0148bef47d87003d32accfbc57 (diff)
downloadopenembedded-72bc76cf4e1e3a2dda587bcd3f9aedacd6ae74af.tar.gz
fsodeviced: add libfsosystem as dependency and bump PR
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 80c2e469f0..227b368222 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,7 +1,7 @@
require cornucopia.inc
inherit fso-plugin
-DEPENDS += "alsa-lib libfsoresource android-rpc"
+DEPENDS += "alsa-lib libfsoresource android-rpc libfsosystem"
RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.4+gitr${SRCPV}"