From: Elena Grandi Date: Mon, 24 Aug 2009 08:01:22 +0000 (+0200) Subject: sugar-datastore: added runtime dependency on the xapian bindings X-Git-Tag: Release-2010-05/1~2616^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec8c1fb53956b88b1ee105d22ce509803786b5f;p=openembedded.git sugar-datastore: added runtime dependency on the xapian bindings --- 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"