aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-08-24 10:01:22 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-08-24 10:01:22 +0200
commitfec8c1fb53956b88b1ee105d22ce509803786b5f (patch)
treebf76e607e18c161fc6a4409c84aafe823827a45a
parent4b9209b15524615e9ebd670f04cbffa75de86388 (diff)
downloadopenembedded-fec8c1fb53956b88b1ee105d22ce509803786b5f.tar.gz
sugar-datastore: added runtime dependency on the xapian bindings
-rw-r--r--recipes/sugar/sugar-datastore_0.84.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sugar/sugar-datastore_0.84.0.bb b/recipes/sugar/sugar-datastore_0.84.0.bb
index dde2748974..63fb91cb83 100644
--- a/recipes/sugar/sugar-datastore_0.84.0.bb
+++ b/recipes/sugar/sugar-datastore_0.84.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
PR = "r0"
DEPENDS = "sugar-toolkit python-xappy "
-RDEPENDS = "sugar-toolkit sugar-base python-xappy python-cjson"
+RDEPENDS = "sugar-toolkit sugar-base python-xappy python-cjson xapian-bindings-python"
SRC_URI = "http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/${PN}-${PV}.tar.bz2"